mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-29 19:14:22 -05:00
* Add upcoming/missed/due schedules indicator on budget table (based on category schedule templates) * Rename hook * Fix typecheck error * Update packages/desktop-client/src/components/budget/SidebarCategory.tsx Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Use category goal_def instead of reparsing notes * Fix lint and typecheck error * Fix lint error * Update type * Handle doal_def parse errors * Only show schedule status on month of the schedule's next date * Mobile - only show category schedule status on month's schedule * Update tooltip wording * Disable if goal templates feature is disabled * Move schedule indicator to spent column * Update colors * Mobile - move indicator to spent * Cleanup * Cleanup * Support multiple schedule templates * Clearer error message * Memo useCategoryScheduleGoalTemplates * Fix lint and typecheck errors * Category preview transactions for mobile * Fix lint errors * Fix calls to .some() * Show most urgent schedules first * Fix typecheck error * Fix lint error * Align all schedule indicators * List all schedules in schedule indicator tooltip * Fix typecheck error * Fix lint errors * Update SpentCell to show schedule indicator * Fix lint error * Update packages/desktop-client/src/hooks/useCategoryScheduleGoalTemplateIndicator.ts Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk> --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by: Matt Fiddaman <github@m.fiddaman.uk>
154 B
154 B
category, authors
| category | authors | |
|---|---|---|
| Enhancements |
|
Add upcoming/missed/due schedules indicator on budget table (based on category schedule templates)