[PR #960] [MERGED] 🐛 (mobile) correct topbar color on settings page #3431

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/960
Author: @MatissJanis
Created: 4/26/2023
Status: Merged
Merged: 4/26/2023
Merged by: @MatissJanis

Base: masterHead: matiss/fix-935


📝 Commits (2)

  • 27a62be 🐛 (mobile) correct topbar color on settings page
  • d3298dc Release notes

📊 Changes

2 files changed (+41 additions, -40 deletions)

View changed files

📝 packages/desktop-client/src/components/FinancesApp.js (+35 -40)
upcoming-release-notes/960.md (+6 -0)

📄 Description

Closes #935

Before: we render all the pages (even the inactive ones in some cases)

After: we render only the visible pages. Thus the topbar color is set only 1x.. thus the settings page topbar has the correct color.


🔄 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/960 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 4/26/2023 **Status:** ✅ Merged **Merged:** 4/26/2023 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/fix-935` --- ### 📝 Commits (2) - [`27a62be`](https://github.com/actualbudget/actual/commit/27a62be2c2858e74043bf8b5a144d3315d827e90) :bug: (mobile) correct topbar color on settings page - [`d3298dc`](https://github.com/actualbudget/actual/commit/d3298dc69c88a07edccf96d4119526cf135c9589) Release notes ### 📊 Changes **2 files changed** (+41 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/FinancesApp.js` (+35 -40) ➕ `upcoming-release-notes/960.md` (+6 -0) </details> ### 📄 Description Closes #935 Before: we render all the pages (even the inactive ones in some cases) After: we render only the visible pages. Thus the topbar color is set only 1x.. thus the settings page topbar has the correct color. --- <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:41:32 -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#3431