[PR #125] [MERGED] feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 #1532

Closed
opened 2026-03-02 11:58:03 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/125
Author: @MohamedBassem
Created: 4/25/2024
Status: Merged
Merged: 4/25/2024
Merged by: @MohamedBassem

Base: mainHead: tag-options


📝 Commits (2)

  • db55ae7 feature(web): Allow deleting tags from the all tags page
  • 16a7fb8 feature(web): Add ability to rename, merge and fast delete tags. Fixes #105

📊 Changes

13 files changed (+804 additions, -238 deletions)

View changed files

📝 apps/web/app/dashboard/tags/[tagId]/page.tsx (+16 -7)
apps/web/components/dashboard/EditableText.tsx (+146 -0)
📝 apps/web/components/dashboard/bookmarks/TagList.tsx (+1 -1)
📝 apps/web/components/dashboard/preview/EditableTitle.tsx (+25 -130)
📝 apps/web/components/dashboard/tags/AllTagsView.tsx (+32 -8)
apps/web/components/dashboard/tags/DeleteTagButton.tsx (+0 -59)
apps/web/components/dashboard/tags/DeleteTagConfirmationDialog.tsx (+62 -0)
apps/web/components/dashboard/tags/EditableTagName.tsx (+61 -0)
apps/web/components/dashboard/tags/MergeTagModal.tsx (+148 -0)
apps/web/components/dashboard/tags/TagOptions.tsx (+57 -0)
apps/web/components/dashboard/tags/TagSelector.tsx (+52 -0)
packages/shared-react/hooks/tags.ts (+55 -0)
📝 packages/trpc/routers/tags.ts (+149 -33)

📄 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/karakeep-app/karakeep/pull/125 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 4/25/2024 **Status:** ✅ Merged **Merged:** 4/25/2024 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `tag-options` --- ### 📝 Commits (2) - [`db55ae7`](https://github.com/karakeep-app/karakeep/commit/db55ae7029e1df6b32af621743e9e90076cd0067) feature(web): Allow deleting tags from the all tags page - [`16a7fb8`](https://github.com/karakeep-app/karakeep/commit/16a7fb8b370951d6465eff9f93fd24678997b9fc) feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 ### 📊 Changes **13 files changed** (+804 additions, -238 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/app/dashboard/tags/[tagId]/page.tsx` (+16 -7) ➕ `apps/web/components/dashboard/EditableText.tsx` (+146 -0) 📝 `apps/web/components/dashboard/bookmarks/TagList.tsx` (+1 -1) 📝 `apps/web/components/dashboard/preview/EditableTitle.tsx` (+25 -130) 📝 `apps/web/components/dashboard/tags/AllTagsView.tsx` (+32 -8) ➖ `apps/web/components/dashboard/tags/DeleteTagButton.tsx` (+0 -59) ➕ `apps/web/components/dashboard/tags/DeleteTagConfirmationDialog.tsx` (+62 -0) ➕ `apps/web/components/dashboard/tags/EditableTagName.tsx` (+61 -0) ➕ `apps/web/components/dashboard/tags/MergeTagModal.tsx` (+148 -0) ➕ `apps/web/components/dashboard/tags/TagOptions.tsx` (+57 -0) ➕ `apps/web/components/dashboard/tags/TagSelector.tsx` (+52 -0) ➕ `packages/shared-react/hooks/tags.ts` (+55 -0) 📝 `packages/trpc/routers/tags.ts` (+149 -33) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:58:03 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#1532
No description provided.