[PR #3587] [MERGED] (dashboards) ability to quick-edit widget names from inner report pages #4939

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/3587
Author: @MatissJanis
Created: 10/6/2024
Status: Merged
Merged: 10/7/2024
Merged by: @MatissJanis

Base: masterHead: matiss/dashboards-name-edit


📝 Commits (2)

  • fd829cd (dashboards) ability to quick-edit widget names from inner report pages
  • b53c8f3 oops

📊 Changes

7 files changed (+297 additions, -127 deletions)

View changed files

packages/desktop-client/src/components/EditablePageHeaderTitle.tsx (+89 -0)
📝 packages/desktop-client/src/components/reports/Header.tsx (+115 -119)
📝 packages/desktop-client/src/components/reports/reports/CashFlow.tsx (+29 -2)
📝 packages/desktop-client/src/components/reports/reports/NetWorth.tsx (+28 -2)
📝 packages/desktop-client/src/components/reports/reports/Spending.tsx (+28 -2)
📝 packages/loot-core/src/server/reports/app.ts (+2 -2)
upcoming-release-notes/3587.md (+6 -0)

📄 Description

https://github.com/actualbudget/actual/issues/3282


🔄 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/3587 **Author:** [@MatissJanis](https://github.com/MatissJanis) **Created:** 10/6/2024 **Status:** ✅ Merged **Merged:** 10/7/2024 **Merged by:** [@MatissJanis](https://github.com/MatissJanis) **Base:** `master` ← **Head:** `matiss/dashboards-name-edit` --- ### 📝 Commits (2) - [`fd829cd`](https://github.com/actualbudget/actual/commit/fd829cd96d217a797e1bb2d30963ccb2e0e87f70) :sparkles: (dashboards) ability to quick-edit widget names from inner report pages - [`b53c8f3`](https://github.com/actualbudget/actual/commit/b53c8f333570b58c01d3b93422f1b1a3b74845a0) oops ### 📊 Changes **7 files changed** (+297 additions, -127 deletions) <details> <summary>View changed files</summary> ➕ `packages/desktop-client/src/components/EditablePageHeaderTitle.tsx` (+89 -0) 📝 `packages/desktop-client/src/components/reports/Header.tsx` (+115 -119) 📝 `packages/desktop-client/src/components/reports/reports/CashFlow.tsx` (+29 -2) 📝 `packages/desktop-client/src/components/reports/reports/NetWorth.tsx` (+28 -2) 📝 `packages/desktop-client/src/components/reports/reports/Spending.tsx` (+28 -2) 📝 `packages/loot-core/src/server/reports/app.ts` (+2 -2) ➕ `upcoming-release-notes/3587.md` (+6 -0) </details> ### 📄 Description https://github.com/actualbudget/actual/issues/3282 --- <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:03:32 -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#4939