[PR #2869] [CLOSED] [WIP] Proof of concept of wysiwyg for input tags #4561

Closed
opened 2026-02-28 20:57:40 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/2869
Author: @lelemm
Created: 6/12/2024
Status: Closed

Base: masterHead: Tags


📝 Commits (2)

  • 6e0d705 proof of concept of wysiwyg for input tags
  • 556a7eb Merge branch 'actualbudget:master' into Tags

📊 Changes

12 files changed (+152 additions, -30 deletions)

View changed files

📝 package.json (+4 -1)
📝 packages/desktop-client/src/components/common/Input.tsx (+45 -15)
📝 packages/desktop-client/src/components/common/Text.tsx (+28 -2)
📝 packages/desktop-client/src/components/filters/FilterExpression.tsx (+3 -1)
📝 packages/desktop-client/src/components/filters/FiltersMenu.jsx (+2 -1)
📝 packages/desktop-client/src/components/filters/updateFilterReducer.ts (+2 -1)
📝 packages/desktop-client/src/components/modals/EditRule.jsx (+4 -3)
📝 packages/loot-core/src/server/accounts/rules.ts (+18 -2)
📝 packages/loot-core/src/server/accounts/transaction-rules.ts (+10 -0)
📝 packages/loot-core/src/shared/rules.ts (+20 -2)
📝 packages/loot-core/src/types/models/rule.d.ts (+2 -1)
📝 yarn.lock (+14 -1)

📄 Description

POC for wysiwyg input tags


🔄 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/2869 **Author:** [@lelemm](https://github.com/lelemm) **Created:** 6/12/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `Tags` --- ### 📝 Commits (2) - [`6e0d705`](https://github.com/actualbudget/actual/commit/6e0d705dd0263b998a56a93701517d7d05c380f5) proof of concept of wysiwyg for input tags - [`556a7eb`](https://github.com/actualbudget/actual/commit/556a7eb21ecec5abfb0c7d475bd55b0a3f61531e) Merge branch 'actualbudget:master' into Tags ### 📊 Changes **12 files changed** (+152 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+4 -1) 📝 `packages/desktop-client/src/components/common/Input.tsx` (+45 -15) 📝 `packages/desktop-client/src/components/common/Text.tsx` (+28 -2) 📝 `packages/desktop-client/src/components/filters/FilterExpression.tsx` (+3 -1) 📝 `packages/desktop-client/src/components/filters/FiltersMenu.jsx` (+2 -1) 📝 `packages/desktop-client/src/components/filters/updateFilterReducer.ts` (+2 -1) 📝 `packages/desktop-client/src/components/modals/EditRule.jsx` (+4 -3) 📝 `packages/loot-core/src/server/accounts/rules.ts` (+18 -2) 📝 `packages/loot-core/src/server/accounts/transaction-rules.ts` (+10 -0) 📝 `packages/loot-core/src/shared/rules.ts` (+20 -2) 📝 `packages/loot-core/src/types/models/rule.d.ts` (+2 -1) 📝 `yarn.lock` (+14 -1) </details> ### 📄 Description POC for wysiwyg input tags --- <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 20:57:40 -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#4561