[PR #2022] [MERGED] ♻️ (typescript) refactor FixedSizeList to TS #4072

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2022
Author: @MatissJanis
Created: 12/3/2023
Status: Merged
Merged: 12/7/2023
Merged by: @MatissJanis

Base: masterHead: matiss/typescript-fixed-size-list


📝 Commits (4)

  • 8bc5db3 ♻️ (typescript) refactor FixedSizeList to TS
  • e61f018 Release notes
  • 870be54 Lint fixes
  • 43e0d47 Merge branch 'master' into matiss/typescript-fixed-size-list

📊 Changes

3 files changed (+112 additions, -40 deletions)

View changed files

📝 packages/desktop-client/src/components/FixedSizeList.tsx (+105 -39)
📝 packages/desktop-client/src/components/table.tsx (+1 -1)
upcoming-release-notes/2022.md (+6 -0)

📄 Description

For the most part this is just file extension change + addition of types.

But also some removals of functionality/props that are not used.


🔄 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/2022 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 12/3/2023 **Status:** ✅ Merged **Merged:** 12/7/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/typescript-fixed-size-list` --- ### 📝 Commits (4) - [`8bc5db3`](https://github.com/actualbudget/actual/commit/8bc5db312cf6408eb41fee9fa5aa00efafca18ec) :recycle: (typescript) refactor FixedSizeList to TS - [`e61f018`](https://github.com/actualbudget/actual/commit/e61f01802491fcbf1433ad497a527ae3c0dbaab9) Release notes - [`870be54`](https://github.com/actualbudget/actual/commit/870be54b8f1088e56dce2ae1c3b9c7ff6629f9bb) Lint fixes - [`43e0d47`](https://github.com/actualbudget/actual/commit/43e0d47074bb6f0857a5b9424244f3efe06017eb) Merge branch 'master' into matiss/typescript-fixed-size-list ### 📊 Changes **3 files changed** (+112 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/FixedSizeList.tsx` (+105 -39) 📝 `packages/desktop-client/src/components/table.tsx` (+1 -1) ➕ `upcoming-release-notes/2022.md` (+6 -0) </details> ### 📄 Description For the most part this is just file extension change + addition of types. But also some removals of functionality/props that are not used. --- <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:51:06 -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#4072