musealpha / src

Commit History

fix: Toolbar export .refs shows global toast via window event, App.tsx listens for muse:toast
9f957d6
verified

asdf98 commited on

feat: SettingsPanel storage tab - add .refs export/import with toast, data size stats, storage mode info
caa556a
verified

asdf98 commited on

fix: SettingsPanel uses only existing commands, export works as JSON download, remove non-existent imports"
e920e69
verified

asdf98 commited on

feat: route app keyboard handling through customizable shortcut registry
da47a90
verified

asdf98 commited on

feat: add customizable shortcut registry, normalization, conflict detection and persistence
9665ef1
verified

asdf98 commited on

fix: apply theme variables to Canvas background and drop overlay
680ab59
verified

asdf98 commited on

fix: apply theme variables to root app shell and overlays
79c663f
verified

asdf98 commited on

feat: wire theme selection in Settings Appearance tab with live preview cards
b287e40
verified

asdf98 commited on

feat: add theme state to store; apply data-theme to document; persist in localStorage
87679d6
verified

asdf98 commited on

feat: CSS variable theming system with 3 themes (Dark Canvas, Warm Studio, Midnight)"
d851ebe
verified

asdf98 commited on

feat: add Export .refs to toolbar dropdown; implement full CSS variable theming with 3 themes and Settings controls
7009260
verified

asdf98 commited on

feat: fully functional Storage settings - live usage stats, clear library/projects, reveal folder, export .refs"
d8b0d1a
verified

asdf98 commited on

fix: redesign all Settings tabs with consistent visual system and uncropped content
f5308f4
verified

asdf98 commited on

fix: Settings canvas rows with proper grid/minimap toggles and non-compressed switches
d6e9b93
verified

asdf98 commited on

cleanup: remove grid toggle from floating toolbar; grid is now controlled from Settings
d1203ac
verified

asdf98 commited on

fix: grid visibility controlled by Settings store, not toolbar event
d58fa0e
verified

asdf98 commited on

feat: add showGrid setting to store; persist grid/minimap canvas settings
8eac621
verified

asdf98 commited on

fix: render minimap only when enabled in Settings; default off
a47ec1e
verified

asdf98 commited on

feat: add Navigator/Minimap setting in Settings > General
74d13f2
verified

asdf98 commited on

feat: add showMinimap setting default off
92f47c3
verified

asdf98 commited on

fix: minimap pinned bottom-right with safe padding; no top-left overflow
9d34bb7
verified

asdf98 commited on

cleanup: remove duplicate native OS drop listener from LibraryPanel; Canvas is canonical drop target
5d78fc5
verified

asdf98 commited on

fix: use getCurrentWebview().onDragDropEvent for native OS file drops on Windows/Tauri v2
2fad479
verified

asdf98 commited on

fix: canonical Tauri OS file drag-drop handler with correct v2 payload and drop position
e3f857f
verified

asdf98 commited on

fix: Canvas drop handler - support library drag items + import OS files via Rust for persistent data URLs
c1780a2
verified

asdf98 commited on

feat: LibraryPanel - OS drag-drop import, library-to-canvas drag, inline tag/metadata editor with proper UX
6f44ee8
verified

asdf98 commited on

fix: board image event listener registered once and dedupes by captureId/url
c0a3d64
verified

asdf98 commited on

fix: add captureId to RefImage for reliable capture dedupe
7a58b0e
verified

asdf98 commited on

fix: dedupe board image add events by original/source/data URL
73ff76e
verified

asdf98 commited on

fix: Source Trail badge favicon fallback so icon always appears before domain
b264787
verified

asdf98 commited on

fix: listen for browser hover ADD events and add captured image to active canvas
e696850
verified

asdf98 commited on

fix: BrowserPanel close uses browser_hide_all to park every child webview
6d1f25f
verified

asdf98 commited on

fix: BrowserPanel reliable sync plus restore web clip and snip tools
c30ff62
verified

asdf98 commited on

fix: BrowserPanel deterministic child webview sync without relying on transitionend
807cf88
verified

asdf98 commited on

fix: BrowserPanel - immediately hide webview on close, show only after transition, pre-init on app start
42d26b9
verified

asdf98 commited on

Upload 112 files
3d7d9b5
verified

asdf98 commited on

fix: BrowserPanel webview lifecycle - immediate hide on close, faster show on open, prevent orphaned webview
c58091e
verified

asdf98 commited on

chore: remove dead code files (old BoardView, overlays, study, color tools, command palette) — not imported by active app
7d9453a
verified

asdf98 commited on

feat: wrap app in ErrorBoundary for crash recovery
335ef53
verified

asdf98 commited on

feat: toast listens for muse:error global events from store; add ErrorBoundary component
51350d1
verified

asdf98 commited on

feat: store auto-save reports errors via global event; project load failures are logged
bf53563
verified

asdf98 commited on

feat: wrap app in ToastProvider, use toast system for error reporting across the app
dd2327d
verified

asdf98 commited on

feat: add toast notification system with error/success/info levels and global error handler
d48df93
verified

asdf98 commited on

perf: lazy-mount panels (only render when open) + React.memo on RefImageNode/TextNoteNode to reduce re-renders
4d79b5b
verified

asdf98 commited on

feat: Canvas responds to grid toggle event from toolbar
565b5b6
verified

asdf98 commited on

feat: add drag handle before title in toolbar, grid toggle in toolbar, verify drag region on starter hub
3482b48
verified

asdf98 commited on

feat: StarterHub - add window controls (minimize/maximize/close) in top bar, clean aligned design
2446926
verified

asdf98 commited on

fix: Toolbar reads boardTitle from store (shared state), rename/save/export all use same title
80f1398
verified

asdf98 commited on

fix: move boardTitle into store so rename/save/auto-save all share the same title state end-to-end
94f2c8a
verified

asdf98 commited on

feat: Toolbar uses project_save/project_create for proper multi-project file management
8e186c2
verified

asdf98 commited on