aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/bookmarks (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix: correctly render asset extracted text in the edit bookmark dialog. fixes...Mohamed Bassem2025-11-281-4/+24
* fix: use kbd for editor cardMohamed Bassem2025-11-221-27/+7
* feat: Add collaborative lists (#2146)Mohamed Bassem2025-11-176-155/+231
* fix: restore image size in grid layoutMohamed Bassem2025-11-031-2/+2
* feat: Support inline toggling for todos. fixes #1931 (#1933)Cédric2025-11-022-1/+39
* feat: Add view options to show tag/title and control image fit. Fixes #1960Mohamed Bassem2025-11-021-21/+40
* feat: display notes on bookmark card (#2083)xuatz2025-11-022-8/+86
* fix(web): Add w-full to tags editor to prevent unusable narrow width (#2035)Mohamed Bassem2025-10-121-1/+1
* fix: fix show no bookmark page when there isn't search resultsMohamed Bassem2025-10-051-4/+5
* fix: fix public list sharing for empty lists (#1990)Mohamed Bassem2025-09-281-3/+4
* feat: Add tag search and pagination (#1987)Mohamed Bassem2025-09-281-146/+337
* fix: fix tag flicker caused by tag sortingMohamed Bassem2025-09-072-29/+24
* feat(web): render AI summary in markdown (#1869)Youen Chéné2025-09-071-3/+4
* fix: Incremental polling interval for ongoing crawlsMohamed Bassem2025-08-311-5/+2
* feat: Add a bookmark skeleton for searchMohamed Bassem2025-08-271-0/+84
* fix: Hide bookmark global actions when there's no bookmark grid shownMohamedBassem2025-08-231-0/+9
* deps: Upgrade expo & nextjs to react 19 (#1565)Mohamed Bassem2025-08-201-1/+3
* feat: Render human tags before AI tags (#1740)haappi2025-08-202-19/+26
* feat: Configurable number of grid columns. Fixes #1713Mohamed Bassem2025-07-261-6/+17
* chore: migrate away from eslint to oxlint (#1642)xuatz2025-06-221-1/+1
* fix: preserve unsaved title changes when modifying bookmark tags in the edit ...Adrian-Ryan Acala2025-06-071-6/+5
* feat: Add support for public lists (#1511)Mohamed Bassem2025-06-013-12/+17
* refactor: Move bookmark utils from shared-react to sharedMohamed Bassem2025-05-316-8/+8
* feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662Mohamed Bassem2025-05-241-5/+21
* feat: Disable the AI summary button if AI is not configured. Fixes #649Mohamed Bassem2025-05-181-0/+4
* fix(search): add new relevance sort order (#1392)xuatz2025-05-181-1/+5
* fix(web): Hide smart lists from list selectorsMohamed Bassem2025-04-262-0/+2
* fix(web): Fix the spinner getting hidden during AI summarizationMohamed Bassem2025-04-211-2/+1
* ui(web): Reduce shadows, lighten some fonts, and a smaller editor. #1261Mohamed Bassem2025-04-213-10/+15
* fix: Fix server side error on clipboard checkMohamedBassem2025-04-191-2/+12
* fix: Dont download html content by default in the bookmark grid. Fixes #1198Mohamed Bassem2025-04-133-5/+14
* feat: Allow editing the extracted content of an asset bookmarkMohamed Bassem2025-04-131-5/+30
* ui(web): Copy link button greyed out when clipboard not available (#1209)ekambains2025-04-131-0/+2
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-1225-49/+49
* fix: Deprecate the updateBookmarkText trpc endpoint and replace it with updat...MohamedBassem2025-04-081-2/+2
* feat: Allow editing bookmark detailsMohamedBassem2025-04-083-12/+387
* feat(web): A slightly better looking banner when no bookmarks are foundMohamedBassem2025-04-062-1/+21
* build: Fix lint error in UpdatableBookmarksGridMohamed Bassem2025-03-221-1/+1
* fix: Add error boundary around bookmark cardsMohamed Bassem2025-03-093-3/+44
* feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid2025-02-171-5/+23
* fix: Limit concurrency of bulk actions. Fix #773Mohamed Bassem2025-01-122-17/+31
* feat: Add Bookmark Sorting Feature (#812)Daksh Pareek2025-01-122-5/+16
* fix: Fix truncated long text in bookmark preview modal. Fixe #793Mohamed Bassem2025-01-051-1/+1
* feat: Add support for smart lists (#802)Mohamed Bassem2025-01-021-14/+18
* feat: Add delete bookmark confirmation dialog. Fixes #776 (#787)Nicole Li2024-12-312-12/+72
* feat: show createdAt year in card footer when created over a year ago (#790)JD Hartley2024-12-311-2/+9
* feat: Add basic pagination to searchBookmarks tRPCMohamed Bassem2024-12-221-1/+1
* feature: WYSIWYG markdown for notes. Fixes #701 (#715)Giuseppe2024-12-213-60/+61
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-175-41/+54
* fix: Fix SummarizeWithAI button to use an ActionButtonMohamed Bassem2024-11-091-4/+3