[PR #2032] [CLOSED] feat: Remember ignored duplicate tag suggestions #1954

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

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/2032
Author: @MohamedBassem
Created: 10/12/2025
Status: Closed

Base: mainHead: claude/issue-1010-20251012-1154


📝 Commits (1)

  • e655727 feat: Remember ignored duplicate tag suggestions

📊 Changes

8 files changed (+429 additions, -11 deletions)

View changed files

📝 apps/web/app/dashboard/cleanups/page.tsx (+8 -1)
apps/web/components/dashboard/cleanups/IgnoredTagPairs.tsx (+123 -0)
📝 apps/web/components/dashboard/cleanups/TagDuplicationDetention.tsx (+63 -9)
packages/db/drizzle/0063_add_ignored_tag_pairs.sql (+13 -0)
📝 packages/db/drizzle/meta/_journal.json (+7 -0)
📝 packages/db/schema.ts (+45 -0)
📝 packages/trpc/models/tags.ts (+121 -1)
📝 packages/trpc/routers/tags.ts (+49 -0)

📄 Description

Fixes #1010

Adds persistent storage for ignored duplicate tag suggestions so users don't have to repeatedly ignore the same tag combinations.

Changes

  • Add ignoredTagPairs database table
  • Implement tRPC procedures for managing ignored pairs
  • Update duplicate detection UI to filter ignored pairs
  • Add management UI to view/unignore pairs

🤖 Generated with Claude Code


🔄 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/2032 **Author:** [@MohamedBassem](https://github.com/MohamedBassem) **Created:** 10/12/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `claude/issue-1010-20251012-1154` --- ### 📝 Commits (1) - [`e655727`](https://github.com/karakeep-app/karakeep/commit/e6557276f017314bbc477c04c2c9a880d23c0700) feat: Remember ignored duplicate tag suggestions ### 📊 Changes **8 files changed** (+429 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/app/dashboard/cleanups/page.tsx` (+8 -1) ➕ `apps/web/components/dashboard/cleanups/IgnoredTagPairs.tsx` (+123 -0) 📝 `apps/web/components/dashboard/cleanups/TagDuplicationDetention.tsx` (+63 -9) ➕ `packages/db/drizzle/0063_add_ignored_tag_pairs.sql` (+13 -0) 📝 `packages/db/drizzle/meta/_journal.json` (+7 -0) 📝 `packages/db/schema.ts` (+45 -0) 📝 `packages/trpc/models/tags.ts` (+121 -1) 📝 `packages/trpc/routers/tags.ts` (+49 -0) </details> ### 📄 Description Fixes #1010 Adds persistent storage for ignored duplicate tag suggestions so users don't have to repeatedly ignore the same tag combinations. ## Changes - Add `ignoredTagPairs` database table - Implement tRPC procedures for managing ignored pairs - Update duplicate detection UI to filter ignored pairs - Add management UI to view/unignore pairs 🤖 Generated with [Claude Code](https://claude.ai/code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 11:59:55 +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#1954
No description provided.