[PR #3703] [MERGED] feat: now button at budget page #5011

Closed
opened 2026-02-28 21:04:38 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3703
Author: @UnderKoen
Created: 10/21/2024
Status: Merged
Merged: 12/23/2024
Merged by: @UnderKoen

Base: masterHead: feat/now-button


📝 Commits (10+)

  • 4bef127 feat: now button on budget
  • 6fd2199 Update VRT
  • 83005ff Merge branch 'master' into feat/now-button
  • 87835c7 chore: change to icon
  • cab4e2a chore: rename to today
  • 7890abe Merge remote-tracking branch 'origin/master' into feat/now-button
  • a19b2de chore: fix not being centered on multiple months
  • cac8358 Update VRT
  • a271d54 Merge branch 'master' into feat/now-button
  • 0ce0dc8 Merge branch 'master' into feat/now-button

📊 Changes

9 files changed (+45 additions, -3 deletions)

View changed files

📝 packages/desktop-client/e2e/budget.test.js-snapshots/Budget-renders-the-summary-information-available-funds-overspent-budgeted-and-for-next-month-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.test.js-snapshots/Budget-renders-the-summary-information-available-funds-overspent-budgeted-and-for-next-month-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.test.js-snapshots/Budget-renders-the-summary-information-available-funds-overspent-budgeted-and-for-next-month-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.test.js-snapshots/Budget-transfer-funds-to-another-category-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.test.js-snapshots/Budget-transfer-funds-to-another-category-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.test.js-snapshots/Budget-transfer-funds-to-another-category-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/budget/BudgetPageHeader.tsx (+9 -2)
📝 packages/desktop-client/src/components/budget/MonthPicker.tsx (+30 -1)
upcoming-release-notes/3703.md (+6 -0)

📄 Description


🔄 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/3703 **Author:** [@UnderKoen](https://github.com/UnderKoen) **Created:** 10/21/2024 **Status:** ✅ Merged **Merged:** 12/23/2024 **Merged by:** [@UnderKoen](https://github.com/UnderKoen) **Base:** `master` ← **Head:** `feat/now-button` --- ### 📝 Commits (10+) - [`4bef127`](https://github.com/actualbudget/actual/commit/4bef127d36388080d44ea33e3faafb3fcb60da43) feat: now button on budget - [`6fd2199`](https://github.com/actualbudget/actual/commit/6fd2199735ad36c3a1f445a9d90a1e7d30bc8c15) Update VRT - [`83005ff`](https://github.com/actualbudget/actual/commit/83005ff9cb762d44654928dca1f8c0bf1cecb111) Merge branch 'master' into feat/now-button - [`87835c7`](https://github.com/actualbudget/actual/commit/87835c7c6bdf10a5ab97f5f8e78b1bfbca6ae309) chore: change to icon - [`cab4e2a`](https://github.com/actualbudget/actual/commit/cab4e2ab1c963c8dada82d6707d28cd1fc01307b) chore: rename to today - [`7890abe`](https://github.com/actualbudget/actual/commit/7890abe07aab6f0cdb0a691b5f5a91ed4272aeb8) Merge remote-tracking branch 'origin/master' into feat/now-button - [`a19b2de`](https://github.com/actualbudget/actual/commit/a19b2ded01355a9468c9697306b8fc1806e202bf) chore: fix not being centered on multiple months - [`cac8358`](https://github.com/actualbudget/actual/commit/cac8358be09ea9de060807a31e7bae92ee29d396) Update VRT - [`a271d54`](https://github.com/actualbudget/actual/commit/a271d54fa69511ba65416acc8a9d1bb3c33f636b) Merge branch 'master' into feat/now-button - [`0ce0dc8`](https://github.com/actualbudget/actual/commit/0ce0dc88f78846e3e9c80a333b6141fca261a962) Merge branch 'master' into feat/now-button ### 📊 Changes **9 files changed** (+45 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/budget.test.js-snapshots/Budget-renders-the-summary-information-available-funds-overspent-budgeted-and-for-next-month-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.test.js-snapshots/Budget-renders-the-summary-information-available-funds-overspent-budgeted-and-for-next-month-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.test.js-snapshots/Budget-renders-the-summary-information-available-funds-overspent-budgeted-and-for-next-month-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.test.js-snapshots/Budget-transfer-funds-to-another-category-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.test.js-snapshots/Budget-transfer-funds-to-another-category-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.test.js-snapshots/Budget-transfer-funds-to-another-category-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/budget/BudgetPageHeader.tsx` (+9 -2) 📝 `packages/desktop-client/src/components/budget/MonthPicker.tsx` (+30 -1) ➕ `upcoming-release-notes/3703.md` (+6 -0) </details> ### 📄 Description <!-- Thank you for submitting a pull request! Make sure to follow the instructions to write release notes for your PR — it should only take a minute or two: https://github.com/actualbudget/docs#writing-good-release-notes --> --- <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 21:04:38 -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#5011