Commit Graph

6 Commits

Author SHA1 Message Date
68c7a1ca6a refactor(app): implement year filtering for accounts and enhance dashboard PDF generation 2026-04-03 14:24:46 +02:00
b8b1c74a84 refactor(app): extract dialog component logic to code-behind 2026-04-03 12:59:11 +02:00
9807e4d61d Refactor dialog components to remove Cancel event from backdrop; enhance confirmation dialog for restore functionality 2026-04-03 12:46:28 +02:00
0923c037eb Refactor terminology in dialogs and tables for consistency; update styles for number inputs and footer links 2026-04-03 09:32:14 +02:00
a02b0e9436 Refactor dialog components to use form-container for improved layout and styling; update button styles for consistency 2026-04-03 08:57:55 +02:00
f5c2be9339 Add Blazor application layer with UI components and pages
- Service interfaces and DTO models
- Dashboard page with account overview
- Account detail page with year/entry management
- Reusable components: AccountCard, EntryTable, YearSelector
- Dialog components: Add/Edit Account, Entry, Transfer, Year
- Main layout and routing configuration
2026-03-31 17:13:09 +02:00