[PR #1756] [MERGED] Error Color Consolidation #10995

Closed
opened 2026-04-10 20:49:18 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: errorColor


📝 Commits (7)

  • 85b8b81 Error Color Consolidation
  • 16d3145 notes
  • 8aae84d Merge branch 'master' into errorColor
  • d0cec7a Merge branch 'master' into errorColor
  • d958098 color changes
  • a27cd39 Merge branch 'master' into errorColor
  • 047b912 Merge remote-tracking branch 'upstream/master' into errorColor

📊 Changes

13 files changed (+39 additions, -37 deletions)

View changed files

📝 packages/desktop-client/src/components/Notifications.tsx (+4 -4)
📝 packages/desktop-client/src/components/Titlebar.tsx (+2 -2)
📝 packages/desktop-client/src/components/alerts.tsx (+2 -2)
📝 packages/desktop-client/src/components/budget/MobileBudgetTable.js (+1 -1)
📝 packages/desktop-client/src/components/budget/report/BudgetSummary.tsx (+1 -1)
📝 packages/desktop-client/src/components/budget/rollover/BudgetSummary.tsx (+1 -1)
📝 packages/desktop-client/src/components/schedules/StatusBadge.tsx (+2 -2)
📝 packages/desktop-client/src/components/transactions/MobileTransaction.js (+1 -1)
📝 packages/desktop-client/src/components/transactions/TransactionsTable.js (+3 -3)
📝 packages/desktop-client/src/style/themes/dark.ts (+5 -5)
📝 packages/desktop-client/src/style/themes/development.ts (+6 -6)
📝 packages/desktop-client/src/style/themes/light.ts (+5 -9)
upcoming-release-notes/1756.md (+6 -0)

📄 Description

Consolidating errorColor code across all pages in the app.


🔄 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/1756 **Author:** [@carkom](https://github.com/carkom) **Created:** 10/2/2023 **Status:** ✅ Merged **Merged:** 10/21/2023 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `master` ← **Head:** `errorColor` --- ### 📝 Commits (7) - [`85b8b81`](https://github.com/actualbudget/actual/commit/85b8b8181638bf69b261df6c1cca245d9d2845d1) Error Color Consolidation - [`16d3145`](https://github.com/actualbudget/actual/commit/16d314535f9292d0935d7367712114ffc04d4dcc) notes - [`8aae84d`](https://github.com/actualbudget/actual/commit/8aae84df35b3395633e1bbdf3fa235103cfa8d58) Merge branch 'master' into errorColor - [`d0cec7a`](https://github.com/actualbudget/actual/commit/d0cec7ae5662bc4bb15eccf5fd54fd912ad5cfe2) Merge branch 'master' into errorColor - [`d958098`](https://github.com/actualbudget/actual/commit/d958098fd301b83353f17f4a16ed46d7219b8593) color changes - [`a27cd39`](https://github.com/actualbudget/actual/commit/a27cd39eeb4d2f340df7038eeed198c629ce140e) Merge branch 'master' into errorColor - [`047b912`](https://github.com/actualbudget/actual/commit/047b912b06f9a3233c75112608d971ee31428126) Merge remote-tracking branch 'upstream/master' into errorColor ### 📊 Changes **13 files changed** (+39 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/Notifications.tsx` (+4 -4) 📝 `packages/desktop-client/src/components/Titlebar.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/alerts.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/budget/MobileBudgetTable.js` (+1 -1) 📝 `packages/desktop-client/src/components/budget/report/BudgetSummary.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/budget/rollover/BudgetSummary.tsx` (+1 -1) 📝 `packages/desktop-client/src/components/schedules/StatusBadge.tsx` (+2 -2) 📝 `packages/desktop-client/src/components/transactions/MobileTransaction.js` (+1 -1) 📝 `packages/desktop-client/src/components/transactions/TransactionsTable.js` (+3 -3) 📝 `packages/desktop-client/src/style/themes/dark.ts` (+5 -5) 📝 `packages/desktop-client/src/style/themes/development.ts` (+6 -6) 📝 `packages/desktop-client/src/style/themes/light.ts` (+5 -9) ➕ `upcoming-release-notes/1756.md` (+6 -0) </details> ### 📄 Description Consolidating errorColor code across all pages in the app. --- <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-04-10 20:49:18 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#10995