Skip to content

feat(s): Titlebar workbench & workspace drag&drop#68

Merged
Razshy merged 6 commits into
Sidenai:mainfrom
CannibalToast:feat/enable-workbench-rearrangeability
May 29, 2026
Merged

feat(s): Titlebar workbench & workspace drag&drop#68
Razshy merged 6 commits into
Sidenai:mainfrom
CannibalToast:feat/enable-workbench-rearrangeability

Conversation

@CannibalToast
Copy link
Copy Markdown
Contributor

Added log rotation functionality to manage log file sizes and limit the number of log files. Introduced message formatting options to include timestamps and log levels. Updated logger initialization to support these new features and added commands to retrieve log size and clear logs.

CannibalToast and others added 6 commits May 26, 2026 01:48
Remove the duplicate HTML titlebar so the VS Code TitlebarPart owns window chrome and layout height. Enable Tauri dragDropEnabled for external file drops and tighten native startDragging so it does not capture workbench tab/view DnD gestures.

Co-authored-by: Cursor <cursoragent@cursor.com>
Use sidex_storage kv_store for OS frame geometry and workbench profile keys for layout. Remove unused layout columns from sidex-db window_state (schema v4) and add storage_list so TauriStorageDatabase can load persisted layout on restart. Restore maximized windows without an intermediate set_size to avoid racing LayoutStateModel startup.

Co-authored-by: Cursor <cursoragent@cursor.com>
Tauri's dragDropEnabled intercepts the webview and breaks HTML5 drag-and-drop used by editor tabs (reorder/split). Disable it so workbench DnD works; external file opens still use the HTML5 FileList path. Wire TauriStorageDatabase for profile/workspace persistence in the desktop shell.

Co-authored-by: Cursor <cursoragent@cursor.com>
Escape SQL LIKE metacharacters in kv_store prefix listing so scoped keys cannot leak across prefixes. Wrap window_state v4 migration in an immediate transaction with idempotent recovery after interrupted DROP.

Co-authored-by: Cursor <cursoragent@cursor.com>
Added log rotation functionality to manage log file sizes and limit the number of log files. Introduced message formatting options to include timestamps and log levels. Updated logger initialization to support these new features and added commands to retrieve log size and clear logs.
@CannibalToast CannibalToast changed the title feat(logging): enhance logger with rotation and formatting capabilities feat(s): Titlebar workbench & workspace drag&drop May 27, 2026
@Razshy Razshy merged commit 360503e into Sidenai:main May 29, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants