aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Allow defaulting to reader mode when clicking on bookmarks. Fixes #662Mohamed Bassem2025-05-242-8/+120
|
* feat: Read the archive status from omnivore and pocket. Fixes #703MohamedBassem2025-05-241-0/+1
|
* feat: Disable the AI summary button if AI is not configured. Fixes #649Mohamed Bassem2025-05-181-0/+4
|
* feat: Add AI auto summarization. Fixes #1163Mohamed Bassem2025-05-181-2/+22
|
* fix(web): Switch to a tab view in small screens for bookmark previewsOlicorne2025-05-181-36/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: Implement tabbed layout for bookmark preview content and details * feat: Enable swipe gesture to switch between content and details tabs * feat: add scroll-based tab bar hide/show functionality * fix: adjust tab bar layout to maintain content space when hidden * fix: bg-muted was stopping midway in the background * fix: disable mouse tracking for swipe detection in BookmarkPreview * fix: improve scroll behavior to prevent glitchy tab bar animation * Update apps/web/components/dashboard/preview/BookmarkPreview.tsx Co-authored-by: xuatz <xzlow10@gmail.com> * Update apps/web/components/dashboard/preview/BookmarkPreview.tsx Co-authored-by: xuatz <xzlow10@gmail.com> * feat: add responsive layout with tabs and swipe for BookmarkPreview * Remove react swipe, scroll handlers and do screen detection using media queries * Revert the grey background for the main content * remove react-swip from the package.json * more fixes * Fix the black area under the tab bar --------- Co-authored-by: xuatz <xzlow10@gmail.com> Co-authored-by: Mohamed Bassem <me@mbassem.com>
* build: Fix format errorMohamed Bassem2025-05-181-1/+1
|
* fix(web): Fix tag drag and drop merging on firefox .Fixes #1016 (#1309)haappi2025-05-181-1/+2
|
* feat: position highlight menu based on device type (#1348)Mark :)2025-05-181-6/+17
| | | | | * feat: position highlight menu based on device type * fix: re-run prettier
* fix(search): add new relevance sort order (#1392)xuatz2025-05-182-7/+35
| | | | | | | | | | | * fix(search): add new relevance sort order * address pr comments * some minor fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feat: Allow enabling/disabling RSS feedsMohamed Bassem2025-05-171-17/+48
|
* feat: Add NETSCAPE-Bookmark-file-1 export format support (#1374)Yuiki Saito2025-05-111-1/+22
| | | | | | | | | | | | | * Add function to export bookmarks in NETSCAPE-Bookmark-file-1 format * Update export endpoint to support NETSCAPE format * Add format selection to export UI * include tags in the export --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* fix(web): Hide smart lists from list selectorsMohamed Bassem2025-04-263-0/+3
|
* feat: Implement generic rule engine (#1318)Mohamed Bassem2025-04-2713-7/+1225
| | | | | | | | | | | | | | | | | * Add schema for the new rule engine * Add rule engine backend logic * Implement the worker logic and event firing * Implement the UI changesfor the rule engine * Ensure that when a referenced list or tag are deleted, the corresponding event/action is * Dont show smart lists in rule engine events * Add privacy validations for attached tag and list ids * Move the rules logic into a models
* chore: rename missing files/conf from Hoarder to Karakeep (#1280)adripo2025-04-214-11/+11
| | | | | | | | | * refactor: Rename remaining project configuration from Hoarder to Karakeep * some fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* fix(web): Fix margins of the new list buttonMohamed Bassem2025-04-211-1/+1
|
* fix(web): Fix the spinner getting hidden during AI summarizationMohamed Bassem2025-04-211-2/+1
|
* fix(web): Fix sidebar lists getting opened on editMohamed Bassem2025-04-212-20/+21
|
* fix: Rename cached content into reader modeMohamed Bassem2025-04-211-4/+4
|
* ui(web): Reduce shadows, lighten some fonts, and a smaller editor. #1261Mohamed Bassem2025-04-217-24/+53
|
* fix: Fix server side error on clipboard checkMohamedBassem2025-04-191-2/+12
|
* fix: FIxed sidebar link to github for nightly builds (#1274)Hasan Sino2025-04-181-1/+5
| | | | | * sidebar link to gh repo * user repo root url for nightly build in sidebar
* feat: Add import support for Tab Session Manager (#1246)Jorge Barnaby2025-04-161-1/+29
| | | | | | | | | * feat: Add import support for Tab Session Manager * drop unneeded schema fields --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feat(web): Add support for merging lists (#1231)omnitrix2025-04-162-1/+224
| | | | | | | | | | | * feat: Support list merging * some fixes * move @hoarder to @karakeep --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feat: add support for filtering by bookmark age (#1228)Brandon Wong2025-04-131-0/+26
|
* fix: Dont download html content by default in the bookmark grid. Fixes #1198Mohamed Bassem2025-04-134-19/+36
|
* 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
| | | | | * ui(web): Now the copy link button is greyed out when clipboard is not available * Fix: handled navigator check safely
* fix(web): fit popover content box to emoji picker size (#1257)Mark :)2025-04-131-1/+1
|
* feat(web): Optionally add short description to lists (#1225)ekambains2025-04-122-0/+27
| | | | | | | | | * feat(web): Optionally add short description to lists * regenerate openapi spec --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-1267-120/+120
|
* fix: Deprecate the updateBookmarkText trpc endpoint and replace it with ↵MohamedBassem2025-04-081-2/+2
| | | | updateBookmark
* feat: Allow editing bookmark detailsMohamedBassem2025-04-087-75/+488
|
* chore: update repo release url to karakeep (#1210)Meysam2025-04-071-2/+2
|
* fix: Do clientside import dedup and parallelize import callsMohamedBassem2025-04-071-24/+64
|
* feat: Add a search matcher for rss feed bookmarksMohamedBassem2025-04-061-0/+11
|
* feat(web): A slightly better looking banner when no bookmarks are foundMohamedBassem2025-04-062-1/+21
|
* fix(web): Get rid of focus rings for ghost buttonsMohamedBassem2025-04-061-1/+2
|
* fix(web): Line clamp sidebar items to a single lineMohamedBassem2025-04-061-1/+3
|
* fix: Drop the rebranding bannerMohamed Bassem2025-04-051-17/+0
|
* chore: Hoarder to Karakeep rebranding (#1199)Mohamed Bassem2025-04-055-19/+25
| | | | | | | | | * The new logo * Changing hoarder.app to karakeep.app * Adding the admin panel warning * Update the readme
* feat(web): link to Github release page in web sidebar (#1192)Jan Jaworski2025-04-051-2/+8
| | | | | | | * add github link to hoarder version in sidebar * add target blank and rel * add underline on hover
* ui(web): Clicking view original now opens in a blank tab. Fixes #1114 (#1196)ekambains2025-04-051-0/+1
|
* ui(web): Drop the font weight attribute from sidebar itemsMohamed Bassem2025-03-302-4/+4
|
* fix(ui): Fix export button sizing to match the import cardsMohamed Bassem2025-03-221-1/+1
|
* build: Fix lint error in UpdatableBookmarksGridMohamed Bassem2025-03-221-1/+1
|
* fix: Add error boundary around bookmark cardsMohamed Bassem2025-03-093-3/+44
|
* feat: Move background jobs with the admin actions. Fixes #1083Mohamed Bassem2025-03-093-240/+258
|
* fix: Fix missing workers in the server statsMohamed Bassem2025-03-091-0/+28
|
* feat(web): Redesign the import/export pageMohamed Bassem2025-03-081-68/+135
|
* feat(web): Show list stats in the sidebarMohamed Bassem2025-03-023-42/+80
|