Release Notes
Added
- Added file and folder creation from the browse page right-click menu.
- Added editable Monaco previews with explicit save support and Ctrl/Cmd+S handling.
- Added settings search and sidebar category filtering, including Show All.
Changed
- Redesigned the settings page to match the browse workspace layout and visual direction.
- Kept settings save/cancel actions fixed in the top bar to avoid layout shifting.
- Removed duplicate logout/back controls and unnecessary settings helper text.
Fixed
- Closed #7 by supporting new file and directory creation.
- Closed #8 by making Monaco editor content editable and saveable.
Validation
- backend: go test ./...
- frontend: bun run check
- frontend: bun run build