14 Commits

Author SHA1 Message Date
Marcos 972006c29f refactor: Update color handling to use ARGB format and improve theme consistency 2026-07-01 10:41:59 +02:00
Marcos 1dede9eb78 Refactor theme management: Replace AppColors with AppPalette
- Removed AppColors class and migrated all references to AppPalette.
- Updated VaultAccessScreen, MenuDrawer, NoteCard, SearchAppBar, and other widgets to use AppPalette for color management.
- Introduced AppPalette to handle light and dark themes with appropriate color schemes.
- Adjusted theme application in AppTheme to utilize AppPalette extensions.
- Updated tests to reflect changes in theme structure and color references.
2026-05-23 13:55:40 +02:00
Marcos f4bb5104e2 Refactor theme colors and styles across the application
- Introduced AppColors class to centralize color definitions for better maintainability and consistency.
- Updated various screens (Settings, Vault Access, Note Card, etc.) to use AppColors for styling instead of hardcoded colors.
- Enhanced UI elements with improved color contrast and accessibility.
- Replaced gradient backgrounds with defined color schemes for a cohesive look.
- Refactored button styles and text colors to align with the new theme structure.
2026-05-23 09:38:26 +02:00
Marcos 2069de55ae feat: Add long press functionality to menu items for category editing 2026-05-22 10:54:56 +02:00
Marcos 8be7819528 feat: Introduce category selection functionality in NoteEditorScreen and related components 2026-05-21 19:31:29 +02:00
Marcos 2f942c4e82 feat: Enhance MenuDrawer item styling with padding and constraints for better layout 2026-05-21 17:20:25 +02:00
Marcos 63f0079a5a feat: Convert _MenuItemTile to StatefulWidget for hover effect support 2026-05-21 17:16:54 +02:00
Marcos 28f4ede4aa feat: Refactor note editor dialog and delete confirmation for improved readability and reusability 2026-05-21 16:26:31 +02:00
Marcos b1ab4235bd feat: Add category deletion functionality and enhance category dialog for editing 2026-05-20 19:07:26 +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 d0a985b4ab feat: Update biometric icon color to match theme and enhance visibility 2026-05-19 23:05:17 +02:00
Marcos f550476177 feat: Implement permanent deletion and restoration of notes with updated UI 2026-05-19 11:40:01 +02:00
Marcos 94fdfe51eb Implement local vault service with encryption key management and integrate it into the app. Add settings screen for data management and enhance home screen with new features. Update database connection for encryption support and modify repository to use the new database structure. Improve UI elements across the application for better user experience. 2026-05-13 22:57:23 +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