[PR #5941] [MERGED] Align onboarding form element sizes #55527

Closed
opened 2026-05-01 02:31:28 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: align-onboarding-form-elements


📝 Commits (2)

  • 1736f5f Align onboarding form element sizes
  • ea1c945 Remove display property from BudgetFileSelection

📊 Changes

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

View changed files

📝 packages/desktop-client/src/components/manager/BudgetFileSelection.tsx (+9 -6)
📝 packages/desktop-client/src/components/manager/subscribe/Login.tsx (+3 -3)
upcoming-release-notes/5941.md (+6 -0)

📄 Description

This PR aligns form element sizes in the onboarding flow for better visual consistency. Identical button and input heights for the initial user onboarding flow.

Changes

  • Updated styles in BudgetFileSelection.tsx to fix margins and alignment
  • Changed from ResponsiveInput to BigInput in Login.tsx for consistent input sizing
  • Added release notes for this enhancement

🔄 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/5941 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 10/16/2025 **Status:** ✅ Merged **Merged:** 10/16/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `align-onboarding-form-elements` --- ### 📝 Commits (2) - [`1736f5f`](https://github.com/actualbudget/actual/commit/1736f5f65c293d630d9eb8b3e3b0168c262ef42f) Align onboarding form element sizes - [`ea1c945`](https://github.com/actualbudget/actual/commit/ea1c94556b49ce5d687b430294354e685fd7ed79) Remove display property from BudgetFileSelection ### 📊 Changes **3 files changed** (+18 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/manager/BudgetFileSelection.tsx` (+9 -6) 📝 `packages/desktop-client/src/components/manager/subscribe/Login.tsx` (+3 -3) ➕ `upcoming-release-notes/5941.md` (+6 -0) </details> ### 📄 Description This PR aligns form element sizes in the onboarding flow for better visual consistency. Identical button and input heights for the initial user onboarding flow. ## Changes - Updated styles in `BudgetFileSelection.tsx` to fix margins and alignment - Changed from `ResponsiveInput` to `BigInput` in `Login.tsx` for consistent input sizing - Added release notes for this enhancement --- <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-05-01 02:31:28 -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#55527