Commit Graph

14 Commits

Author SHA1 Message Date
Marcos 28f4ede4aa feat: Refactor note editor dialog and delete confirmation for improved readability and reusability 2026-05-21 16:26:31 +02:00
Marcos f1aca3c812 feat: Refactor NoteEditorScreen build method for improved readability and maintainability 2026-05-20 23:55:45 +02:00
Marcos bed34f4cb5 refactor: Remove AppTitleBar widget and its references from various screens 2026-05-20 20:16:57 +02:00
Marcos 3ff4efb738 feat: Add color and icon properties to categories, enhance category management in UI 2026-05-20 17:10:44 +02:00
Marcos def755e1c5 refactor: Update Note and Category models to use 'id' instead of 'uuid', and adjust related database operations
- Changed 'uuid' to 'id' in Note and Category models for consistency.
- Updated database operations in NoteRepository to reflect the new 'id' field.
- Modified sync models to accommodate changes in Note and Category structures.
- Adjusted the handling of notes and categories during synchronization.
- Refactored the note editor and home screen to use the new 'id' field.
- Ensured that the 'isDirty' flag is properly set and utilized across models.
2026-05-20 11:05:30 +02:00
Marcos 4912316845 feat: Update biometric screens to remove amber color from fingerprint icon for consistency 2026-05-19 20:20:03 +02:00
Marcos 72afa7b5fe feat: Refactor NoteEditorScreen layout for improved text field handling and UI consistency 2026-05-19 18:48:03 +02:00
Marcos 59a5229e46 feat: Refactor NoteEditorScreen for improved mobile layout handling and UI consistency 2026-05-19 17:55:16 +02:00
Marcos c6994b9355 feat: Refactor NoteEditorScreen for improved layout handling and code readability 2026-05-19 17:28:26 +02:00
Marcos 48cd1b2403 feat: Enhance NoteEditorScreen with completion callback and improved mobile UI 2026-05-19 17:09:33 +02:00
Marcos f550476177 feat: Implement permanent deletion and restoration of notes with updated UI 2026-05-19 11:40:01 +02:00
Marcos 6de318786b feat: Update window bootstrap logic and improve note editor UI layout 2026-05-18 23:09:11 +02:00
Marcos 91a26f6c7b Enhance navigation and structure: integrate SettingsScreen into main app flow, update HomeScreen to open settings, and improve UI elements for better user experience. 2026-05-14 16:52:39 +02:00
Marcos 96f8f95924 Add Windows runner files for high DPI support and console output
- Created runner.exe.manifest to enable DPI awareness and dark mode support.
- Implemented utility functions in utils.cpp and utils.h for console creation and command line argument handling.
- Developed Win32Window class in win32_window.cpp and win32_window.h to manage high DPI-aware windows, including theme updates and message handling.
2026-05-13 12:03:40 +02:00