[PR #3284] [MERGED] (dashboards) ability to rename all widgets #11828

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3284
Author: @MatissJanis
Created: 8/17/2024
Status: Merged
Merged: 8/20/2024
Merged by: @MatissJanis

Base: masterHead: matiss/rename-all-widgets


📝 Commits (8)

  • 745f43d (dashboards) ability to rename all widgets
  • 4224099 typescript: migrate cards from jsx to tsx
  • 762526d Undo some unnecessary changes
  • 1ee29e1 Merge branch 'matiss/ts-cards' into matiss/rename-all-widgets
  • 76f7bcc Unify some name logic
  • beb160f A bit more logic simplification
  • 355c470 Merge branch 'master' into matiss/rename-all-widgets
  • 83b2792 Merge branch 'master' into matiss/rename-all-widgets

📊 Changes

9 files changed (+195 additions, -67 deletions)

View changed files

📝 packages/desktop-client/src/components/reports/Overview.tsx (+19 -4)
packages/desktop-client/src/components/reports/ReportCardName.tsx (+57 -0)
📝 packages/desktop-client/src/components/reports/reports/CashFlowCard.tsx (+32 -9)
📝 packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx (+7 -36)
📝 packages/desktop-client/src/components/reports/reports/NetWorthCard.tsx (+30 -7)
📝 packages/desktop-client/src/components/reports/reports/SpendingCard.tsx (+31 -7)
📝 packages/loot-core/src/server/dashboard/app.ts (+1 -1)
📝 packages/loot-core/src/types/models/dashboard.d.ts (+12 -3)
upcoming-release-notes/3284.md (+6 -0)

📄 Description

Depends on https://github.com/actualbudget/actual/pull/3285

Adds the ability to rename any dashboard widget.


🔄 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/3284 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 8/17/2024 **Status:** ✅ Merged **Merged:** 8/20/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/rename-all-widgets` --- ### 📝 Commits (8) - [`745f43d`](https://github.com/actualbudget/actual/commit/745f43d3da8f8cebbc7959696205ebc822f072ee) :sparkles: (dashboards) ability to rename all widgets - [`4224099`](https://github.com/actualbudget/actual/commit/422409966e84b03ae027aed42fd8ca31144fc101) typescript: migrate cards from jsx to tsx - [`762526d`](https://github.com/actualbudget/actual/commit/762526d2bc84ef42379228f6cebdcb5a4d2a3c41) Undo some unnecessary changes - [`1ee29e1`](https://github.com/actualbudget/actual/commit/1ee29e14cae318bfd94c17806082704a67a906b5) Merge branch 'matiss/ts-cards' into matiss/rename-all-widgets - [`76f7bcc`](https://github.com/actualbudget/actual/commit/76f7bccaa9a907de8ed0f4d7d727ff77d546151e) Unify some name logic - [`beb160f`](https://github.com/actualbudget/actual/commit/beb160f626985cff22a1430e5770031134825422) A bit more logic simplification - [`355c470`](https://github.com/actualbudget/actual/commit/355c470adf9c8f036e661220ecee4fb591799cec) Merge branch 'master' into matiss/rename-all-widgets - [`83b2792`](https://github.com/actualbudget/actual/commit/83b279285ac632838a16bf8d933efd907b2bb350) Merge branch 'master' into matiss/rename-all-widgets ### 📊 Changes **9 files changed** (+195 additions, -67 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/reports/Overview.tsx` (+19 -4) ➕ `packages/desktop-client/src/components/reports/ReportCardName.tsx` (+57 -0) 📝 `packages/desktop-client/src/components/reports/reports/CashFlowCard.tsx` (+32 -9) 📝 `packages/desktop-client/src/components/reports/reports/CustomReportListCards.tsx` (+7 -36) 📝 `packages/desktop-client/src/components/reports/reports/NetWorthCard.tsx` (+30 -7) 📝 `packages/desktop-client/src/components/reports/reports/SpendingCard.tsx` (+31 -7) 📝 `packages/loot-core/src/server/dashboard/app.ts` (+1 -1) 📝 `packages/loot-core/src/types/models/dashboard.d.ts` (+12 -3) ➕ `upcoming-release-notes/3284.md` (+6 -0) </details> ### 📄 Description Depends on https://github.com/actualbudget/actual/pull/3285 Adds the ability to rename any dashboard widget. --- <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 21:11: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#11828