Commit Graph

43 Commits

Author SHA1 Message Date
d832f00874 add stagger animations to board list and board cards 2026-02-15 20:58:03 +02:00
32ac91afaa add AnimatePresence page transitions between views 2026-02-15 20:58:01 +02:00
18d0a965de custom window titlebar - remove native decorations, add WindowControls to TopBar 2026-02-15 20:56:55 +02:00
24412e5afe lighten dark mode for HDR monitors - bump pylon + shadcn values 2026-02-15 20:56:35 +02:00
cea3a7b861 add shared motion config with spring presets and variants 2026-02-15 20:56:29 +02:00
51bc198510 add themed scrollbar styling for light and dark modes 2026-02-15 20:34:04 +02:00
cf75de862f upgrade empty states with welcome message and column placeholders 2026-02-15 20:33:16 +02:00
2c7fc5eee7 add board background patterns (dots, grid, gradient) with settings dropdown 2026-02-15 20:32:43 +02:00
d363b4fd25 add keyboard shortcut help modal triggered by ? key 2026-02-15 20:32:32 +02:00
02524805bd add undo/redo buttons to TopBar with tooltips 2026-02-15 20:31:35 +02:00
31dc4f0ad6 add toast notification system with success, error, and info variants 2026-02-15 20:30:17 +02:00
067e4e3bf6 add card cover color with picker in card detail and bar in thumbnail 2026-02-15 20:29:29 +02:00
fdfdb0804f add column color picker submenu with 10 preset colors 2026-02-15 20:29:18 +02:00
a39b8aef6d add column color, card coverColor, and board background to data model 2026-02-15 20:28:16 +02:00
9f9bf3d72d apply board color to TopBar border and column header accents 2026-02-15 20:26:51 +02:00
ba7191b27a rewrite settings dialog with tabbed panel - appearance, boards, shortcuts, about 2026-02-15 20:25:58 +02:00
9d6ba16548 apply density factor to card, column, and board spacing 2026-02-15 20:25:34 +02:00
b21d05020f add density CSS variable with default value 2026-02-15 20:24:19 +02:00
e8dbd7111c wire app store with appearance actions and CSS variable application 2026-02-15 20:24:09 +02:00
4c622d10b2 expand AppSettings with appearance and board default fields 2026-02-15 20:23:47 +02:00
f567cc7245 use Tauri v2 named fs permissions for appdata access 2026-02-15 20:22:54 +02:00
93d8a9efd2 broaden filesystem scope to include $APPDATA root directory 2026-02-15 19:44:56 +02:00
b48c207dec correct lib crate name in main.rs (temptauri_lib -> openpylon_lib) 2026-02-15 19:38:50 +02:00
3369c34675 address code review findings - data loss, race condition, broken features 2026-02-15 19:33:25 +02:00
0b70ee656f move hooks before early return in BoardView, remove unused attachmentMode prop 2026-02-15 19:30:58 +02:00
443588d4cb add window close handler, configure minimum window size 2026-02-15 19:24:00 +02:00
8a2138832d accessibility pass - semantic HTML, ARIA, focus indicators, high contrast 2026-02-15 19:19:34 +02:00
1b0bcfb505 add Framer Motion animations with spring physics and reduced-motion support 2026-02-15 19:17:52 +02:00
37627688b8 add import/export for JSON, CSV, and Trello formats 2026-02-15 19:14:06 +02:00
940a020d72 add global keyboard shortcuts for undo/redo and command palette 2026-02-15 19:13:36 +02:00
d1cf4559ce add settings dialog with theme selection 2026-02-15 19:13:13 +02:00
3b80814330 add command palette with cross-board search and actions 2026-02-15 19:12:49 +02:00
7e6b8ed43c add two-panel card detail modal with markdown, checklist, labels, dates, attachments 2026-02-15 19:05:02 +02:00
f225ef1ace add drag-and-drop for cards and columns with keyboard support 2026-02-15 18:55:35 +02:00
cc2a72b999 add card thumbnails with label dots, due dates, and checklist progress bar 2026-02-15 18:49:20 +02:00
cdc1b7e2c1 add board view with columns, headers, and inline card creation 2026-02-15 18:49:10 +02:00
3f58896cc5 add board list home screen with new board dialog and context menu 2026-02-15 18:48:59 +02:00
f4ab1565f5 add app shell with top bar, view routing, and board factory 2026-02-15 18:44:19 +02:00
b07df5cf7b configure custom OKLCH theme, fonts, and dark mode tokens 2026-02-15 18:43:23 +02:00
653bcc834f add Zustand stores with undo/redo and debounced persistence 2026-02-15 18:41:27 +02:00
e599093b2a add filesystem persistence layer for boards and settings 2026-02-15 18:39:24 +02:00
0441217c4e add board/settings type definitions and Zod validation schemas 2026-02-15 18:38:20 +02:00
71ef8f77d1 scaffold Tauri v2 + React + TS with all dependencies 2026-02-15 18:31:54 +02:00