[PR #154] [MERGED] Improve merging of tags by simple drag and drop #144 #1537

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

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/154
Author: @kamtschatka
Created: 5/15/2024
Status: Merged
Merged: 5/18/2024
Merged by: @MohamedBassem

Base: mainHead: drag-and-drop-tags


📝 Commits (5)

  • 1485e99 Improve merging of tags by simple drag and drop #144
  • 2068f71 Improve merging of tags by simple drag and drop #144
  • c40585b Improve merging of tags by simple drag and drop #144
  • d421f93 Improve merging of tags by simple drag and drop #144
  • 4f08146 Improve merging of tags by simple drag and drop #144

📊 Changes

6 files changed (+365 additions, -43 deletions)

View changed files

📝 apps/web/components/dashboard/tags/AllTagsView.tsx (+129 -43)
apps/web/components/dashboard/tags/TagPill.tsx (+48 -0)
apps/web/components/ui/toggle.tsx (+45 -0)
apps/web/lib/drag-and-drop.ts (+89 -0)
📝 apps/web/package.json (+2 -0)
📝 pnpm-lock.yaml (+52 -0)

📄 Description

Added drag&drop functionality
Allowing sorting the tags by name, as this is more intuitive

Just a crude change to get some feedback. As I am no UI dev, I am thankful for any improvement ideas.


🔄 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/154 **Author:** [@kamtschatka](https://github.com/kamtschatka) **Created:** 5/15/2024 **Status:** ✅ Merged **Merged:** 5/18/2024 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `drag-and-drop-tags` --- ### 📝 Commits (5) - [`1485e99`](https://github.com/karakeep-app/karakeep/commit/1485e99e75c6253d65b825387df20fec231023a0) Improve merging of tags by simple drag and drop #144 - [`2068f71`](https://github.com/karakeep-app/karakeep/commit/2068f716778f4f6d0d054affb67aa99c41901190) Improve merging of tags by simple drag and drop #144 - [`c40585b`](https://github.com/karakeep-app/karakeep/commit/c40585bff607676294ab6e928d42c62b4a98dabc) Improve merging of tags by simple drag and drop #144 - [`d421f93`](https://github.com/karakeep-app/karakeep/commit/d421f938afbf51042eaffaf05c2b67c9c660dbf1) Improve merging of tags by simple drag and drop #144 - [`4f08146`](https://github.com/karakeep-app/karakeep/commit/4f08146cbc766c77e0d1c404baa99da1a896cd65) Improve merging of tags by simple drag and drop #144 ### 📊 Changes **6 files changed** (+365 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/dashboard/tags/AllTagsView.tsx` (+129 -43) ➕ `apps/web/components/dashboard/tags/TagPill.tsx` (+48 -0) ➕ `apps/web/components/ui/toggle.tsx` (+45 -0) ➕ `apps/web/lib/drag-and-drop.ts` (+89 -0) 📝 `apps/web/package.json` (+2 -0) 📝 `pnpm-lock.yaml` (+52 -0) </details> ### 📄 Description Added drag&drop functionality Allowing sorting the tags by name, as this is more intuitive Just a crude change to get some feedback. As I am no UI dev, I am thankful for any improvement ideas. --- <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:04 +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#1537
No description provided.