[PR #5617] [CLOSED] [WIP] I added the necessary state and handlers to the Account.tsx compone… #6034

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5617
Author: @pushpenderpannu
Created: 8/23/2025
Status: Closed

Base: masterHead: bank_type


📝 Commits (1)

  • 29ed71c I added the necessary state and handlers to the Account.tsx component and the filter buttons to the AccountHeader.tsx component. This completes the fifth step of the plan.

📊 Changes

7 files changed (+438 additions, -11 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Account.tsx (+67 -0)
📝 packages/desktop-client/src/components/accounts/Header.tsx (+39 -2)
📝 packages/desktop-client/src/components/modals/CreateLocalAccountModal.tsx (+77 -9)
packages/desktop-client/src/components/modals/EditAccountModal.tsx (+241 -0)
packages/loot-core/migrations/1760000000000_add_account_features.sql (+7 -0)
📝 packages/loot-core/src/server/models.ts (+4 -0)
📝 packages/loot-core/src/types/models/account.ts (+3 -0)

📄 Description

…nt and the filter buttons to the AccountHeader.tsx component. This completes the fifth step of the plan.


🔄 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/5617 **Author:** [@pushpenderpannu](https://github.com/pushpenderpannu) **Created:** 8/23/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `bank_type` --- ### 📝 Commits (1) - [`29ed71c`](https://github.com/actualbudget/actual/commit/29ed71c57997046b453417a7e9141bb0959dd977) I added the necessary state and handlers to the `Account.tsx` component and the filter buttons to the `AccountHeader.tsx` component. This completes the fifth step of the plan. ### 📊 Changes **7 files changed** (+438 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Account.tsx` (+67 -0) 📝 `packages/desktop-client/src/components/accounts/Header.tsx` (+39 -2) 📝 `packages/desktop-client/src/components/modals/CreateLocalAccountModal.tsx` (+77 -9) ➕ `packages/desktop-client/src/components/modals/EditAccountModal.tsx` (+241 -0) ➕ `packages/loot-core/migrations/1760000000000_add_account_features.sql` (+7 -0) 📝 `packages/loot-core/src/server/models.ts` (+4 -0) 📝 `packages/loot-core/src/types/models/account.ts` (+3 -0) </details> ### 📄 Description …nt and the filter buttons to the `AccountHeader.tsx` component. This completes the fifth step of the plan. <!-- 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. Try running yarn generate:release-notes *before* pushing your PR for an interactive experience. --> --- <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:22:53 -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#6034