[PR #4346] [MERGED] ♻️ moving more components to the new component-lib pkg #5330

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4346
Author: @MatissJanis
Created: 2/10/2025
Status: Merged
Merged: 2/11/2025
Merged by: @MatissJanis

Base: masterHead: matiss/move-components


📝 Commits (4)

  • 8bbcffc ♻️ moving more components to the new component-lib pkg
  • 26733aa Undo unnecessary change
  • 7000fcb Patch TS issue
  • 4f8c669 Merge branch 'master' into matiss/move-components

📊 Changes

39 files changed (+168 additions, -76 deletions)

View changed files

📝 eslint.config.mjs (+1 -1)
📝 packages/component-library/package.json (+16 -0)
📝 packages/component-library/src/AlignedText.tsx (+0 -0)
📝 packages/component-library/src/Block.tsx (+1 -1)
📝 packages/component-library/src/Card.tsx (+1 -2)
📝 packages/component-library/src/FormError.tsx (+0 -0)
packages/component-library/src/InitialFocus.ts (+36 -0)
📝 packages/component-library/src/InlineField.tsx (+1 -1)
📝 packages/component-library/src/Label.tsx (+2 -2)
📝 packages/component-library/src/Menu.tsx (+1 -2)
📝 packages/component-library/src/Paragraph.tsx (+1 -1)
📝 packages/component-library/src/Popover.tsx (+1 -1)
📝 packages/component-library/src/SpaceBetween.tsx (+0 -0)
📝 packages/component-library/src/Stack.tsx (+0 -0)
📝 packages/component-library/src/Text.tsx (+1 -1)
📝 packages/component-library/src/TextOneLine.tsx (+0 -0)
📝 packages/component-library/src/Toggle.tsx (+1 -2)
📝 packages/component-library/src/Tooltip.tsx (+1 -2)
packages/desktop-client/src/components/common/AlignedText.ts (+4 -0)
packages/desktop-client/src/components/common/Block.ts (+4 -0)

...and 19 more files

📄 Description

Following up to: https://github.com/actualbudget/actual/pull/4169


🔄 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/4346 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 2/10/2025 **Status:** ✅ Merged **Merged:** 2/11/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/move-components` --- ### 📝 Commits (4) - [`8bbcffc`](https://github.com/actualbudget/actual/commit/8bbcffce3989be7c1646c941d11f43d34c32541c) :recycle: moving more components to the new component-lib pkg - [`26733aa`](https://github.com/actualbudget/actual/commit/26733aadb2cc5f63292ccccfd5309155ebc22391) Undo unnecessary change - [`7000fcb`](https://github.com/actualbudget/actual/commit/7000fcb720e5f1a09a0f38dcb8cb3247b4e88e1a) Patch TS issue - [`4f8c669`](https://github.com/actualbudget/actual/commit/4f8c6698f7e2451a3073d20f2426f8a1f565420a) Merge branch 'master' into matiss/move-components ### 📊 Changes **39 files changed** (+168 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `eslint.config.mjs` (+1 -1) 📝 `packages/component-library/package.json` (+16 -0) 📝 `packages/component-library/src/AlignedText.tsx` (+0 -0) 📝 `packages/component-library/src/Block.tsx` (+1 -1) 📝 `packages/component-library/src/Card.tsx` (+1 -2) 📝 `packages/component-library/src/FormError.tsx` (+0 -0) ➕ `packages/component-library/src/InitialFocus.ts` (+36 -0) 📝 `packages/component-library/src/InlineField.tsx` (+1 -1) 📝 `packages/component-library/src/Label.tsx` (+2 -2) 📝 `packages/component-library/src/Menu.tsx` (+1 -2) 📝 `packages/component-library/src/Paragraph.tsx` (+1 -1) 📝 `packages/component-library/src/Popover.tsx` (+1 -1) 📝 `packages/component-library/src/SpaceBetween.tsx` (+0 -0) 📝 `packages/component-library/src/Stack.tsx` (+0 -0) 📝 `packages/component-library/src/Text.tsx` (+1 -1) 📝 `packages/component-library/src/TextOneLine.tsx` (+0 -0) 📝 `packages/component-library/src/Toggle.tsx` (+1 -2) 📝 `packages/component-library/src/Tooltip.tsx` (+1 -2) ➕ `packages/desktop-client/src/components/common/AlignedText.ts` (+4 -0) ➕ `packages/desktop-client/src/components/common/Block.ts` (+4 -0) _...and 19 more files_ </details> ### 📄 Description Following up to: https://github.com/actualbudget/actual/pull/4169 --- <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:10:41 -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#5330