[PR #2273] [MERGED] 🐛 fix uncategorized transaction banner flashing on load #4219

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2273
Author: @MatissJanis
Created: 1/22/2024
Status: Merged
Merged: 1/23/2024
Merged by: @MatissJanis

Base: masterHead: matiss/fix-uncategorized


📝 Commits (2)

  • d6f500c 🐛 fix uncategorized transaction banner flashing on load
  • 055b641 Release notes

📊 Changes

2 files changed (+47 additions, -23 deletions)

View changed files

📝 packages/desktop-client/src/components/Titlebar.tsx (+41 -23)
upcoming-release-notes/2273.md (+6 -0)

📄 Description

The "uncategorized transactions" banner is flashing on page load. This is because count variable can also be null.

And while I was working in the file: made it strict TS compliant.

Screenshot 2024-01-22 at 19 38 34

🔄 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/2273 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 1/22/2024 **Status:** ✅ Merged **Merged:** 1/23/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/fix-uncategorized` --- ### 📝 Commits (2) - [`d6f500c`](https://github.com/actualbudget/actual/commit/d6f500c42e95750540c34198334ef20e66f645e4) :bug: fix uncategorized transaction banner flashing on load - [`055b641`](https://github.com/actualbudget/actual/commit/055b6413ade5a8f00e8aa84ce720892ea9377aa2) Release notes ### 📊 Changes **2 files changed** (+47 additions, -23 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/Titlebar.tsx` (+41 -23) ➕ `upcoming-release-notes/2273.md` (+6 -0) </details> ### 📄 Description The "uncategorized transactions" banner is flashing on page load. This is because `count` variable can also be `null`. And while I was working in the file: made it strict TS compliant. <img width="401" alt="Screenshot 2024-01-22 at 19 38 34" src="https://github.com/actualbudget/actual/assets/886567/a5f51df2-02df-4f3b-9eab-9501e4eeca3b"> --- <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 20:53:14 -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#4219