[PR #3640] [MERGED] ♻️ (typescript) migrated account header to TS #4974

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3640
Author: @MatissJanis
Created: 10/12/2024
Status: Merged
Merged: 10/18/2024
Merged by: @MatissJanis

Base: masterHead: matiss/typescript-acc-header


📝 Commits (5)

  • 0c5189a ♻️ (typescript) migrated account header to TS
  • e9f681d TS patches
  • ecca604 Patch types
  • 9520f55 Update packages/desktop-client/src/components/accounts/Header.tsx
  • 3e28465 Merge branch 'master' into matiss/typescript-acc-header

📊 Changes

8 files changed (+307 additions, -102 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Account.tsx (+18 -17)
📝 packages/desktop-client/src/components/accounts/Header.tsx (+198 -42)
📝 packages/desktop-client/src/components/filters/FilterMenu.tsx (+3 -3)
📝 packages/desktop-client/src/components/filters/FiltersStack.tsx (+1 -1)
📝 packages/desktop-client/src/components/filters/SavedFilterMenuButton.tsx (+10 -10)
📝 packages/desktop-client/src/components/table.tsx (+5 -5)
📝 packages/desktop-client/src/components/transactions/SelectedTransactionsButton.tsx (+66 -24)
upcoming-release-notes/3640.md (+6 -0)

📄 Description

No description provided


🔄 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/3640 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 10/12/2024 **Status:** ✅ Merged **Merged:** 10/18/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/typescript-acc-header` --- ### 📝 Commits (5) - [`0c5189a`](https://github.com/actualbudget/actual/commit/0c5189a38bfde6e0dcda0b4e1f7a27317ad2d124) :recycle: (typescript) migrated account header to TS - [`e9f681d`](https://github.com/actualbudget/actual/commit/e9f681d4ceb6879d0fb4366b1141d1e9bbb214a3) TS patches - [`ecca604`](https://github.com/actualbudget/actual/commit/ecca604a7b19aa3c314e61ac45618b4dcf3aebff) Patch types - [`9520f55`](https://github.com/actualbudget/actual/commit/9520f5520256a1e4cf96d9c86d933f13fbb7be15) Update packages/desktop-client/src/components/accounts/Header.tsx - [`3e28465`](https://github.com/actualbudget/actual/commit/3e28465e0bb46816b903fde38cf32e9355ef80e0) Merge branch 'master' into matiss/typescript-acc-header ### 📊 Changes **8 files changed** (+307 additions, -102 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Account.tsx` (+18 -17) 📝 `packages/desktop-client/src/components/accounts/Header.tsx` (+198 -42) 📝 `packages/desktop-client/src/components/filters/FilterMenu.tsx` (+3 -3) 📝 `packages/desktop-client/src/components/filters/FiltersStack.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/filters/SavedFilterMenuButton.tsx` (+10 -10) 📝 `packages/desktop-client/src/components/table.tsx` (+5 -5) 📝 `packages/desktop-client/src/components/transactions/SelectedTransactionsButton.tsx` (+66 -24) ➕ `upcoming-release-notes/3640.md` (+6 -0) </details> ### 📄 Description _No description provided_ --- <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:04:05 -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#4974