[PR #1359] [MERGED] Add clear typings to the modals #3687

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1359
Author: @j-f1
Created: 7/18/2023
Status: Merged
Merged: 7/18/2023
Merged by: @j-f1

Base: masterHead: jed/type-modals


📝 Commits (4)

📊 Changes

7 files changed (+127 additions, -54 deletions)

View changed files

📝 packages/desktop-client/src/components/Modals.tsx (+22 -37)
📝 packages/desktop-client/src/hooks/useActions.ts (+0 -1)
📝 packages/loot-core/src/client/actions/budgets.ts (+1 -0)
📝 packages/loot-core/src/client/actions/modals.ts (+15 -4)
📝 packages/loot-core/src/client/reducers/modals.ts (+2 -5)
📝 packages/loot-core/src/client/state-types/modals.d.ts (+81 -7)
upcoming-release-notes/1359.md (+6 -0)

📄 Description

This makes sure the right parameters are passed when pushing a modal, and is the first use of the useActions hook.


🔄 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/1359 **Author:** [@j-f1](https://github.com/j-f1) **Created:** 7/18/2023 **Status:** ✅ Merged **Merged:** 7/18/2023 **Merged by:** [@j-f1](https://github.com/j-f1) **Base:** `master` ← **Head:** `jed/type-modals` --- ### 📝 Commits (4) - [`ba28bff`](https://github.com/actualbudget/actual/commit/ba28bff62056aa2eccdd5581de05f3c99c0faf56) Add typings to the modals - [`baa68ad`](https://github.com/actualbudget/actual/commit/baa68ad51378e595fbe9546f419dba6f88ea7b93) Add release note - [`7065212`](https://github.com/actualbudget/actual/commit/7065212bb9cb1c05736b3a6d207cf57c60e70c9c) Remove dead code - [`4cdc375`](https://github.com/actualbudget/actual/commit/4cdc37519f30621a2e452f5b321f1725bc8c9e38) Merge branch 'master' into jed/type-modals ### 📊 Changes **7 files changed** (+127 additions, -54 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/Modals.tsx` (+22 -37) 📝 `packages/desktop-client/src/hooks/useActions.ts` (+0 -1) 📝 `packages/loot-core/src/client/actions/budgets.ts` (+1 -0) 📝 `packages/loot-core/src/client/actions/modals.ts` (+15 -4) 📝 `packages/loot-core/src/client/reducers/modals.ts` (+2 -5) 📝 `packages/loot-core/src/client/state-types/modals.d.ts` (+81 -7) ➕ `upcoming-release-notes/1359.md` (+6 -0) </details> ### 📄 Description This makes sure the right parameters are passed when pushing a modal, and is the first use of the `useActions` hook. --- <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:45:16 -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#3687