[PR #390] [MERGED] long delay when selecting tags in UI #382 #1611

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

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/390
Author: @kamtschatka
Created: 9/11/2024
Status: Merged
Merged: 10/13/2024
Merged by: @MohamedBassem

Base: mainHead: improve-tag-performance


📝 Commits (3)

  • 60c0460 long delay when selecting tags in UI #382
  • 878508a updated the code to reuse the DeleteTagConfirmationDialog to improve performance and fix the tag deletion
  • 6a470cb some fixes

📊 Changes

3 files changed (+70 additions, -29 deletions)

View changed files

📝 apps/web/components/dashboard/tags/AllTagsView.tsx (+27 -0)
📝 apps/web/components/dashboard/tags/DeleteTagConfirmationDialog.tsx (+1 -5)
📝 apps/web/components/dashboard/tags/TagPill.tsx (+42 -24)

📄 Description

improved performance by not handling hover in css
also rendering the draggable div only if draggable mode is active


🔄 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/390 **Author:** [@kamtschatka](https://github.com/kamtschatka) **Created:** 9/11/2024 **Status:** ✅ Merged **Merged:** 10/13/2024 **Merged by:** [@MohamedBassem](https://github.com/MohamedBassem) **Base:** `main` ← **Head:** `improve-tag-performance` --- ### 📝 Commits (3) - [`60c0460`](https://github.com/karakeep-app/karakeep/commit/60c0460d5148292ec231293751e8d5442c694d9a) long delay when selecting tags in UI #382 - [`878508a`](https://github.com/karakeep-app/karakeep/commit/878508aab23383b04ed02ac93752018ce754bf88) updated the code to reuse the DeleteTagConfirmationDialog to improve performance and fix the tag deletion - [`6a470cb`](https://github.com/karakeep-app/karakeep/commit/6a470cb6a8fea9e54d9f6d4d2d7d974bbaee71cd) some fixes ### 📊 Changes **3 files changed** (+70 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/components/dashboard/tags/AllTagsView.tsx` (+27 -0) 📝 `apps/web/components/dashboard/tags/DeleteTagConfirmationDialog.tsx` (+1 -5) 📝 `apps/web/components/dashboard/tags/TagPill.tsx` (+42 -24) </details> ### 📄 Description improved performance by not handling hover in css also rendering the draggable div only if draggable mode is active --- <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:24 +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#1611
No description provided.