[PR #1800] [MERGED] darkMode Fixes #3965

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1800
Author: @carkom
Created: 10/15/2023
Status: Merged
Merged: 10/16/2023
Merged by: @joel-jeremy

Base: masterHead: darkFixes


📝 Commits (6)

📊 Changes

7 files changed (+28 additions, -13 deletions)

View changed files

📝 packages/desktop-client/src/components/LoggedInUser.tsx (+5 -1)
📝 packages/desktop-client/src/components/Titlebar.tsx (+1 -1)
📝 packages/desktop-client/src/components/autocomplete/Autocomplete.tsx (+2 -2)
📝 packages/desktop-client/src/style/themes/dark.ts (+11 -9)
📝 packages/desktop-client/src/style/themes/development.ts (+2 -0)
📝 packages/desktop-client/src/style/themes/light.ts (+2 -0)
upcoming-release-notes/1800.md (+5 -0)

📄 Description

Fixes issue with server status in titlebar and upcoming for schedules.

Fixes #1763


🔄 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/1800 **Author:** [@carkom](https://github.com/carkom) **Created:** 10/15/2023 **Status:** ✅ Merged **Merged:** 10/16/2023 **Merged by:** [@joel-jeremy](https://github.com/joel-jeremy) **Base:** `master` ← **Head:** `darkFixes` --- ### 📝 Commits (6) - [`7c018d9`](https://github.com/actualbudget/actual/commit/7c018d968f46fb251e1ba70d40906da450332aed) darkMode Fixes - [`7b7a6ed`](https://github.com/actualbudget/actual/commit/7b7a6edfd56dd4e8c6c4e4773d53bd603de4c3e6) notes - [`7fbb551`](https://github.com/actualbudget/actual/commit/7fbb551ffa91f79dec826436eade6faf798d474d) AutoComplete Colors - [`7a7c993`](https://github.com/actualbudget/actual/commit/7a7c9937ce880b6850abcb5a9e922d454c257613) Sync button fix - [`7ad5688`](https://github.com/actualbudget/actual/commit/7ad5688b2e1ede68cd844e65c6231613cfb0f019) Merge branch 'master' into darkFixes - [`7cc282c`](https://github.com/actualbudget/actual/commit/7cc282c7c9a8ce7aa6edf23446d84e625b6ee4c0) dark color changes ### 📊 Changes **7 files changed** (+28 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/LoggedInUser.tsx` (+5 -1) 📝 `packages/desktop-client/src/components/Titlebar.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/autocomplete/Autocomplete.tsx` (+2 -2) 📝 `packages/desktop-client/src/style/themes/dark.ts` (+11 -9) 📝 `packages/desktop-client/src/style/themes/development.ts` (+2 -0) 📝 `packages/desktop-client/src/style/themes/light.ts` (+2 -0) ➕ `upcoming-release-notes/1800.md` (+5 -0) </details> ### 📄 Description Fixes issue with server status in titlebar and upcoming for schedules. Fixes #1763 --- <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:49:33 -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#3965