fix: Toolbar export .refs shows global toast via window event, App.tsx listens for muse:toast 9f957d6 verified asdf98 commited on 1 day ago
feat: SettingsPanel storage tab - add .refs export/import with toast, data size stats, storage mode info caa556a verified asdf98 commited on 1 day ago
fix: SettingsPanel uses only existing commands, export works as JSON download, remove non-existent imports" e920e69 verified asdf98 commited on 1 day ago
feat: route app keyboard handling through customizable shortcut registry da47a90 verified asdf98 commited on 1 day ago
feat: add customizable shortcut registry, normalization, conflict detection and persistence 9665ef1 verified asdf98 commited on 1 day ago
fix: apply theme variables to Canvas background and drop overlay 680ab59 verified asdf98 commited on 1 day ago
fix: apply theme variables to root app shell and overlays 79c663f verified asdf98 commited on 1 day ago
feat: wire theme selection in Settings Appearance tab with live preview cards b287e40 verified asdf98 commited on 2 days ago
feat: add theme state to store; apply data-theme to document; persist in localStorage 87679d6 verified asdf98 commited on 2 days ago
feat: CSS variable theming system with 3 themes (Dark Canvas, Warm Studio, Midnight)" d851ebe verified asdf98 commited on 2 days ago
feat: add Export .refs to toolbar dropdown; implement full CSS variable theming with 3 themes and Settings controls 7009260 verified asdf98 commited on 2 days ago
feat: fully functional Storage settings - live usage stats, clear library/projects, reveal folder, export .refs" d8b0d1a verified asdf98 commited on 2 days ago
fix: redesign all Settings tabs with consistent visual system and uncropped content f5308f4 verified asdf98 commited on 2 days ago
fix: Settings canvas rows with proper grid/minimap toggles and non-compressed switches d6e9b93 verified asdf98 commited on 2 days ago
cleanup: remove grid toggle from floating toolbar; grid is now controlled from Settings d1203ac verified asdf98 commited on 2 days ago
fix: grid visibility controlled by Settings store, not toolbar event d58fa0e verified asdf98 commited on 2 days ago
feat: add showGrid setting to store; persist grid/minimap canvas settings 8eac621 verified asdf98 commited on 2 days ago
fix: render minimap only when enabled in Settings; default off a47ec1e verified asdf98 commited on 2 days ago
feat: add Navigator/Minimap setting in Settings > General 74d13f2 verified asdf98 commited on 2 days ago
fix: minimap pinned bottom-right with safe padding; no top-left overflow 9d34bb7 verified asdf98 commited on 2 days ago
cleanup: remove duplicate native OS drop listener from LibraryPanel; Canvas is canonical drop target 5d78fc5 verified asdf98 commited on 2 days ago
fix: use getCurrentWebview().onDragDropEvent for native OS file drops on Windows/Tauri v2 2fad479 verified asdf98 commited on 2 days ago
fix: canonical Tauri OS file drag-drop handler with correct v2 payload and drop position e3f857f verified asdf98 commited on 2 days ago
fix: Canvas drop handler - support library drag items + import OS files via Rust for persistent data URLs c1780a2 verified asdf98 commited on 3 days ago
feat: LibraryPanel - OS drag-drop import, library-to-canvas drag, inline tag/metadata editor with proper UX 6f44ee8 verified asdf98 commited on 3 days ago
fix: board image event listener registered once and dedupes by captureId/url c0a3d64 verified asdf98 commited on 4 days ago
fix: add captureId to RefImage for reliable capture dedupe 7a58b0e verified asdf98 commited on 4 days ago
fix: dedupe board image add events by original/source/data URL 73ff76e verified asdf98 commited on 4 days ago
fix: Source Trail badge favicon fallback so icon always appears before domain b264787 verified asdf98 commited on 4 days ago
fix: listen for browser hover ADD events and add captured image to active canvas e696850 verified asdf98 commited on 4 days ago
fix: BrowserPanel close uses browser_hide_all to park every child webview 6d1f25f verified asdf98 commited on 4 days ago
fix: BrowserPanel reliable sync plus restore web clip and snip tools c30ff62 verified asdf98 commited on 4 days ago
fix: BrowserPanel deterministic child webview sync without relying on transitionend 807cf88 verified asdf98 commited on 4 days ago
fix: BrowserPanel - immediately hide webview on close, show only after transition, pre-init on app start 42d26b9 verified asdf98 commited on 4 days ago
fix: BrowserPanel webview lifecycle - immediate hide on close, faster show on open, prevent orphaned webview c58091e verified asdf98 commited on 4 days ago
chore: remove dead code files (old BoardView, overlays, study, color tools, command palette) — not imported by active app 7d9453a verified asdf98 commited on 5 days ago
feat: toast listens for muse:error global events from store; add ErrorBoundary component 51350d1 verified asdf98 commited on 5 days ago
feat: store auto-save reports errors via global event; project load failures are logged bf53563 verified asdf98 commited on 5 days ago
feat: wrap app in ToastProvider, use toast system for error reporting across the app dd2327d verified asdf98 commited on 5 days ago
feat: add toast notification system with error/success/info levels and global error handler d48df93 verified asdf98 commited on 5 days ago
perf: lazy-mount panels (only render when open) + React.memo on RefImageNode/TextNoteNode to reduce re-renders 4d79b5b verified asdf98 commited on 5 days ago
feat: Canvas responds to grid toggle event from toolbar 565b5b6 verified asdf98 commited on 5 days ago
feat: add drag handle before title in toolbar, grid toggle in toolbar, verify drag region on starter hub 3482b48 verified asdf98 commited on 5 days ago
feat: StarterHub - add window controls (minimize/maximize/close) in top bar, clean aligned design 2446926 verified asdf98 commited on 5 days ago
fix: Toolbar reads boardTitle from store (shared state), rename/save/export all use same title 80f1398 verified asdf98 commited on 5 days ago
fix: move boardTitle into store so rename/save/auto-save all share the same title state end-to-end 94f2c8a verified asdf98 commited on 5 days ago
feat: Toolbar uses project_save/project_create for proper multi-project file management 8e186c2 verified asdf98 commited on 5 days ago