aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/preview/BookmarkPreview.tsx (unfollow)
Commit message (Expand)AuthorFilesLines
2025-08-31fix: Incremental polling interval for ongoing crawlsMohamed Bassem1-6/+2
2025-07-26feat: Render author, publisher and pub data in the bookmark viewMohamed Bassem1-1/+49
2025-05-31refactor: Move bookmark utils from shared-react to sharedMohamed Bassem1-2/+2
2025-05-18fix(web): Switch to a tab view in small screens for bookmark previewsOlicorne1-36/+80
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem1-2/+2
2025-04-08feat: Allow editing bookmark detailsMohamedBassem1-2/+8
2025-04-05ui(web): Clicking view original now opens in a blank tab. Fixes #1114 (#1196)ekambains1-0/+1
2025-01-05fix: Fix truncated long text in bookmark preview modal. Fixe #793Mohamed Bassem1-1/+1
2024-12-28feat: Implement the all highlights page. Fixes #620Mohamed Bassem1-13/+2
2024-12-27feat: Implement highlights support for links. Fixes #620Mohamed Bassem1-0/+2
2024-11-17feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem1-3/+5
2024-10-27feature: Add a summarize with AI button for linksMohamed Bassem1-0/+2
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.MohamedBassem1-0/+2
2024-09-01feature(web): Manage tags in bulk actionsMohamedBassem1-2/+2
2024-07-01refactor: added the bookmark type to the database (#256)kamtschatka1-6/+6
2024-06-22feature: add support for PDF links. Fixes #28 (#216)kamtschatka1-2/+14
2024-05-19ui(web): Set tag input field in preview modal to 100% width to fix overflow i...Cari1-2/+2
2024-04-24ui(web): Show bookmark URL when maximizing a bookmarkMohamedBassem1-2/+9
2024-04-20feature: Download images and screenshotsMohamedBassem1-5/+9
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem1-1/+1
2024-04-15feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem1-36/+15
2024-04-14fix(web): Fix some JS console errors in the preview pageMohamedBassem1-3/+12
2024-04-14feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem1-1/+1
2024-04-07refactor(web): Move the tooltip provider to the root of the appMohamedBassem1-25/+20
2024-04-07feature: Extract hook logic into separate package and add a new action bar in...MohamedBassem1-67/+5
2024-03-30feature(web): Add support for attaching notes to bookmarksMohamedBassem1-2/+8
2024-03-23chore: Refactor tailwind in all apps to use the tooling packageMohamedBassem1-2/+2
2024-03-23feature(web): Add dark mode supportMohamedBassem1-4/+7
2024-03-22fix: Fix the creation date tooltip in preview pagMohamedBassem1-1/+3
2024-03-21feature: A better looking bookmark preview pageMohamedBassem1-59/+145
2024-03-19Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem1-0/+17
2024-03-14lint: Lint and format the entire repo with the new configsMohamedBassem1-4/+5
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem1-0/+0
2024-03-10refactor: Move all components to the top level directoryMohamedBassem1-0/+0
2024-03-05fix: Show loading indicators in the bookmark preview pageMohamedBassem1-0/+101