[PR #2612] [MERGED] Custom Reports: Add filters to sessionStorage #58058

Closed
opened 2026-05-06 22:23:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2612
Author: @carkom
Created: 4/16/2024
Status: Merged
Merged: 4/18/2024
Merged by: @carkom

Base: masterHead: sessionFilters


📝 Commits (4)

📊 Changes

8 files changed (+90 additions, -88 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/ChooseGraph.tsx (+5 -0)
📝 packages/desktop-client/src/components/reports/ReportSidebar.jsx (+22 -67)
📝 packages/desktop-client/src/components/reports/ReportTopbar.jsx (+3 -5)
📝 packages/desktop-client/src/components/reports/graphs/BarGraph.tsx (+4 -0)
📝 packages/desktop-client/src/components/reports/graphs/DonutGraph.tsx (+4 -0)
📝 packages/desktop-client/src/components/reports/reports/CustomReport.jsx (+28 -16)
packages/desktop-client/src/components/reports/setSessionReport.ts (+18 -0)
upcoming-release-notes/2612.md (+6 -0)

📄 Description

Fixing some of the session storage issues plus adding filters to sessionStorage.


🔄 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/2612 **Author:** [@carkom](https://github.com/carkom) **Created:** 4/16/2024 **Status:** ✅ Merged **Merged:** 4/18/2024 **Merged by:** [@carkom](https://github.com/carkom) **Base:** `master` ← **Head:** `sessionFilters` --- ### 📝 Commits (4) - [`5530bf3`](https://github.com/actualbudget/actual/commit/5530bf3405af5455f02933a5e9b21012e97e089c) Add filters to sessionStorage - [`1e03f8c`](https://github.com/actualbudget/actual/commit/1e03f8cfe2e6733096e8da9241045950d9ac05ed) notes - [`9f76c56`](https://github.com/actualbudget/actual/commit/9f76c5615b114b2fd41654cf27917bd242aa728f) setSessionReports util - [`8865235`](https://github.com/actualbudget/actual/commit/88652359e0a6539e37283e575976d5dba9b07e0c) Merge branch 'master' into sessionFilters ### 📊 Changes **8 files changed** (+90 additions, -88 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/ChooseGraph.tsx` (+5 -0) 📝 `packages/desktop-client/src/components/reports/ReportSidebar.jsx` (+22 -67) 📝 `packages/desktop-client/src/components/reports/ReportTopbar.jsx` (+3 -5) 📝 `packages/desktop-client/src/components/reports/graphs/BarGraph.tsx` (+4 -0) 📝 `packages/desktop-client/src/components/reports/graphs/DonutGraph.tsx` (+4 -0) 📝 `packages/desktop-client/src/components/reports/reports/CustomReport.jsx` (+28 -16) ➕ `packages/desktop-client/src/components/reports/setSessionReport.ts` (+18 -0) ➕ `upcoming-release-notes/2612.md` (+6 -0) </details> ### 📄 Description Fixing some of the session storage issues plus adding filters to sessionStorage. --- <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-05-06 22:23:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#58058