[PR #3111] [MERGED] Highlight current month in budgets. #4686

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3111
Author: @psybers
Created: 7/21/2024
Status: Merged
Merged: 8/10/2024
Merged by: @MatissJanis

Base: masterHead: curmonth


📝 Commits (10+)

📊 Changes

12 files changed (+93 additions, -6 deletions)

View changed files

📝 packages/desktop-client/src/components/budget/MonthPicker.tsx (+11 -0)
📝 packages/desktop-client/src/components/budget/report/ReportComponents.tsx (+18 -2)
📝 packages/desktop-client/src/components/budget/report/budgetsummary/BudgetSummary.tsx (+4 -1)
📝 packages/desktop-client/src/components/budget/rollover/RolloverComponents.tsx (+25 -2)
📝 packages/desktop-client/src/components/budget/rollover/budgetsummary/BudgetSummary.tsx (+4 -1)
📝 packages/desktop-client/src/style/palette.ts (+1 -0)
📝 packages/desktop-client/src/style/themes/dark.ts (+5 -0)
📝 packages/desktop-client/src/style/themes/development.ts (+5 -0)
📝 packages/desktop-client/src/style/themes/light.ts (+5 -0)
📝 packages/desktop-client/src/style/themes/midnight.ts (+5 -0)
📝 packages/loot-core/src/shared/months.ts (+4 -0)
upcoming-release-notes/3111.md (+6 -0)

📄 Description

Highlights the current month better in budgets. Currently, the month picker emphasizes the current more (than just bold text) and the budget table is also emphasized.

Fixes #3081

NOTE: once we settle in on something, I'll run VRT.


🔄 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/3111 **Author:** [@psybers](https://github.com/psybers) **Created:** 7/21/2024 **Status:** ✅ Merged **Merged:** 8/10/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `curmonth` --- ### 📝 Commits (10+) - [`f7b8be9`](https://github.com/actualbudget/actual/commit/f7b8be966d04a3f049f55b11d062e50592882966) Highlight current month in budgets. - [`427a614`](https://github.com/actualbudget/actual/commit/427a614bfc1d9c11c998372d33f787f8de65de6d) add release note - [`c9af268`](https://github.com/actualbudget/actual/commit/c9af268cfe8eddc643a5717744c1cd502ba54e64) fix linter - [`b0a5dd1`](https://github.com/actualbudget/actual/commit/b0a5dd1a8280f4323a1235b008fa3c706c60c161) clean code - [`9f98a15`](https://github.com/actualbudget/actual/commit/9f98a157df043dbd4a835a2597196c57128c31da) change month picker highlight - [`1924666`](https://github.com/actualbudget/actual/commit/19246665f92f863c6a78ad2638e57085b388c23c) Merge branch 'master' into curmonth - [`a2b0162`](https://github.com/actualbudget/actual/commit/a2b0162e054f64030079afbf7dbfb62898785341) revise theme colors - [`8255507`](https://github.com/actualbudget/actual/commit/82555071347fd992d51499873f9c410933de0c5d) Merge branch 'master' into curmonth - [`d75ff4d`](https://github.com/actualbudget/actual/commit/d75ff4d7a6e0bfbfffba569633e6994b2b259095) remove duplicated props - [`bdce3b1`](https://github.com/actualbudget/actual/commit/bdce3b12985cc6cc9ed123516b105a9307085bf4) tweak the month picker for current month ### 📊 Changes **12 files changed** (+93 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/budget/MonthPicker.tsx` (+11 -0) 📝 `packages/desktop-client/src/components/budget/report/ReportComponents.tsx` (+18 -2) 📝 `packages/desktop-client/src/components/budget/report/budgetsummary/BudgetSummary.tsx` (+4 -1) 📝 `packages/desktop-client/src/components/budget/rollover/RolloverComponents.tsx` (+25 -2) 📝 `packages/desktop-client/src/components/budget/rollover/budgetsummary/BudgetSummary.tsx` (+4 -1) 📝 `packages/desktop-client/src/style/palette.ts` (+1 -0) 📝 `packages/desktop-client/src/style/themes/dark.ts` (+5 -0) 📝 `packages/desktop-client/src/style/themes/development.ts` (+5 -0) 📝 `packages/desktop-client/src/style/themes/light.ts` (+5 -0) 📝 `packages/desktop-client/src/style/themes/midnight.ts` (+5 -0) 📝 `packages/loot-core/src/shared/months.ts` (+4 -0) ➕ `upcoming-release-notes/3111.md` (+6 -0) </details> ### 📄 Description Highlights the current month better in budgets. Currently, the month picker emphasizes the current more (than just bold text) and the budget table is also emphasized. Fixes #3081 NOTE: once we settle in on something, I'll run VRT. --- <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:59:40 -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#4686