aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* fix(web): Hide smart lists from list selectorsMohamed Bassem2025-04-263-0/+3
|
* feat: Implement generic rule engine (#1318)Mohamed Bassem2025-04-279-2/+1207
| | | | | | | | | | | | | | | | | * 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-211-2/+2
| | | | | | | | | * 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-211-1/+4
|
* 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-215-13/+20
|
* fix: Fix server side error on clipboard checkMohamedBassem2025-04-191-2/+12
|
* 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-1253-102/+102
|
* fix: Deprecate the updateBookmarkText trpc endpoint and replace it with ↵MohamedBassem2025-04-081-2/+2
| | | | updateBookmark
* feat: Allow editing bookmark detailsMohamedBassem2025-04-086-75/+419
|
* 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
|
* chore: Hoarder to Karakeep rebranding (#1199)Mohamed Bassem2025-04-052-2/+2
| | | | | | | | | * The new logo * Changing hoarder.app to karakeep.app * Adding the admin panel warning * Update the readme
* 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-301-2/+2
|
* build: Fix lint error in UpdatableBookmarksGridMohamed Bassem2025-03-221-1/+1
|
* fix: Add error boundary around bookmark cardsMohamed Bassem2025-03-093-3/+44
|
* feat(web): Show list stats in the sidebarMohamed Bassem2025-03-023-42/+80
|
* feat: Add a setting page to manage assets. Fixes #730Mohamed Bassem2025-02-231-30/+5
|
* feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid2025-02-173-33/+127
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updated pdf2json to 3.1.5 * Extract and store a screenshot from PDF files using pdf2pic * Installing graphicsmagick and ghostscript * Generate Missing PDF screenshot with tidyAssets worker for backward support * Display PDF screenshot instead of the PDF in web if it exists. * Display PDF screenshot in mobile app if exists. * Updated pnpm-lock.yaml * Removed console.log * Revert the unnecessary changes in package.json * Revert pnpm-lock changes * Prevent rendering PDF files if the screenshot is not generated * refactor: replace useEffect with useMemo for section initialization * feat: show PDF file download button and handle large PDFs by defaulting to screenshot view * feat: add file size to openapi spec * feature: Add Assets preprocessing in fix mode to admin actions * i18n: add reprocess_assets_fix_mode translation * i18n: Add missing ar translations * A bunch of fixes * Fix openspec schema --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* feat(web): bulk tag deletion. Fixes #872 (#900)lexafaxine2025-02-093-23/+249
| | | | | | | | | | | | | | | * feat(web): #872 bulk tag deletion * revert lock file change * change bulk tag action type def and fix small issue * fix prettier * minor fixes --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* fix: Hide tags that were attached once by humans from AI tagsMohamed Bassem2025-02-021-1/+3
|
* fix: Dont rearchive singlefile uploads and consider them as archivesMohamed Bassem2025-02-021-2/+7
|
* feat(web): Add the query explainer to the smart list modalMohamed Bassem2025-02-011-8/+36
|
* fix: Limit concurrency of bulk actions. Fix #773Mohamed Bassem2025-01-123-30/+59
|
* feat: Add ability to filter by bookmark typeMohamed Bassem2025-01-121-0/+16
|
* feat: Add Bookmark Sorting Feature (#812)Daksh Pareek2025-01-124-5/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: add bookmark sorting by creation date - Add sort order toggle in GlobalActions component - Implement ascending/descending sort functionality - Update translations for sorting feature in all languages - Add sort order icons and dropdown menu - Maintain sort preference in URL params * feat: add bookmark sorting by creation date - Add sort order toggle in GlobalActions component - Implement ascending/descending sort functionality - Update translations for sorting feature in all languages - Add sort order icons and dropdown menu - Maintain sort preference in URL params during session Note: Sort order resets to default on page refresh, server-side persistence can be implemented in future enhancement * feat: Add global sort by date feature with shared sort order state - Implement global sort order functionality using a shared Zustand store (`useSortOrder` hook). - Update `getBookmarks` and `searchBookmarks` endpoints to accept a `sortOrder` parameter. - Refactor code to import `ZSortOrder` from shared types (`bookmarks.ts`), ensuring consistency across the codebase. - Update components (`UpdatableBookmarksGrid`, `bookmark-search`) to use the shared `useSortOrder` hook. - Remove unused `zSortBy` definition from `packages/shared/types/bookmarks.ts` to avoid confusion. - Ensure consistent naming conventions by prefixing Zod inferred types with `Z`. - Clean up code and address previous PR feedback comments. * tiny fixes and fixing TS errors --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* fix: Keep user selection on text highlightMohamed Bassem2025-01-121-4/+30
|
* feat: Add support for singlefile extension uploads. #172Mohamed Bassem2025-01-111-0/+1
|
* fix: Fix truncated long text in bookmark preview modal. Fixe #793Mohamed Bassem2025-01-052-2/+2
|
* fix: Change search endpoint to accept query as raw stringMohamed Bassem2025-01-041-1/+1
|
* fix: Add i18n for query explainer and add missing url matcherMohamed Bassem2025-01-021-14/+57
|
* feat: Add support for smart lists (#802)Mohamed Bassem2025-01-026-45/+175
| | | | | | | | | | | | | | | | | | | * feat: Add support for smart lists * i18n * Fix update list endpoint * Add a test for smart lists * Add header to the query explainer * Hide remove from lists in the smart context list * Add proper validation to list form --------- Co-authored-by: Deepak Kapoor <41769111+orthdron@users.noreply.github.com>
* feat: Add support for searching for tagged and listed itemsMohamed Bassem2024-12-311-0/+14
|
* feat: Add support for negative search termsMohamed Bassem2024-12-311-4/+8
|
* feat: Introduce advanced search capabilities (#753)Mohamed Bassem2024-12-312-9/+116
| | | | | | | | | | | | | | | | | | | | | | | | | * feat: Implement search filtering in the backend * feat: Implement search language parser * rename matcher name * Add ability to interleve text * More fixes * be more tolerable to parsing errors * Add a search query explainer widget * Handle date parsing gracefully * Fix the lockfile * Encode query search param * Fix table body error * Fix error when writing quotes
* feat: Add delete bookmark confirmation dialog. Fixes #776 (#787)Nicole Li2024-12-313-34/+87
|
* feat: show createdAt year in card footer when created over a year ago (#790)JD Hartley2024-12-311-2/+9
|
* refactor: Refactor sidebar into a shared componentMohamed Bassem2024-12-302-104/+0
|