aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/bookmarks (unfollow)
Commit message (Expand)AuthorFilesLines
2026-02-09feat(ai): Support restricting AI tags to a subset of existing tags (#2444)Mohamed Bassem1-7/+50
2026-02-08feat: Add drag-and-drop support for bookmarks to lists (#2469)Mohamed Bassem1-3/+80
2026-02-01chore: replace dayjs with data-fnsMohamed Bassem1-5/+5
2026-02-01refactor: remove unused trpc files from web and mobileMohamed Bassem8-8/+8
2026-02-01refactor: migrate trpc to the new react query integration mode (#2438)Mohamed Bassem8-60/+88
2026-02-01refactor: centralize auth imports through new client module (#2437)Mohamed Bassem3-3/+3
2026-01-18fix(web): avoid masonry overflow in bookmark grids (#2400)Evan Frenkel2-4/+20
2026-01-01fix: show a toast during banner uploadMohamed Bassem1-42/+27
2026-01-01feat: add replace banner and attachment download (#2328)Mohamed Bassem1-14/+156
2025-12-30feat: Add bulk remove from list (#2279)Mohamed Bassem1-1/+6
2025-12-28refactor: migrate toasts to sonnerMohamed Bassem11-12/+11
2025-12-27feat: support archiving as pdf (#2309)Mohamed Bassem1-30/+125
2025-12-25feat: add notes to the bookmark edit dialogMohamed Bassem1-0/+21
2025-12-24feat: show bookmark owner icon in shared lists (#2277)Mohamed Bassem2-3/+74
2025-11-28fix: correctly render asset extracted text in the edit bookmark dialog. fixes...Mohamed Bassem1-4/+24
2025-11-22fix: use kbd for editor cardMohamed Bassem1-27/+7
2025-11-17feat: Add collaborative lists (#2146)Mohamed Bassem6-155/+231
2025-11-03fix: restore image size in grid layoutMohamed Bassem1-2/+2
2025-11-02feat: Support inline toggling for todos. fixes #1931 (#1933)Cédric2-1/+39
2025-11-02feat: Add view options to show tag/title and control image fit. Fixes #1960Mohamed Bassem1-21/+40
2025-11-02feat: display notes on bookmark card (#2083)xuatz2-8/+86
2025-10-12fix(web): Add w-full to tags editor to prevent unusable narrow width (#2035)Mohamed Bassem1-1/+1
2025-10-05fix: fix show no bookmark page when there isn't search resultsMohamed Bassem1-4/+5
2025-09-28fix: fix public list sharing for empty lists (#1990)Mohamed Bassem1-3/+4
2025-09-28feat: Add tag search and pagination (#1987)Mohamed Bassem1-145/+336
2025-09-07fix: fix tag flicker caused by tag sortingMohamed Bassem2-29/+24
2025-09-07feat(web): render AI summary in markdown (#1869)Youen Chéné1-3/+4
2025-08-31fix: Incremental polling interval for ongoing crawlsMohamed Bassem1-5/+2
2025-08-27feat: Add a bookmark skeleton for searchMohamed Bassem1-0/+84
2025-08-23fix: Hide bookmark global actions when there's no bookmark grid shownMohamedBassem1-0/+9
2025-08-20deps: Upgrade expo & nextjs to react 19 (#1565)Mohamed Bassem1-1/+3
2025-08-20feat: Render human tags before AI tags (#1740)haappi2-19/+26
2025-07-26feat: Configurable number of grid columns. Fixes #1713Mohamed Bassem1-6/+17
2025-06-22chore: migrate away from eslint to oxlint (#1642)xuatz1-1/+1
2025-06-07fix: preserve unsaved title changes when modifying bookmark tags in the edit ...Adrian-Ryan Acala1-6/+5
2025-06-01feat: Add support for public lists (#1511)Mohamed Bassem3-12/+17
2025-05-31refactor: Move bookmark utils from shared-react to sharedMohamed Bassem6-8/+8
2025-05-24feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662Mohamed Bassem1-5/+21
2025-05-18feat: Disable the AI summary button if AI is not configured. Fixes #649Mohamed Bassem1-0/+4
2025-05-18fix(search): add new relevance sort order (#1392)xuatz1-1/+5
2025-04-26fix(web): Hide smart lists from list selectorsMohamed Bassem2-0/+2
2025-04-21fix(web): Fix the spinner getting hidden during AI summarizationMohamed Bassem1-2/+1
2025-04-21ui(web): Reduce shadows, lighten some fonts, and a smaller editor. #1261Mohamed Bassem3-10/+15
2025-04-19fix: Fix server side error on clipboard checkMohamedBassem1-2/+12
2025-04-13fix: Dont download html content by default in the bookmark grid. Fixes #1198Mohamed Bassem3-5/+14
2025-04-13feat: Allow editing the extracted content of an asset bookmarkMohamed Bassem1-5/+30
2025-04-13ui(web): Copy link button greyed out when clipboard not available (#1209)ekambains1-0/+2
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem25-49/+49
2025-04-08fix: Deprecate the updateBookmarkText trpc endpoint and replace it with updat...MohamedBassem1-2/+2
2025-04-08feat: Allow editing bookmark detailsMohamedBassem3-12/+387