Add log rotation to server & UI improvements #157

Merged
schmelczer merged 6 commits from asch/logs into main 2025-11-02 17:52:05 +00:00
Showing only changes of commit de744a3946 - Show all commits

Show file open's user in parent folder

Andras Schmelczer 2025-10-26 13:30:50 +00:00

View file

@ -34,7 +34,7 @@ export function renderCursorsInFileExplorer(
(parent) => {
cursors.forEach((cursor) => {
cursor.documentsWithCursors.forEach((document) => {
if (document.relative_path === key) {
if (document.relative_path.startsWith(key)) {
parent.appendChild(
createSpan({
text: cursor.userName,