aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/bookmarks (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix: Some visual fixes to the AI summaryMohamed Bassem2024-10-271-50/+42
* feature: Add a summarize with AI button for linksMohamed Bassem2024-10-271-0/+151
* feature(web): Add keyboard shortcut to focus on search bar. Fixes #449 (#554)kamtschatka2024-10-191-0/+1
* feature: Allow attaching custom banners to notes. Fixes: #106MohamedBassem2024-10-051-1/+17
* feature: Persevere the source URL of clipped texts from the extension.MohamedBassem2024-10-054-18/+35
* feature(web): Add ability to manually trigger full page archives. Fixes #398 ...kamtschatka2024-09-301-0/+25
* feature(web): Add infinite scrolling supportMohamedBassem2024-09-281-0/+9
* fix(web): Fix some hydration errors in bulk actionsMohamedBassem2024-09-271-2/+2
* feature(web): Add a select all button to bulk actionsMohamedBassem2024-09-271-1/+10