musealpha / src

Commit History

fix: ContextMenu - add real palette extraction, Copy image, Open source URL, screen capture shortcut
474e00b
verified

asdf98 commited on

cleanup: remove old browser-first UI files (views, layout, contexts, data, lib)
642c3f8
verified

asdf98 commited on

fix: SettingsPanel - merge browser privacy/shield settings, wire toggles to real Tauri state
04747c9
verified

asdf98 commited on

fix: LibraryPanel - proper useEffect loading, tag add/remove via Rust, refresh on open, delete from library
dca03b9
verified

asdf98 commited on

refactor: BrowserPanel - embedded browser with Tauri child webview, image capture from web
1e21826
verified

asdf98 commited on

refactor: LibraryPanel + SettingsPanel + BrowserPanel with Tauri integration
7fa2a02
verified

asdf98 commited on

refactor: SettingsPanel with general/appearance/shortcuts/storage/privacy/about tabs
363b972
verified

asdf98 commited on

refactor: Toolbar + LibraryPanel + SettingsPanel + BrowserPanel for board-first UI
dff794c
verified

asdf98 commited on

refactor: ContextMenu with image actions (flip, desaturate, palette, group, delete)
374e8ef
verified

asdf98 commited on

refactor: StarterHub + ContextMenu + Toolbar + LibraryPanel + SettingsPanel + BrowserPanel
aa9740a
verified

asdf98 commited on

refactor: Minimap + StarterHub + ContextMenu for board-first UI
37c3e3b
verified

asdf98 commited on

refactor: TextNoteNode - rich text notes with inline editing, formatting toolbar, resize
154816a
verified

asdf98 commited on

refactor: RefImageNode - image nodes with resize, crop, flip, desaturate, grouping
abc1f42
verified

asdf98 commited on

refactor: Canvas.tsx - infinite canvas with pan/zoom, drag-drop, annotations, palette rendering
c5b0df5
verified

asdf98 commited on

refactor: index.css + main.tsx for board-first dark UI
6384ff7
verified

asdf98 commited on

refactor: main.tsx entry point for board-first app
b2527a8
verified

asdf98 commited on

refactor: App.tsx - board-first entry point with canvas, toolbar, browser/library panels, minimap
f3a34da
verified

asdf98 commited on

refactor: store.tsx - board-first state management with Tauri persistence via invoke()
5b2eb95
verified

asdf98 commited on

refactor: replace src/ with board-first architecture - types, store, App.tsx adapted for Tauri
f395850
verified

asdf98 commited on

fix: BoardView - robust color extraction with Rust fallback, fix canvas timing
fd5aed3
verified

asdf98 commited on

feat: BoardView - inline editable notes (double-click), working color extraction, PureRef-like UX
c2e3d83
verified

asdf98 commited on

feat: production-quality PureRef board - smooth pan/zoom, proper resize handles, rotation, flip, z-order, grid overlay, keyboard shortcuts, multi-select, polished artist UX
9b0a268
verified

asdf98 commited on

fix: replace Konva board with dependency-free DOM PureRef board to eliminate blank screen
22ad743
verified

asdf98 commited on

fix: replace Konva.Group with imported Group component in Note/Palette nodes - fixes blank screen
993b063
verified

asdf98 commited on

feat: complete PureRef-style board rewrite with react-konva - drag, resize, rotate, real palette extraction
b322f19
verified

asdf98 commited on

fix: board library sidebar supports drag-drop plus click/double-click add fallback
627f504
verified

asdf98 commited on

fix: HomeView uses real board list and create-board flow
8e5d75d
verified

asdf98 commited on

fix: LibraryView real palette extraction button and no fake color assumptions
6966024
verified

asdf98 commited on

fix: rewrite BoardView with real board files, reliable drag-drop, real palette extraction
3821465
verified

asdf98 commited on

feat: SessionsView - multiple sessions, auto-save, context menu with restore/rename/delete
4ca8224
verified

asdf98 commited on

feat: DownloadsView - add progress bars, pause/cancel, context menu, clear completed
549ccfd
verified

asdf98 commited on

feat: SettingsView - add General, Profile, Notifications, Sync & Data, Keyboard tabs
cb29308
verified

asdf98 commited on

feat: LibraryView - add folders, smart folders, remove item, add tag functionality
004fbcd
verified

asdf98 commited on

feat: BoardView - add Library sidebar panel, Circle tool, presentation mode, drag-to-add
4ad1175
verified

asdf98 commited on

fix: implement real boards and usable board drag workflow
26fec4c
verified

asdf98 commited on

fix: implement real boards and usable board drag workflow
f9d4433
verified

asdf98 commited on

fix: add-to-board opens board picker instead of blind add
a607e88
verified

asdf98 commited on

fix: make board usable with drag-drop at cursor, move/delete/select items, library panel
38445d6
verified

asdf98 commited on

fix: shield as inline expandable panel below URL bar, never overlaps native webview
c3d944a
verified

asdf98 commited on

fix: shield shows as inline panel not popup overlay, webview never hidden for overlays, stable hover widget, working board drag-move-delete"
f9eb249
verified

asdf98 commited on

fix: hide child webview while shield popup is open
c12166b
verified

asdf98 commited on

fix: hide native webview while shell overlays are open
682ddea
verified

asdf98 commited on

fix: make hover overlay, shield popup, and settings actually work
ead7ee6
verified

asdf98 commited on

fix: make hover overlay, shield popup, and settings actually work
44f9956
verified

asdf98 commited on

fix: make hover overlay, shield popup, and settings actually work
20a054d
verified

asdf98 commited on

fix: make hover overlay, shield popup, and settings actually work
4ff79eb
verified

asdf98 commited on

feat: TitleBar Shield popup - redesigned with better aesthetics, active protections list, per-site toggle, page stats breakdown
c20938e
verified

asdf98 commited on

feat: SettingsView - complete Privacy with all filter list checkboxes, proper data controls, working keyboard shortcuts display
c61c463
verified

asdf98 commited on

feat: SessionsView - add multiple sessions list, auto-save, context menu, restore/delete
b8303d4
verified

asdf98 commited on

feat: DownloadsView - add progress bars, pause/cancel, context menu, clear completed
d10dfdc
verified

asdf98 commited on