[PR #4692] [MERGED] feat: add previous/next month navigation to the MonthPicker #35733

Closed
opened 2026-04-20 22:41:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/4692
Author: @misu-dev
Created: 3/26/2025
Status: Merged
Merged: 4/8/2025
Merged by: @matt-fidd

Base: masterHead: feat/month-picker-navigation


📝 Commits (4)

  • b68c0e6 feat: add previous/next month navigation to MonthPicker
  • 601add5 doc: add release note
  • bf62a85 chore: update formatting
  • 5f2b1a8 test: update vrt snapshots

📊 Changes

8 files changed (+46 additions, -0 deletions)

View changed files

📝 packages/desktop-client/e2e/budget.test.ts-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.ts-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.ts-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.ts-snapshots/Budget-transfer-funds-to-another-category-1-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.test.ts-snapshots/Budget-transfer-funds-to-another-category-2-chromium-linux.png (+0 -0)
📝 packages/desktop-client/e2e/budget.test.ts-snapshots/Budget-transfer-funds-to-another-category-3-chromium-linux.png (+0 -0)
📝 packages/desktop-client/src/components/budget/MonthPicker.tsx (+40 -0)
upcoming-release-notes/4692.md (+6 -0)

📄 Description

A small change to introduce previous/next month navigation in the MonthPicker.

image


🔄 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/4692 **Author:** [@misu-dev](https://github.com/misu-dev) **Created:** 3/26/2025 **Status:** ✅ Merged **Merged:** 4/8/2025 **Merged by:** [@matt-fidd](https://github.com/matt-fidd) **Base:** `master` ← **Head:** `feat/month-picker-navigation` --- ### 📝 Commits (4) - [`b68c0e6`](https://github.com/actualbudget/actual/commit/b68c0e6c196e5fc668faf58b74937a909fd184e2) feat: add previous/next month navigation to MonthPicker - [`601add5`](https://github.com/actualbudget/actual/commit/601add589bb8f6a75d7644b9ba8e4ea64061e12e) doc: add release note - [`bf62a85`](https://github.com/actualbudget/actual/commit/bf62a85240e58f3bac5b2e5be32d2c63f4310e6d) chore: update formatting - [`5f2b1a8`](https://github.com/actualbudget/actual/commit/5f2b1a868de2db029c5269fcfb1c0a9d5a271bf9) test: update vrt snapshots ### 📊 Changes **8 files changed** (+46 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/e2e/budget.test.ts-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.ts-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.ts-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.ts-snapshots/Budget-transfer-funds-to-another-category-1-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.test.ts-snapshots/Budget-transfer-funds-to-another-category-2-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/e2e/budget.test.ts-snapshots/Budget-transfer-funds-to-another-category-3-chromium-linux.png` (+0 -0) 📝 `packages/desktop-client/src/components/budget/MonthPicker.tsx` (+40 -0) ➕ `upcoming-release-notes/4692.md` (+6 -0) </details> ### 📄 Description A small change to introduce previous/next month navigation in the MonthPicker. ![image](https://github.com/user-attachments/assets/63f2f9e9-0d47-47ec-ab44-002e4f628ac6) --- <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-20 22:41:26 -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#35733