[PR #6413] [MERGED] Enhance: Formula feedbacks #20867

Closed
opened 2026-04-14 21:47:49 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/6413
Author: @lelemm
Created: 12/15/2025
Status: Merged
Merged: 12/15/2025
Merged by: @lelemm

Base: masterHead: enhance/formulas-feedback-2


📝 Commits (9)

  • 3eb2a90 more feedbacks
  • e101b75 [autofix.ci] apply automated fixes
  • eb6c26e [autofix.ci] apply automated fixes (attempt 2/3)
  • 06c8bc5 fixed some tests and dashboard import
  • dfae201 md + theme fixes
  • efa73fb [autofix.ci] apply automated fixes
  • 006dc57 Trigger actions
  • 7177ebd sticky
  • 8e03691 [autofix.ci] apply automated fixes

📊 Changes

7 files changed (+187 additions, -34 deletions)

View changed files

📝 packages/desktop-client/src/components/formula/codeMirror-excelLanguage.tsx (+159 -27)
📝 packages/desktop-client/src/components/reports/reports/FormulaCard.tsx (+0 -1)
📝 packages/desktop-client/src/components/rules/RuleEditor.tsx (+10 -1)
📝 packages/loot-core/src/server/dashboard/app.ts (+1 -0)
📝 packages/loot-core/src/server/rules/action.ts (+6 -0)
📝 packages/loot-core/src/server/rules/formula-action.test.ts (+5 -5)
upcoming-release-notes/6413.md (+6 -0)

📄 Description

Feedbacks from #5949

  • New suggestion tooltip theme
  • Tooltip is now showing properly
  • Bug fix for numeric results from formulas that was crashing rules
  • Fixed importing dashboard with formula card

🔄 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/6413 **Author:** [@lelemm](https://github.com/lelemm) **Created:** 12/15/2025 **Status:** ✅ Merged **Merged:** 12/15/2025 **Merged by:** [@lelemm](https://github.com/lelemm) **Base:** `master` ← **Head:** `enhance/formulas-feedback-2` --- ### 📝 Commits (9) - [`3eb2a90`](https://github.com/actualbudget/actual/commit/3eb2a9018b459acd43514b52446c814e8a3ac987) more feedbacks - [`e101b75`](https://github.com/actualbudget/actual/commit/e101b75ca03abcff8ed693ef5285fb459c21be4f) [autofix.ci] apply automated fixes - [`eb6c26e`](https://github.com/actualbudget/actual/commit/eb6c26e12df69d65bdf3a47301564af02de7e258) [autofix.ci] apply automated fixes (attempt 2/3) - [`06c8bc5`](https://github.com/actualbudget/actual/commit/06c8bc511188c6df3ce0a4e4d6925789d0bebd9a) fixed some tests and dashboard import - [`dfae201`](https://github.com/actualbudget/actual/commit/dfae201929d6e2b4777962935a02a9cd7a4124f7) md + theme fixes - [`efa73fb`](https://github.com/actualbudget/actual/commit/efa73fbdfa20a87b10d0d8efe39f03b4c206188d) [autofix.ci] apply automated fixes - [`006dc57`](https://github.com/actualbudget/actual/commit/006dc5745df82c952e9b68c8d46213b617d6b863) Trigger actions - [`7177ebd`](https://github.com/actualbudget/actual/commit/7177ebdbb1d7e3caa14757acab5924d7704ddda2) sticky - [`8e03691`](https://github.com/actualbudget/actual/commit/8e036914755e01e05b8ebed719f2db9d9dd3f1b9) [autofix.ci] apply automated fixes ### 📊 Changes **7 files changed** (+187 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/formula/codeMirror-excelLanguage.tsx` (+159 -27) 📝 `packages/desktop-client/src/components/reports/reports/FormulaCard.tsx` (+0 -1) 📝 `packages/desktop-client/src/components/rules/RuleEditor.tsx` (+10 -1) 📝 `packages/loot-core/src/server/dashboard/app.ts` (+1 -0) 📝 `packages/loot-core/src/server/rules/action.ts` (+6 -0) 📝 `packages/loot-core/src/server/rules/formula-action.test.ts` (+5 -5) ➕ `upcoming-release-notes/6413.md` (+6 -0) </details> ### 📄 Description Feedbacks from #5949 - New suggestion tooltip theme - Tooltip is now showing properly - Bug fix for numeric results from formulas that was crashing rules - Fixed importing dashboard with formula card --- <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-14 21:47:49 -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#20867