Replace native DatePickers with MiniCalendarPicker in Reports view
Details
Swaps the ugly three-column Avalonia DatePicker controls on the
Spending by Category report to MiniCalendarPicker for visual
consistency with the rest of the plugin.
Version: 3.6.1 → 3.6.2
Use human-readable goal type labels in budget dashboard
Details
GoalTypeDisplay now returns "Monthly Spending", "Weekly Spending",
"Needed By Date", "Savings Balance", "Monthly Savings" instead of
raw enum names.
Version: 3.6.0 → 3.6.1
Add account creation hint, CSV import button, and goal date picker
Details
Register empty state now shows an "Add Account" button that opens the
account management modal. An "Import CSV" button in the register toolbar
lets users import OFX/QFX/QIF/CSV files directly into the selected
account with deduplication. Category management now shows a
MiniCalendarPicker for the target date when "Needed By Date" goal type
is selected, using a DateOnly↔DateTimeOffset adapter property.
Version: 3.5.0 → 3.6.0
Redesign budget dashboard with tabular layout and goal tracking
Details
Add column headers (Category, Budgeted, Available, Goal) with proper
alignment. Each category row now shows the editable allocation
CurrencyBox, available balance with color coding, goal type label,
goal progress text (e.g. "$0.00 of $500.00"), and a full-width
progress bar. Group headers use elevated surface background for
visual separation. Better spacing and padding throughout.
Use MiniCalendarPicker for Reconciliation statement date
Details
Replace the ugly mobile-style DatePicker with the shared
MiniCalendarPicker from UI.Adaptive, matching the pattern
used in Tasks for a cleaner inline calendar experience.
Get notified about new releases