[PR #1611] [CLOSED] Close modals on route change #3847

Closed
opened 2026-02-28 20:47:41 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1611
Author: @joel-jeremy
Created: 8/31/2023
Status: Closed

Base: masterHead: close-modals-on-route-change


📝 Commits (8)

📊 Changes

51 files changed (+486 additions, -431 deletions)

View changed files

📝 packages/desktop-client/src/components/LoggedInUser.tsx (+6 -8)
📝 packages/desktop-client/src/components/Modals.tsx (+9 -1)
📝 packages/desktop-client/src/components/NotesButton.tsx (+15 -10)
📝 packages/desktop-client/src/components/Notifications.tsx (+8 -9)
📝 packages/desktop-client/src/components/Page.tsx (+7 -11)
📝 packages/desktop-client/src/components/accounts/MobileAccounts.js (+5 -7)
📝 packages/desktop-client/src/components/alerts.tsx (+10 -4)
📝 packages/desktop-client/src/components/autocomplete/Autocomplete.tsx (+12 -11)
📝 packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx (+5 -5)
📝 packages/desktop-client/src/components/budget/MobileBudgetTable.js (+39 -40)
📝 packages/desktop-client/src/components/budget/report/BudgetSummary.tsx (+9 -3)
📝 packages/desktop-client/src/components/budget/report/components.tsx (+17 -17)
📝 packages/desktop-client/src/components/budget/rollover/BudgetSummary.tsx (+3 -3)
📝 packages/desktop-client/src/components/budget/rollover/rollover-components.tsx (+22 -16)
📝 packages/desktop-client/src/components/common/AlignedText.tsx (+13 -14)
📝 packages/desktop-client/src/components/common/Block.tsx (+2 -4)
📝 packages/desktop-client/src/components/common/Button.tsx (+20 -18)
📝 packages/desktop-client/src/components/common/ButtonLink.tsx (+1 -3)
📝 packages/desktop-client/src/components/common/FormError.tsx (+1 -3)
📝 packages/desktop-client/src/components/common/HoverTarget.tsx (+7 -3)

...and 31 more files

📄 Description

#1608


🔄 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/1611 **Author:** [@joel-jeremy](https://github.com/joel-jeremy) **Created:** 8/31/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `close-modals-on-route-change` --- ### 📝 Commits (8) - [`cc73fe0`](https://github.com/actualbudget/actual/commit/cc73fe0908a442f460479096eea20c3bd35c657d) Remove usages of glamor CSSProperties - [`32b7fc6`](https://github.com/actualbudget/actual/commit/32b7fc6b28874cd02b1bb7f2a60e2151dcc480d2) Cleanup - [`6e8260d`](https://github.com/actualbudget/actual/commit/6e8260de3f03cd40508645cad72f885dc1e91342) Re-add CellButton className prop - [`0d38629`](https://github.com/actualbudget/actual/commit/0d38629fd7bb1b9e7eb2ebb89dc9a708edb5c0fe) More removal of glamor CSSProperties - [`40aa487`](https://github.com/actualbudget/actual/commit/40aa4878b7948f74394b55074ee21eb7f680bc59) Release notes - [`1c44d6a`](https://github.com/actualbudget/actual/commit/1c44d6aa721d37fb3e04a92e05dc9abca1d516af) Close modals on route change - [`4824e47`](https://github.com/actualbudget/actual/commit/4824e4730ee47de439b3e452d8d1d80ab555af32) Release notes - [`d2ffcac`](https://github.com/actualbudget/actual/commit/d2ffcac65a00865b31268daa23090d4155950100) Rename release notes ### 📊 Changes **51 files changed** (+486 additions, -431 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/LoggedInUser.tsx` (+6 -8) 📝 `packages/desktop-client/src/components/Modals.tsx` (+9 -1) 📝 `packages/desktop-client/src/components/NotesButton.tsx` (+15 -10) 📝 `packages/desktop-client/src/components/Notifications.tsx` (+8 -9) 📝 `packages/desktop-client/src/components/Page.tsx` (+7 -11) 📝 `packages/desktop-client/src/components/accounts/MobileAccounts.js` (+5 -7) 📝 `packages/desktop-client/src/components/alerts.tsx` (+10 -4) 📝 `packages/desktop-client/src/components/autocomplete/Autocomplete.tsx` (+12 -11) 📝 `packages/desktop-client/src/components/budget/BalanceWithCarryover.tsx` (+5 -5) 📝 `packages/desktop-client/src/components/budget/MobileBudgetTable.js` (+39 -40) 📝 `packages/desktop-client/src/components/budget/report/BudgetSummary.tsx` (+9 -3) 📝 `packages/desktop-client/src/components/budget/report/components.tsx` (+17 -17) 📝 `packages/desktop-client/src/components/budget/rollover/BudgetSummary.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/budget/rollover/rollover-components.tsx` (+22 -16) 📝 `packages/desktop-client/src/components/common/AlignedText.tsx` (+13 -14) 📝 `packages/desktop-client/src/components/common/Block.tsx` (+2 -4) 📝 `packages/desktop-client/src/components/common/Button.tsx` (+20 -18) 📝 `packages/desktop-client/src/components/common/ButtonLink.tsx` (+1 -3) 📝 `packages/desktop-client/src/components/common/FormError.tsx` (+1 -3) 📝 `packages/desktop-client/src/components/common/HoverTarget.tsx` (+7 -3) _...and 31 more files_ </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 --> #1608 --- <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 20:47:41 -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#3847