[PR #5389] [MERGED] [WIP] tag updates #5909

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

📋 Pull Request Information

Original PR: https://github.com/actualbudget/actual/pull/5389
Author: @youngcw
Created: 7/25/2025
Status: Merged
Merged: 7/25/2025
Merged by: @youngcw

Base: youngcw/fix-tags-deleteHead: youngcw/fix-tags-delete


📝 Commits (2)

  • f2e3c47 upsert tag to ensure uniqueness
  • 30b7bd5 remove ability to change default tag color

📊 Changes

9 files changed (+93 additions, -115 deletions)

View changed files

📝 packages/desktop-client/src/components/tags/ManageTags.tsx (+23 -24)
📝 packages/desktop-client/src/components/tags/TagEditor.tsx (+3 -13)
📝 packages/desktop-client/src/components/tags/TagRow.tsx (+37 -69)
📝 packages/desktop-client/src/style/tags.ts (+1 -3)
📝 packages/loot-core/migrations/1749799110001_tags_tombstone.sql (+1 -1)
📝 packages/loot-core/src/server/db/index.ts (+8 -0)
📝 packages/loot-core/src/server/db/types/index.ts (+2 -1)
📝 packages/loot-core/src/server/tags/app.ts (+17 -3)
📝 packages/loot-core/src/types/models/tags.ts (+1 -1)

📄 Description

No description provided


🔄 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/5389 **Author:** [@youngcw](https://github.com/youngcw) **Created:** 7/25/2025 **Status:** ✅ Merged **Merged:** 7/25/2025 **Merged by:** [@youngcw](https://github.com/youngcw) **Base:** `youngcw/fix-tags-delete` ← **Head:** `youngcw/fix-tags-delete` --- ### 📝 Commits (2) - [`f2e3c47`](https://github.com/actualbudget/actual/commit/f2e3c4719f12f9d757119176378283fa087e9388) upsert tag to ensure uniqueness - [`30b7bd5`](https://github.com/actualbudget/actual/commit/30b7bd520c659e364490ad6305a317e2f14f61b8) remove ability to change default tag color ### 📊 Changes **9 files changed** (+93 additions, -115 deletions) <details> <summary>View changed files</summary> 📝 `packages/desktop-client/src/components/tags/ManageTags.tsx` (+23 -24) 📝 `packages/desktop-client/src/components/tags/TagEditor.tsx` (+3 -13) 📝 `packages/desktop-client/src/components/tags/TagRow.tsx` (+37 -69) 📝 `packages/desktop-client/src/style/tags.ts` (+1 -3) 📝 `packages/loot-core/migrations/1749799110001_tags_tombstone.sql` (+1 -1) 📝 `packages/loot-core/src/server/db/index.ts` (+8 -0) 📝 `packages/loot-core/src/server/db/types/index.ts` (+2 -1) 📝 `packages/loot-core/src/server/tags/app.ts` (+17 -3) 📝 `packages/loot-core/src/types/models/tags.ts` (+1 -1) </details> ### 📄 Description _No description provided_ --- <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:20:45 -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#5909