[PR #5994] [MERGED] Refactor account header to use SpaceBetween component for spacing #32185

Closed
opened 2026-04-18 08:16:19 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: matiss/refactor-account-header-spacing


📝 Commits (3)

  • 58f1511 Refactor account header to use SpaceBetween component for spacing
  • e87fe4f Add transaction table spacing fix between searchbar and loading icon
  • bef141d Update author name in upcoming release notes for transaction table spacing fix

📊 Changes

3 files changed (+184 additions, -176 deletions)

View changed files

📝 packages/desktop-client/src/components/accounts/Header.tsx (+176 -175)
📝 packages/desktop-client/src/components/table.tsx (+1 -1)
upcoming-release-notes/5994.md (+7 -0)

📄 Description

Added consistent spacing between the buttons in transaction header.

The root problem I am solving here: there is no space between searchbar and loading icon (which appears after reconciling).

Screenshot 2025-10-23 at 19 56 27

🔄 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/5994 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 10/23/2025 **Status:** ✅ Merged **Merged:** 10/24/2025 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/refactor-account-header-spacing` --- ### 📝 Commits (3) - [`58f1511`](https://github.com/actualbudget/actual/commit/58f1511115300a0c0c45e87c84342ed5037ebcc0) Refactor account header to use SpaceBetween component for spacing - [`e87fe4f`](https://github.com/actualbudget/actual/commit/e87fe4f4f87a23bf1de70d3f9d3f9f479daad066) Add transaction table spacing fix between searchbar and loading icon - [`bef141d`](https://github.com/actualbudget/actual/commit/bef141daeb2d621fee37c2e31b54d09c60c9b87c) Update author name in upcoming release notes for transaction table spacing fix ### 📊 Changes **3 files changed** (+184 additions, -176 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/accounts/Header.tsx` (+176 -175) 📝 `packages/desktop-client/src/components/table.tsx` (+1 -1) ➕ `upcoming-release-notes/5994.md` (+7 -0) </details> ### 📄 Description Added consistent spacing between the buttons in transaction header. The root problem I am solving here: there is no space between searchbar and loading icon (which appears after reconciling). <img width="611" height="277" alt="Screenshot 2025-10-23 at 19 56 27" src="https://github.com/user-attachments/assets/7de13570-ac75-481b-a605-acf713017c49" /> --- <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 08:16:19 -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#32185