musealpha / src /components

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

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

asdf98 commited on

feat: wire theme selection in Settings Appearance tab with live preview cards
b287e40
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 Navigator/Minimap setting in Settings > General
74d13f2
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: Source Trail badge favicon fallback so icon always appears before domain
b264787
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: 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

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

asdf98 commited on

feat: StarterHub uses real projects_list/project_create/project_load/project_delete backend
5334b55
verified

asdf98 commited on

fix: StarterHub - remove immature text, show real saved projects, remove shared tab, fix floating panel access
f78c45b
verified

asdf98 commited on

fix: toolbar z-index drops below browser panel when browser is open - prevents accidental hover trigger
4e324e7
verified

asdf98 commited on

fix: TextNoteNode - reliable double-click using manual timing instead of broken onDoubleClick with pointer capture
3085de3
verified

asdf98 commited on

fix: TextNoteNode - properly working font dropdown and font size widget with clean design
f3b21f9
verified

asdf98 commited on

fix: TextNoteNode - stable bold/italic/underline detection, consistent white highlight style, reliable double-click everywhere
0c4ab47
verified

asdf98 commited on

fix: TextNoteNode - working font dropdown, bold/italic/underline state tracking with active highlight
8d9b266
verified

asdf98 commited on

fix: TextNoteNode double-click works everywhere in node + system-safe font stack
8d09722
verified

asdf98 commited on

feat: Canvas supports highlighter annotations (wider, semi-transparent, screen blend) + annotation rendering improved
cc69367
verified

asdf98 commited on

fix: import React type for SettingsPanel JSX types
06b72ab
verified

asdf98 commited on

feat: redesign settings panel and add Stronghold password vault UI
fd7e981
verified

asdf98 commited on

feat: StarterHub - add Recent/Shared tabs, Open File dialog, proper project grid, better transitions
2130e00
verified

asdf98 commited on

feat: Toolbar - add board dropdown menu (export, open saved, close project) + editable title with ChevronDown
bfedc6d
verified

asdf98 commited on

fix: BrowserPanel passes exact content area getBoundingClientRect to capture commands
4736f2c
verified

asdf98 commited on

feat: BrowserPanel web clip/snip working with capture-before-hide pattern
e914940
verified

asdf98 commited on

fix: disable unsupported pixel web clip/snipping on stable Tauri; add honest UX message
7badf4b
verified

asdf98 commited on

fix: snip uses frozen native renderer frame crop cross-platform, no WebView2-only direct clip dependency
7e51e98
verified

asdf98 commited on

fix: web clip/snipping use active child WebView renderer capture, not OS screen capture
044a018
verified

asdf98 commited on

fix: web clip and snip hide native webview first, capture from OS screenshot at correct coordinates"
be3464f
verified

asdf98 commited on