Commit Graph

11 Commits

Author SHA1 Message Date
a75eb92a9c feat: Frutiger Aero theme + UI polish
- Add aero-theme.css (glassmorphism, gold buttons, backdrop blur)
- Colored note cards as tinted glass via inline rgba styles
- Fix hooks order violation in RegisterPage
- Force dark mode; fix muted-foreground to opaque white
- BulkActionsBar glass-heavy blur + vivid red delete button
- New Note button pill shape with aqua dome gradient
- Prevent iOS zoom (maximum-scale=1.0)
2026-06-07 21:57:47 +02:00
839308ec19 refactor (v2): better arch
Co-authored-by: Copilot <copilot@github.com>
2026-06-07 21:19:54 +02:00
68a11ea551 feat: Enhance note dialog layouts, improve text wrapping, and refine component styling. 2025-12-29 14:23:19 +01:00
6bf0581497 tables support 2025-12-26 17:49:37 +01:00
198b324646 feat: implement copy note to clipboard button on note card with i18n support 2025-12-26 16:08:44 +01:00
e44771902c feat: Implement internationalization with react-i18next, add translation files, and integrate language switching across components. 2025-12-26 15:23:15 +01:00
8396d7f5d3 feat: Replace note content textarea with Tiptap rich text editor supporting markdown and slash commands. 2025-12-23 12:23:28 +01:00
8c010e06e5 Frontend improvements
Reviewed-on: #1
2025-12-23 10:28:03 +00:00
b6d4f49fd9 feat: Add note viewing dialog and implement grid/list view toggle for notes. 2025-12-23 03:47:17 +01:00
c441f14bfa feat: Introduce note version history with dedicated UI, API, and database schema. 2025-12-23 03:08:14 +01:00
39b28c7f3b init 2025-12-23 02:15:25 +01:00