aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* feat: Change the admin page to be tabbed similar to that of the settings pageMohamed Bassem2024-12-309-1003/+2
|
* fix: react warning about keys in AllHighlightsMohamed Bassem2024-12-281-8/+5
|
* fix: Better handling for when there's no highlights in the all highlights pageMohamed Bassem2024-12-281-3/+11
|
* feat: Implement the all highlights page. Fixes #620Mohamed Bassem2024-12-287-78/+194
|
* feat: Implement highlights support for links. Fixes #620Mohamed Bassem2024-12-275-6/+524
|
* feat: Add basic pagination to searchBookmarks tRPCMohamed Bassem2024-12-221-1/+1
|
* feature: Add an admin notice about the usage of the legacy container imagesMohamed Bassem2024-12-213-3/+82
|
* feature: WYSIWYG markdown for notes. Fixes #701 (#715)Giuseppe2024-12-214-62/+66
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * #701 Improve note support : WYSIWYG markdown First implementation with a wysiwyg markdown editor. Update: - Add Lexical markdown editor - consistent rendering between card and preview - removed edit modal, replaced by preview with save action - simple markdown shortcut: underline, bold, italic etc... * #701 Improve note support : WYSIWYG markdown improved performance to not rerender all note card when one is updated * Use markdown shortcuts * Remove the alignment actions * Drop history buttons * Fix code and highlighting buttons * Remove the unneeded update markdown plugin * Remove underline support as it's not markdown native * - added ListPlugin because if absent, there's a bug where you can't escape a list with enter + enter - added codeblock plugin - added prose dark:prose-invert prose-p:m-0 like you said (there's room for improvement I think, don't took the time too deep dive in) and removed theme - Added a switch to show raw markdown - Added back the react markdown for card (SSR) * delete theme.ts * add theme back for code element to be more like prism theme from markdown-readonly * move the new editor back to the edit menu * move the bookmark markdown component into dashboard/bookmark * move the tooltip into its own component * move save button to toolbar * Better raw markdown --------- Co-authored-by: Giuseppe Lapenta <giuseppe.lapenta@enovacom.com> Co-authored-by: Mohamed Bassem <me@mbassem.com>
* translations: Add german, french and chinese LLM translationsMohamed Bassem2024-11-171-1/+1
|
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-1725-148/+226
| | | | | | | | | | | | | * feature(web): Add basic scaffolding for i18n * refactor: Switch most of the app's strings to use i18n strings * fix: Remove unused i18next-resources-for-ts command * Add user setting * More translations * Drop the german translation for now
* fix: Fix SummarizeWithAI button to use an ActionButtonMohamed Bassem2024-11-091-4/+3
|
* feature: Archive videos using yt-dlp. Fixes #215 (#525)kamtschatka2024-10-282-0/+21
| | | | | | | | | | | | | | | | | | | | | * Allow downloading more content from a webpage and index it #215 Added a worker that allows downloading videos depending on the environment variables refactored the code a bit added new video asset updated documentation * Some tweaks * Drop the dependency on the yt-dlp wrapper * Update openapi specs * Dont log an error when the url is not supported * Better handle supported websites that dont download anything --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* ui: Redesign the settings page and move it to its own layoutMohamed Bassem2024-10-2713-1103/+4
|
* fix: Some visual fixes to the AI summaryMohamed Bassem2024-10-271-50/+42
|
* fix: Fix search input escape listener to only work when the input is in focusMohamed Bassem2024-10-271-1/+5
|
* feature: Add a summarize with AI button for linksMohamed Bassem2024-10-272-0/+153
|
* fix: Improve field names in the tag APIsMohamed Bassem2024-10-201-6/+10
|
* feature(web): Add keyboard shortcut to focus on search bar. Fixes #449 (#554)kamtschatka2024-10-192-7/+45
| | | | | added ctrl+k to focus the search bar added escape to delete the input of the search bar fixed behavior of ctrl+e on windows, which would otherwise focus the chrome searchbar
* feature: Allow reseting user password, change their roles and create new ↵kamtschatka2024-10-194-7/+554
| | | | | | | | | | | | | | | users. Fixes #495 (#567) * How do I set the variable "user" or "system" for AI inference #262 changed from system to user * Make Myself an Admin #560 added user management functionality to the admin page * A bunch of UI fixes and simplifications --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
* fix: Add support for importing notes from the hoarder exportMohamedBassem2024-10-131-7/+13
|
* fix(web): Fix profile option icon in mobile layoutsMohamedBassem2024-10-131-1/+1
|
* fix(web): Fix slowness in loading the all tags UI. Fixes #382 (#390)kamtschatka2024-10-133-29/+70
| | | | | | | | | | | | | * long delay when selecting tags in UI #382 improved performance by not handling hover in css also rendering the draggable div only if draggable mode is active * updated the code to reuse the DeleteTagConfirmationDialog to improve performance and fix the tag deletion * some fixes --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* feature: Allow importing hoarder's own bookmark file. Fixes #527MohamedBassem2024-10-131-3/+19
|
* feature: Support regenerating AI tags only for failed bookmarksMohamedBassem2024-10-131-1/+10
|
* feature(web): Implement a new profile options drop menu and move user and ↵MohamedBassem2024-10-124-48/+32
| | | | admin settings there
* fix(web): Fix react error in search inputMohamedBassem2024-10-121-1/+0
|
* feature: Allow customizing the inference's context lengthMohamedBassem2024-10-121-0/+1
|