aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/bookmarks/EditorCard.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: use kbd for editor cardMohamed Bassem2025-11-221-27/+7
|
* feat: Support inline toggling for todos. fixes #1931 (#1933)Cédric2025-11-021-0/+35
| | | | | | | | | | | | * [1931] Can now chain the creation of todos from the quick add form * [1931] Can now toggle todos from the masonry view + added a custom renderer for inputs of type checkbox (required to remove the readonly default attribute) * handle nested lists and case --------- Co-authored-by: Cédric <cedric.marinot@elosi.com> Co-authored-by: Mohamed Bassem <me@mbassem.com>
* deps: Upgrade expo & nextjs to react 19 (#1565)Mohamed Bassem2025-08-201-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Attempt to upgrade expo 53 * Attempt upgrade nextjs * Fix a bunch of peer deps * upgrade some docs deps * fix typecheck * update the shadcn calendar component * more fixes * more fixes * revert ollama upgrade * update react version to use carets * remove react-select from landing * fix the typescript error caused by customFetch * upgrade the new grid user setting to nextjs 15 * mobile: enable react canary to support react 19.1 * upgrade react native menu * fix navigation context error
* chore: migrate away from eslint to oxlint (#1642)xuatz2025-06-221-1/+1
| | | | | | | * chore: migrate away from eslint to oxlint * revert turbo task name lint * it seems like we can remove the seemingly default globals
* ui(web): Reduce shadows, lighten some fonts, and a smaller editor. #1261Mohamed Bassem2025-04-211-4/+9
|
* chore: Rename hoarder packages to karakeepMohamedBassem2025-04-121-2/+2
|
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-171-14/+12
| | | | | | | | | | | | | * 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
* feature(web): Add keyboard shortcut to focus on search bar. Fixes #449 (#554)kamtschatka2024-10-191-0/+1
| | | | | 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(web): Add a compact layout. Fixes #379MohamedBassem2024-09-151-0/+1
|
* fix: fixed an issue that would half the textarea in grid layout after ↵kamtschatka2024-07-011-1/+3
| | | | submitting a bookmark (#269)
* refactor: added the bookmark type to the database (#256)kamtschatka2024-07-011-4/+8
| | | | | | | | | | | | | | | | | * refactoring asset types Extracted out functions to silently delete assets and to update them after crawling Generalized the mapping of assets to bookmark fields to make extending them easier * Added the bookmark type to the database Introduced an enum to have better type safety cleaned up the code and based some code on the type directly * add BookmarkType.UNKNWON * lint and remove unused function --------- Co-authored-by: MohamedBassem <me@mbassem.com>
* fix(web): Fix save action on empty card. Fixes #225 (#243)Md Saban2024-06-221-4/+7
| | | | | | | * fix: Empty item save action * fix: resolve comments * chore: prettier
* feature(web): Enhance the bookmark textarea in the list layout (#247)Ahmad Mujahid2024-06-221-2/+29
| | | | | | | | | | | * Allow the user to expand the textarea in the list mode to support larger notes * Expand the textarea to a max of half the screen size in the list layout only * Move onInput to a separate method * Restoring the textfield to its original state after submitting * Moving the reset form to the mutate onSuccess event to not reset the height on a fail request
* fix(web): text paste bug introduced with image paste (#232)Md Saban2024-06-181-1/+0
|
* feature(web): support pasting image in the Editor Card (#228)Ahmad Mujahid2024-06-181-1/+29
| | | | | | | | | | * feature: support pasting image in the textfield. * minor tweaks --------- Co-authored-by: Ahmad Mujahid <ahmad.h.mujahid@gmail.com> Co-authored-by: MohamedBassem <me@mbassem.com>
* fix(web): Changed the toast to contain a more detailed error message in case ↵kamtschatka2024-06-091-2/+2
| | | | | the bookmark is already part of the list. Fixes #179 (#213) Co-authored-by: kamtschatka <simon.schatka@gmx.at>
* feature: Allow import Netscape HTML format (#163)kamtschatka2024-05-251-13/+2
| | | | | | | | | | | | | | * [Feature request] Netscape HTML format import/export #96 added the possibility to add exported bookmarks via the webUI for ease of use * [Feature request] Netscape HTML format import/export #96 updated the documentation * Extract the parser into its own file and reuse the existing bookmark upload logic --------- Co-authored-by: kamtschatka <simon.schatka@gmx.at> Co-authored-by: MohamedBassem <me@mbassem.com>
* feature(web): Allow adding multiple URLs at once #158 (#167)kamtschatka2024-05-191-5/+74
| | | | | | Added a reusable dialog opening a dialog that allows you to decide if you want to import multiple URLs at once if you provide only that Co-authored-by: kamtschatka <simon.schatka@gmx.at>
* feature: Dedup links on creation. Fixes #49MohamedBassem2024-05-061-1/+19
|
* feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem2024-04-141-1/+8
|
* feature(web): Allow uploading directly into lists/tags. Fixes #69MohamedBassem2024-04-091-4/+3
|
* ui(web): Add a tooltip explaining what archived meansMohamedBassem2024-04-061-19/+6
|
* fix: Only consider text as URL in editor card if it has an http protocol. ↵MohamedBassem2024-04-061-1/+4
| | | | Fixes #86
* feature(web): Add ⌘ + E shortcut for quickly focusing on the editorMohamedBassem2024-03-311-30/+67
| | | | card. Fixes #58
* fix(web): Disable keyboard shortcut submissions in demoModeMohamedBassem2024-03-301-1/+10
|
* fix: Allow submitting bookmarks with Ctrl+Enter. Fixes #24MohamedBassem2024-03-271-1/+1
|
* feature(web): Add dark mode supportMohamedBassem2024-03-231-2/+3
|
* ui(web): Make the editor card a little bit more obviousMohamedBassem2024-03-231-2/+4
|
* Feature: Add support for uploading images and automatically inferring their ↵Mohamed Bassem2024-03-191-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | tags (#2) * feature: Experimental support for asset uploads * feature(web): Add new bookmark type asset * feature: Add support for automatically tagging images * fix: Add support for image assets in preview page * use next Image for fetching the images * Fix auth and error codes in the route handlers * Add support for image uploads on mobile * Fix typing of upload requests * Remove the ugly dragging box * Bump mobile version to 1.3 * Change the editor card placeholder to mention uploading images * Fix a typo * Change ios icon for photo library * Silence typescript error
* ui(web): Add an editor card inline in the bookmark grid and remove the top ↵MohamedBassem2024-03-161-0/+91
nav buttons