[PR #1257] [MERGED] ♻️ moving more components out of common.tsx #29553

Closed
opened 2026-04-18 06:07:54 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: matiss/move-components-2


📝 Commits (2)

  • d5d04db ♻️ moving more components out of common.tsx
  • b90c4b7 Release notes

📊 Changes

9 files changed (+471 additions, -423 deletions)

View changed files

📝 packages/desktop-client/src/components/common.tsx (+11 -423)
packages/desktop-client/src/components/common/AlignedText.tsx (+56 -0)
packages/desktop-client/src/components/common/CustomSelect.tsx (+52 -0)
packages/desktop-client/src/components/common/FormError.tsx (+16 -0)
packages/desktop-client/src/components/common/InitialFocus.tsx (+34 -0)
packages/desktop-client/src/components/common/InputWithContent.tsx (+72 -0)
packages/desktop-client/src/components/common/Menu.tsx (+181 -0)
packages/desktop-client/src/components/common/Search.tsx (+43 -0)
upcoming-release-notes/1257.md (+6 -0)

📄 Description

Moving some more components out of common.tsx into their own files.

There are no functional changes. This is a direct copy&paste into new files.


🔄 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/1257 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 7/2/2023 **Status:** ✅ Merged **Merged:** 7/2/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/move-components-2` --- ### 📝 Commits (2) - [`d5d04db`](https://github.com/actualbudget/actual/commit/d5d04db89ca3cf3391bbd60e05beddc1c6bc4cd2) :recycle: moving more components out of common.tsx - [`b90c4b7`](https://github.com/actualbudget/actual/commit/b90c4b7404d91622bb3bfcb651ec99df706bde25) Release notes ### 📊 Changes **9 files changed** (+471 additions, -423 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/common.tsx` (+11 -423) ➕ `packages/desktop-client/src/components/common/AlignedText.tsx` (+56 -0) ➕ `packages/desktop-client/src/components/common/CustomSelect.tsx` (+52 -0) ➕ `packages/desktop-client/src/components/common/FormError.tsx` (+16 -0) ➕ `packages/desktop-client/src/components/common/InitialFocus.tsx` (+34 -0) ➕ `packages/desktop-client/src/components/common/InputWithContent.tsx` (+72 -0) ➕ `packages/desktop-client/src/components/common/Menu.tsx` (+181 -0) ➕ `packages/desktop-client/src/components/common/Search.tsx` (+43 -0) ➕ `upcoming-release-notes/1257.md` (+6 -0) </details> ### 📄 Description Moving some more components out of `common.tsx` into their own files. There are no functional changes. This is a direct copy&paste into new files. --- <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-04-18 06:07:54 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#29553