[PR #1799] [MERGED] Page color updates #3964

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/1799
Author: @carkom
Created: 10/15/2023
Status: Merged
Merged: 10/21/2023
Merged by: @youngcw

Base: masterHead: colorConsolidation


📝 Commits (3)

  • 5e5543b page color updates
  • 0aec38b notes
  • 4b88c2c Merge remote-tracking branch 'upstream/master' into colorConsolidation

📊 Changes

18 files changed (+34 additions, -47 deletions)

View changed files

📝 packages/desktop-client/src/components/LoggedInUser.tsx (+1 -1)
📝 packages/desktop-client/src/components/UpdateNotification.tsx (+1 -1)
📝 packages/desktop-client/src/components/accounts/MobileAccounts.js (+2 -2)
📝 packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.js (+1 -1)
📝 packages/desktop-client/src/components/budget/BudgetTotals.js (+1 -1)
📝 packages/desktop-client/src/components/budget/MonthCountSelector.tsx (+1 -3)
📝 packages/desktop-client/src/components/budget/report/BudgetSummary.tsx (+1 -1)
📝 packages/desktop-client/src/components/manager/WelcomeScreen.js (+1 -1)
📝 packages/desktop-client/src/components/modals/CreateLocalAccount.tsx (+1 -1)
📝 packages/desktop-client/src/components/modals/EditRule.js (+1 -1)
📝 packages/desktop-client/src/components/reports/graphs/CashFlowGraph.tsx (+1 -1)
📝 packages/desktop-client/src/components/schedules/EditSchedule.js (+2 -2)
📝 packages/desktop-client/src/components/transactions/MobileTransaction.js (+1 -1)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.js (+1 -1)
📝 packages/desktop-client/src/style/themes/dark.ts (+4 -9)
📝 packages/desktop-client/src/style/themes/development.ts (+5 -10)
📝 packages/desktop-client/src/style/themes/light.ts (+4 -10)
upcoming-release-notes/1799.md (+5 -0)

📄 Description

Consolidating and making consistent pagebackground, and pagetext components. Very small changes - in most cases just changiner colors by one single shade (eg. navy600 to navy500)


🔄 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/1799 **Author:** [@carkom](https://github.com/carkom) **Created:** 10/15/2023 **Status:** ✅ Merged **Merged:** 10/21/2023 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `colorConsolidation` --- ### 📝 Commits (3) - [`5e5543b`](https://github.com/actualbudget/actual/commit/5e5543b72fd92bdd5ec4268be9d5699d72a57d12) page color updates - [`0aec38b`](https://github.com/actualbudget/actual/commit/0aec38b480dce2e4e8a2eebbbe8e3af487df0364) notes - [`4b88c2c`](https://github.com/actualbudget/actual/commit/4b88c2ce00f574d4d309eb18626169586fb1731d) Merge remote-tracking branch 'upstream/master' into colorConsolidation ### 📊 Changes **18 files changed** (+34 additions, -47 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/LoggedInUser.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/UpdateNotification.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/accounts/MobileAccounts.js` (+2 -2) 📝 `packages/desktop-client/src/components/autocomplete/PayeeAutocomplete.js` (+1 -1) 📝 `packages/desktop-client/src/components/budget/BudgetTotals.js` (+1 -1) 📝 `packages/desktop-client/src/components/budget/MonthCountSelector.tsx` (+1 -3) 📝 `packages/desktop-client/src/components/budget/report/BudgetSummary.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/manager/WelcomeScreen.js` (+1 -1) 📝 `packages/desktop-client/src/components/modals/CreateLocalAccount.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/modals/EditRule.js` (+1 -1) 📝 `packages/desktop-client/src/components/reports/graphs/CashFlowGraph.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/schedules/EditSchedule.js` (+2 -2) 📝 `packages/desktop-client/src/components/transactions/MobileTransaction.js` (+1 -1) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.js` (+1 -1) 📝 `packages/desktop-client/src/style/themes/dark.ts` (+4 -9) 📝 `packages/desktop-client/src/style/themes/development.ts` (+5 -10) 📝 `packages/desktop-client/src/style/themes/light.ts` (+4 -10) ➕ `upcoming-release-notes/1799.md` (+5 -0) </details> ### 📄 Description Consolidating and making consistent pagebackground, and pagetext components. Very small changes - in most cases just changiner colors by one single shade (eg. navy600 to navy500) --- <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: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#3964