aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/bookmarks (unfollow)
Commit message (Expand)AuthorFilesLines
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
2025-04-06feat(web): A slightly better looking banner when no bookmarks are foundMohamedBassem2-1/+21
2025-03-22build: Fix lint error in UpdatableBookmarksGridMohamed Bassem1-1/+1
2025-03-09fix: Add error boundary around bookmark cardsMohamed Bassem3-3/+44
2025-02-17feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid1-5/+23
2025-01-12fix: Limit concurrency of bulk actions. Fix #773Mohamed Bassem2-17/+31
2025-01-12feat: Add Bookmark Sorting Feature (#812)Daksh Pareek2-5/+16
2025-01-05fix: Fix truncated long text in bookmark preview modal. Fixe #793Mohamed Bassem1-1/+1
2025-01-02feat: Add support for smart lists (#802)Mohamed Bassem1-14/+18
2024-12-31feat: Add delete bookmark confirmation dialog. Fixes #776 (#787)Nicole Li2-12/+72
2024-12-31feat: show createdAt year in card footer when created over a year ago (#790)JD Hartley1-2/+9
2024-12-22feat: Add basic pagination to searchBookmarks tRPCMohamed Bassem1-1/+1
2024-12-21feature: WYSIWYG markdown for notes. Fixes #701 (#715)Giuseppe3-60/+61
2024-11-17feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem5-41/+54
2024-11-09fix: Fix SummarizeWithAI button to use an ActionButtonMohamed Bassem1-4/+3
2024-10-27fix: Some visual fixes to the AI summaryMohamed Bassem1-50/+42
2024-10-27feature: Add a summarize with AI button for linksMohamed Bassem1-0/+151
2024-10-19feature(web): Add keyboard shortcut to focus on search bar. Fixes #449 (#554)kamtschatka1-0/+1
2024-10-05feature: Allow attaching custom banners to notes. Fixes: #106MohamedBassem1-1/+17
2024-10-05feature: Persevere the source URL of clipped texts from the extension.MohamedBassem4-18/+35
2024-09-30feature(web): Add ability to manually trigger full page archives. Fixes #398 ...kamtschatka1-0/+25
2024-09-28feature(web): Add infinite scrolling supportMohamedBassem1-0/+9
2024-09-27fix(web): Fix some hydration errors in bulk actionsMohamedBassem1-2/+2
2024-09-27feature(web): Add a select all button to bulk actionsMohamedBassem1-1/+10
2024-09-22fix(web): Show a scrollbar in the tag editor. Fixes #368 (#404)kamtschatka1-1/+1
2024-09-15feature(web): Add a compact layout. Fixes #379MohamedBassem4-1/+59