aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/preview (unfollow)
Commit message (Expand)AuthorFilesLines
2025-08-31fix: Incremental polling interval for ongoing crawlsMohamed Bassem1-6/+2
2025-08-23fix: preserve selected section in link preview in query paramsMohamedBassem1-2/+4
2025-08-23fix(security): Add CSP policies on asset serving pathMohamedBassem1-0/+1
2025-08-04feat: Add an error boundary around the custom rendererMohamedBassem1-2/+35
2025-08-03feat(web): Add special cards for specific websites. Fixes #1344MohamedBassem9-2/+465
2025-07-26feat: Render author, publisher and pub data in the bookmark viewMohamed Bassem1-1/+49
2025-07-26fix: Avoid prefetching assets and tags in the link component. Fixes #1759Mohamed Bassem1-0/+2
2025-07-19feat: Add a proper reader modeMohamed Bassem4-157/+206
2025-07-04fix(web): Add icons to preview selectorsMohamed Bassem1-4/+19
2025-06-22chore: migrate away from eslint to oxlint (#1642)xuatz1-3/+4
2025-05-31refactor: Move bookmark utils from shared-react to sharedMohamed Bassem4-5/+5
2025-05-18fix(web): Switch to a tab view in small screens for bookmark previewsOlicorne1-36/+80
2025-05-18feat: position highlight menu based on device type (#1348)Mark :)1-6/+17
2025-04-21fix: Rename cached content into reader modeMohamed Bassem1-4/+4
2025-04-13fix: Dont download html content by default in the bookmark grid. Fixes #1198Mohamed Bassem1-14/+22
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem8-18/+18
2025-04-08feat: Allow editing bookmark detailsMohamedBassem3-63/+32
2025-04-05ui(web): Clicking view original now opens in a blank tab. Fixes #1114 (#1196)ekambains1-0/+1
2025-02-23feat: Add a setting page to manage assets. Fixes #730Mohamed Bassem1-30/+5
2025-02-17feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid2-28/+104
2025-02-02fix: Dont rearchive singlefile uploads and consider them as archivesMohamed Bassem1-2/+7
2025-01-12fix: Keep user selection on text highlightMohamed Bassem1-4/+30
2025-01-11feat: Add support for singlefile extension uploads. #172Mohamed Bassem1-0/+1
2025-01-05fix: Fix truncated long text in bookmark preview modal. Fixe #793Mohamed Bassem1-1/+1
2024-12-31feat: Add delete bookmark confirmation dialog. Fixes #776 (#787)Nicole Li1-22/+15
2024-12-28feat: Implement the all highlights page. Fixes #620Mohamed Bassem3-76/+9
2024-12-27feat: Implement highlights support for links. Fixes #620Mohamed Bassem5-6/+524
2024-12-21feature: WYSIWYG markdown for notes. Fixes #701 (#715)Giuseppe1-2/+5
2024-11-17feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem4-11/+23
2024-10-28feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka2-0/+21
2024-10-27feature: Add a summarize with AI button for linksMohamed Bassem1-0/+2
2024-10-06refactor: Start tracking bookmark assets in the assets tableMohamedBassem1-55/+57
2024-10-05feature: Allow attaching custom banners to notes. Fixes: #106MohamedBassem2-3/+27
2024-10-05feature: Persevere the source URL of clipped texts from the extension.MohamedBassem1-10/+1
2024-09-22feature(web): Show attachments and allow users to manipulate them.MohamedBassem2-0/+211
2024-09-01feature(web): Manage tags in bulk actionsMohamedBassem1-2/+2
2024-07-01refactor: added the bookmark type to the database (#256)kamtschatka5-16/+20
2024-06-22feature: add support for PDF links. Fixes #28 (#216)kamtschatka1-2/+14
2024-06-09feature(web): Add syntax highlighting to code blocks and a quick copy button....kamtschatka1-4/+2
2024-05-26feature: Full page archival with monolith. Fixes #132MohamedBassem1-0/+18
2024-05-19ui(web): Set tag input field in preview modal to 100% width to fix overflow i...Cari1-2/+2
2024-05-16feature(web): Clicking an image in the preview modal will open it in a new ta...Cari1-6/+12
2024-05-16ui(web): Fixed overflow issues for very long titles (#152)Cari1-2/+2
2024-05-12feature: Take full page screenshots #143 (#148)kamtschatka1-2/+4
2024-04-25feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 (...Mohamed Bassem1-130/+25
2024-04-24ui(web): Show bookmark URL when maximizing a bookmarkMohamedBassem2-2/+12
2024-04-20fix: Use next/image for serving bookmark imagesMohamedBassem1-5/+14
2024-04-20feature: Download images and screenshotsMohamedBassem3-36/+95
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem6-6/+6
2024-04-15feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem2-36/+180