[PR #4417] [MERGED] 🐛 Fix On budget / Off budget underline with translated languages #5373

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4417
Author: @lelemm
Created: 2/20/2025
Status: Merged
Merged: 2/20/2025
Merged by: @youngcw

Base: masterHead: bugfix/account_underline


📝 Commits (2)

📊 Changes

3 files changed (+11 additions, -1 deletions)

View changed files

📝 packages/desktop-client/src/components/sidebar/Account.tsx (+3 -1)
📝 packages/desktop-client/src/components/sidebar/Accounts.tsx (+2 -0)
upcoming-release-notes/4417.md (+6 -0)

📄 Description

The current implementation checks for the account text to show or not the underline. For translated account names, it does not work.
Added new variable to control when show or not the underline


🔄 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/4417 **Author:** [@lelemm](https://github.com/lelemm) **Created:** 2/20/2025 **Status:** ✅ Merged **Merged:** 2/20/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `bugfix/account_underline` --- ### 📝 Commits (2) - [`c1c614a`](https://github.com/actualbudget/actual/commit/c1c614a363dd2720956d0f853f9571bbc39bd575) Fix `On budget` / `Off budget` underline - [`66accc3`](https://github.com/actualbudget/actual/commit/66accc389e03258dd19a1b84e0842e5c1c888e2a) md ### 📊 Changes **3 files changed** (+11 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/sidebar/Account.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/sidebar/Accounts.tsx` (+2 -0) ➕ `upcoming-release-notes/4417.md` (+6 -0) </details> ### 📄 Description The current implementation checks for the account text to show or not the underline. For translated account names, it does not work. Added new variable to control when show or not the underline --- <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:11:25 -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#5373