[PR #4563] [MERGED] ♻️ (components) moving Input component to comp. library #5455

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

📋 Pull Request Information

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

Base: masterHead: matiss/input-comp


📝 Commits (1)

  • 2802467 ♻️ (components) moving Input component to comp. library

📊 Changes

7 files changed (+29 additions, -76 deletions)

View changed files

📝 packages/component-library/package.json (+1 -0)
📝 packages/component-library/src/Input.tsx (+3 -2)
packages/desktop-client/src/components/common/InfoBubble.tsx (+0 -68)
packages/desktop-client/src/components/common/Input.ts (+10 -0)
📝 packages/desktop-client/src/components/common/InputWithContent.tsx (+3 -4)
📝 packages/desktop-client/src/style/styles.ts (+6 -2)
upcoming-release-notes/4563.md (+6 -0)

📄 Description

Also removed InfoBubble component as it is no longer used anywhere.


🔄 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/4563 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 3/7/2025 **Status:** ✅ Merged **Merged:** 3/7/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/input-comp` --- ### 📝 Commits (1) - [`2802467`](https://github.com/actualbudget/actual/commit/2802467c6f292190e1755eed1a282af1c8cc44bc) :recycle: (components) moving Input component to comp. library ### 📊 Changes **7 files changed** (+29 additions, -76 deletions) <details> <summary>View changed files</summary> 📝 `packages/component-library/package.json` (+1 -0) 📝 `packages/component-library/src/Input.tsx` (+3 -2) ➖ `packages/desktop-client/src/components/common/InfoBubble.tsx` (+0 -68) ➕ `packages/desktop-client/src/components/common/Input.ts` (+10 -0) 📝 `packages/desktop-client/src/components/common/InputWithContent.tsx` (+3 -4) 📝 `packages/desktop-client/src/style/styles.ts` (+6 -2) ➕ `upcoming-release-notes/4563.md` (+6 -0) </details> ### 📄 Description Also removed `InfoBubble` component as it is no longer used anywhere. --- <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:12:45 -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#5455