[PR #1789] feat(cleanups): add clean unused tags to the cleanups menu #1901

Open
opened 2026-03-02 11:59:41 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/1789
Author: @srikarg
Created: 7/27/2025
Status: 🔄 Open

Base: mainHead: feature/issue-1747


📝 Commits (2)

  • fee862f refactor(docker-dev-setup): remove deprecated version declaration
  • b5d6595 feat(cleanups): add clean unused tags to the cleanups menu

📊 Changes

6 files changed (+292 additions, -190 deletions)

View changed files

📝 apps/web/app/dashboard/cleanups/page.tsx (+5 -22)
apps/web/components/dashboard/cleanups/Cleanups.tsx (+63 -0)
📝 apps/web/components/dashboard/cleanups/DuplicateTags.tsx (+50 -50)
📝 apps/web/components/dashboard/tags/AllTagsView.tsx (+71 -114)
apps/web/components/dashboard/tags/DeleteAllUnusedTags.tsx (+100 -0)
📝 docker/docker-compose.dev.yml (+3 -4)

📄 Description

Summary

  • Fixes #1747 by adding the "delete all unused tags" action to the "Cleanups" page as well
  • Extracts deleting logic to a new DeleteAllUnusedTags component that's used in the "Cleanups" and "All Tags" pages
  • Remove obsolete version declaration from docker/docker-compose.dev.yml

Screenshots

All Tags Page

All Tags Page

Cleanups Page

Cleanups Page

🔄 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/1789 **Author:** [@srikarg](https://github.com/srikarg) **Created:** 7/27/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `feature/issue-1747` --- ### 📝 Commits (2) - [`fee862f`](https://github.com/karakeep-app/karakeep/commit/fee862f48b977010cacab290a15afefca129f6b8) refactor(docker-dev-setup): remove deprecated version declaration - [`b5d6595`](https://github.com/karakeep-app/karakeep/commit/b5d65958153b2e74125eb09a3d2c639e6555a786) feat(cleanups): add clean unused tags to the cleanups menu ### 📊 Changes **6 files changed** (+292 additions, -190 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/app/dashboard/cleanups/page.tsx` (+5 -22) ➕ `apps/web/components/dashboard/cleanups/Cleanups.tsx` (+63 -0) 📝 `apps/web/components/dashboard/cleanups/DuplicateTags.tsx` (+50 -50) 📝 `apps/web/components/dashboard/tags/AllTagsView.tsx` (+71 -114) ➕ `apps/web/components/dashboard/tags/DeleteAllUnusedTags.tsx` (+100 -0) 📝 `docker/docker-compose.dev.yml` (+3 -4) </details> ### 📄 Description # Summary - Fixes #1747 by adding the "delete all unused tags" action to the "Cleanups" page as well - Extracts deleting logic to a new `DeleteAllUnusedTags` component that's used in the "Cleanups" and "All Tags" pages - Remove obsolete `version` declaration from `docker/docker-compose.dev.yml` # Screenshots ## All Tags Page <img width="2880" height="1900" alt="All Tags Page" src="https://github.com/user-attachments/assets/2cc2577e-61cd-4f18-a17f-968d25ef9662" /> ## Cleanups Page <img width="2880" height="1900" alt="Cleanups Page" src="https://github.com/user-attachments/assets/abb8c87a-2aef-47ef-b92f-925a89398079" /> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#1901
No description provided.