[PR #1985] [CLOSED] Tagclean #1940

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

📋 Pull Request Information

Original PR: https://github.com/karakeep-app/karakeep/pull/1985
Author: @grimwiz
Created: 9/27/2025
Status: Closed

Base: mainHead: tagclean


📝 Commits (4)

  • b69ace5 Update tags.ts
  • b195720 Create synonymSuggest.ts
  • febf7bf Virtualize bookmark grid and queue deletions
  • d7ae602 Merge pull request #27 from grimwiz/codex/virtualize-bookmark-grid-for-memory

📊 Changes

6 files changed (+1184 additions, -57 deletions)

View changed files

apps/cli/src/commands/synonymSuggest.ts (+876 -0)
📝 apps/cli/src/commands/tags.ts (+4 -0)
📝 apps/web/components/dashboard/BulkBookmarksAction.tsx (+4 -10)
📝 apps/web/components/dashboard/bookmarks/BookmarksGrid.tsx (+159 -46)
📝 apps/web/package.json (+1 -0)
📝 packages/shared-react/hooks/bookmarks.ts (+140 -1)

📄 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/1985 **Author:** [@grimwiz](https://github.com/grimwiz) **Created:** 9/27/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `tagclean` --- ### 📝 Commits (4) - [`b69ace5`](https://github.com/karakeep-app/karakeep/commit/b69ace50a7734a4a4725c7853a99df4140caddf8) Update tags.ts - [`b195720`](https://github.com/karakeep-app/karakeep/commit/b1957209483db130144ab5a2da02ac02806d6e8a) Create synonymSuggest.ts - [`febf7bf`](https://github.com/karakeep-app/karakeep/commit/febf7bf353440de5515c2450397ecf3224cd376e) Virtualize bookmark grid and queue deletions - [`d7ae602`](https://github.com/karakeep-app/karakeep/commit/d7ae60273acfc115aa11bea5fd5ceaa2c353fba4) Merge pull request #27 from grimwiz/codex/virtualize-bookmark-grid-for-memory ### 📊 Changes **6 files changed** (+1184 additions, -57 deletions) <details> <summary>View changed files</summary> ➕ `apps/cli/src/commands/synonymSuggest.ts` (+876 -0) 📝 `apps/cli/src/commands/tags.ts` (+4 -0) 📝 `apps/web/components/dashboard/BulkBookmarksAction.tsx` (+4 -10) 📝 `apps/web/components/dashboard/bookmarks/BookmarksGrid.tsx` (+159 -46) 📝 `apps/web/package.json` (+1 -0) 📝 `packages/shared-react/hooks/bookmarks.ts` (+140 -1) </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:59:51 +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#1940
No description provided.