[PR #3159] [MERGED] [React Aria Button] Reports page buttons #4713

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3159
Author: @joel-jeremy
Created: 7/29/2024
Status: Merged
Merged: 8/12/2024
Merged by: @joel-jeremy

Base: masterHead: react-aria-button-9


📝 Commits (10+)

📊 Changes

16 files changed (+77 additions, -68 deletions)

View changed files

📝 packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/reports/CategorySelector.tsx (+3 -3)
📝 packages/desktop-client/src/components/reports/GraphButton.tsx (+5 -5)
📝 packages/desktop-client/src/components/reports/Header.jsx (+11 -11)
📝 packages/desktop-client/src/components/reports/ModeButton.tsx (+23 -19)
📝 packages/desktop-client/src/components/reports/Overview.tsx (+9 -8)
📝 packages/desktop-client/src/components/reports/ReportSidebar.tsx (+2 -2)
📝 packages/desktop-client/src/components/reports/SaveReport.tsx (+3 -3)
📝 packages/desktop-client/src/components/reports/SaveReportChoose.tsx (+3 -4)
📝 packages/desktop-client/src/components/reports/SaveReportDelete.tsx (+3 -3)
📝 packages/desktop-client/src/components/reports/SaveReportName.tsx (+3 -4)
📝 packages/desktop-client/src/components/reports/reports/CashFlow.tsx (+2 -2)
📝 packages/desktop-client/src/components/reports/reports/Spending.tsx (+4 -4)
upcoming-release-notes/3159.md (+6 -0)

📄 Description

Merge after https://github.com/actualbudget/actual/pull/3156


🔄 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/3159 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 7/29/2024 **Status:** ✅ Merged **Merged:** 8/12/2024 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `react-aria-button-9` --- ### 📝 Commits (10+) - [`072fc1c`](https://github.com/actualbudget/actual/commit/072fc1c309e83d7071d06232a056ea7ba4ff5fa1) More components to use react aria Button - [`49726f1`](https://github.com/actualbudget/actual/commit/49726f1145dbc1d24444c5c6f96daa59a6a460df) vrt - [`5927b1e`](https://github.com/actualbudget/actual/commit/5927b1e8a6d476ac1465b11056b660d5f4534a88) Fix account menu test - [`b8081f2`](https://github.com/actualbudget/actual/commit/b8081f24beb37840c5e1fa8dc125f2ccef02d78b) vrt - [`359f094`](https://github.com/actualbudget/actual/commit/359f094ef8b409d9d6a883c98fd45ef24e541179) vrt - [`fb0522a`](https://github.com/actualbudget/actual/commit/fb0522adfb9353d4e4142e321b76d9c53eb89370) VRT - [`34f1659`](https://github.com/actualbudget/actual/commit/34f1659ef62a5f3d69f7647ed43b64f9b766b58d) VRT - [`7c12bd6`](https://github.com/actualbudget/actual/commit/7c12bd64c020d8e99d66d07a745e9334d6a235c3) React Aria Button - Reports page - [`fd15584`](https://github.com/actualbudget/actual/commit/fd155848c89874e0699a964fbb2f2e1cc42db106) Release notes - [`8e4da05`](https://github.com/actualbudget/actual/commit/8e4da05958671dc80b7ada1ad4c086299d6a3b1b) Fix typecheck error ### 📊 Changes **16 files changed** (+77 additions, -68 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/reports.test.js-snapshots/Reports-loads-net-worth-and-cash-flow-reports-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/reports/CategorySelector.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/reports/GraphButton.tsx` (+5 -5) 📝 `packages/desktop-client/src/components/reports/Header.jsx` (+11 -11) 📝 `packages/desktop-client/src/components/reports/ModeButton.tsx` (+23 -19) 📝 `packages/desktop-client/src/components/reports/Overview.tsx` (+9 -8) 📝 `packages/desktop-client/src/components/reports/ReportSidebar.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/reports/SaveReport.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/reports/SaveReportChoose.tsx` (+3 -4) 📝 `packages/desktop-client/src/components/reports/SaveReportDelete.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/reports/SaveReportName.tsx` (+3 -4) 📝 `packages/desktop-client/src/components/reports/reports/CashFlow.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/reports/reports/Spending.tsx` (+4 -4) ➕ `upcoming-release-notes/3159.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> Merge after https://github.com/actualbudget/actual/pull/3156 --- <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:00:06 -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#4713