[PR #5363] [CLOSED] fix(ui): expand repeat interval input width #5896

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5363
Author: @VarunShukla07
Created: 7/21/2025
Status: Closed

Base: masterHead: fix/ui-repeat-interval-width


📝 Commits (7)

  • a2136e7 fix(ui): expand repeat interval input width to fix cutoff for large numbers
  • 24940e2 fix: make input widths responsive to content length
  • 914b072 Updated Release notes
  • 4771c94 Merge branch 'master' into fix/ui-repeat-interval-width
  • 3ac6056 Updating lint errors
  • 550d323 Merge branch 'master' into fix/ui-repeat-interval-width
  • c84b669 Limit widht of CSS

📊 Changes

2 files changed (+18 additions, -3 deletions)

View changed files

📝 packages/desktop-client/src/components/select/RecurringSchedulePicker.tsx (+12 -3)
upcoming-release-notes/5363.md (+6 -0)

📄 Description

Fix #5318

Summary :
Earlier if you add a large number to the number of intervals in the schedule date selection, the number gets cut off.

Just changed the width of input box

Screenshot :

Before:

Before Screenshot

After:

After Screenshot

🔄 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/5363 **Author:** [@VarunShukla07](https://github.com/VarunShukla07) **Created:** 7/21/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `fix/ui-repeat-interval-width` --- ### 📝 Commits (7) - [`a2136e7`](https://github.com/actualbudget/actual/commit/a2136e767acc8bd32dfb56455f5943eed1bd9092) fix(ui): expand repeat interval input width to fix cutoff for large numbers - [`24940e2`](https://github.com/actualbudget/actual/commit/24940e22c85980da9382b054708077fedf301d40) fix: make input widths responsive to content length - [`914b072`](https://github.com/actualbudget/actual/commit/914b072214d347811806a9a7962686046814640c) Updated Release notes - [`4771c94`](https://github.com/actualbudget/actual/commit/4771c9410fd402d24806a5c22173943a160c67f5) Merge branch 'master' into fix/ui-repeat-interval-width - [`3ac6056`](https://github.com/actualbudget/actual/commit/3ac60569cba24f8ee00813654d820d2584e2a38e) Updating lint errors - [`550d323`](https://github.com/actualbudget/actual/commit/550d323e8c09a6e74b47963295e9e3e748a561a4) Merge branch 'master' into fix/ui-repeat-interval-width - [`c84b669`](https://github.com/actualbudget/actual/commit/c84b66950d47c6969c813be6ad36d0e45d90c356) Limit widht of CSS ### 📊 Changes **2 files changed** (+18 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/select/RecurringSchedulePicker.tsx` (+12 -3) ➕ `upcoming-release-notes/5363.md` (+6 -0) </details> ### 📄 Description Fix #5318 Summary : Earlier if you add a large number to the number of intervals in the schedule date selection, the number gets cut off. Just changed the width of input box Screenshot : Before: <img width="231" height="58" alt="Before Screenshot" src="https://github.com/user-attachments/assets/8188a455-a86a-4c4d-b685-ada22bf12887" /> After: <img width="374" height="227" alt="After Screenshot" src="https://github.com/user-attachments/assets/0cca55e1-3f7f-48ee-9ec9-816b29f69993" /> --- <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:20:33 -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#5896