[PR #4276] [MERGED] report sorting on dashboard #5303

Closed
opened 2026-02-28 21:10:14 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4276
Author: @UnderKoen
Created: 1/31/2025
Status: Merged
Merged: 2/2/2025
Merged by: @matt-fidd

Base: masterHead: UnderKoen/sorting-report-dashboard


📝 Commits (8)

  • ecd96b7 fix: report sorting on dashboard
  • 584a1b5 chore: note
  • f32067f Merge branch 'master' into UnderKoen/sorting-report-dashboard
  • 65b01b9 chore: feedback
  • 83ab62c chore: fix vrt's
  • 266b656 Update packages/loot-core/migrations/1736640000000__custom_report_sorting.sql
  • 92d9dee chore: use new migration
  • 9d67360 Update packages/loot-core/migrations/1738491452000__sorting_rename.sql

📊 Changes

8 files changed (+48 additions, -17 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ReportOptions.ts (+6 -2)
📝 packages/desktop-client/src/components/reports/ReportSidebar.tsx (+9 -5)
📝 packages/desktop-client/src/components/reports/disabledList.ts (+10 -8)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.tsx (+1 -1)
📝 packages/desktop-client/src/components/reports/reports/GetCardData.tsx (+2 -0)
packages/loot-core/migrations/1738491452000__sorting_rename.sql (+13 -0)
📝 packages/loot-core/src/types/models/reports.d.ts (+1 -1)
upcoming-release-notes/4276.md (+6 -0)

📄 Description

The sorting of reports on the dashboard


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/actualbudget/actual/pull/4276 **Author:** [@UnderKoen](https://github.com/UnderKoen) **Created:** 1/31/2025 **Status:** ✅ Merged **Merged:** 2/2/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `UnderKoen/sorting-report-dashboard` --- ### 📝 Commits (8) - [`ecd96b7`](https://github.com/actualbudget/actual/commit/ecd96b794df47486e5c1da1089be0270271e30d3) fix: report sorting on dashboard - [`584a1b5`](https://github.com/actualbudget/actual/commit/584a1b538264d4173c574885f22460466a64bd68) chore: note - [`f32067f`](https://github.com/actualbudget/actual/commit/f32067f4d23f08a881a398ef87ea2c78e9bca951) Merge branch 'master' into UnderKoen/sorting-report-dashboard - [`65b01b9`](https://github.com/actualbudget/actual/commit/65b01b9eb8ae0fdc657aac9f16a416e93e84d32e) chore: feedback - [`83ab62c`](https://github.com/actualbudget/actual/commit/83ab62ccf0c2d0e4e3828238252d9feadc95c7a2) chore: fix vrt's - [`266b656`](https://github.com/actualbudget/actual/commit/266b656f3a023038a601cbc5cb5fac215edec7dd) Update packages/loot-core/migrations/1736640000000__custom_report_sorting.sql - [`92d9dee`](https://github.com/actualbudget/actual/commit/92d9dee152896fc107656e70ff80048327c71b16) chore: use new migration - [`9d67360`](https://github.com/actualbudget/actual/commit/9d67360f13b0c00066b8b06ead67804350af39dc) Update packages/loot-core/migrations/1738491452000__sorting_rename.sql ### 📊 Changes **8 files changed** (+48 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ReportOptions.ts` (+6 -2) 📝 `packages/desktop-client/src/components/reports/ReportSidebar.tsx` (+9 -5) 📝 `packages/desktop-client/src/components/reports/disabledList.ts` (+10 -8) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/reports/reports/GetCardData.tsx` (+2 -0) ➕ `packages/loot-core/migrations/1738491452000__sorting_rename.sql` (+13 -0) 📝 `packages/loot-core/src/types/models/reports.d.ts` (+1 -1) ➕ `upcoming-release-notes/4276.md` (+6 -0) </details> ### 📄 Description The sorting of reports on the dashboard --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-02-28 21:10:14 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#5303