aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/bookmarks/EditorCard.tsx (follow)
Commit message (Expand)AuthorAgeFilesLines
* feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem2024-11-171-14/+12
* feature(web): Add keyboard shortcut to focus on search bar. Fixes #449 (#554)kamtschatka2024-10-191-0/+1
* 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 submitt...kamtschatka2024-07-011-1/+3
* refactor: added the bookmark type to the database (#256)kamtschatka2024-07-011-4/+8
* fix(web): Fix save action on empty card. Fixes #225 (#243)Md Saban2024-06-221-4/+7
* feature(web): Enhance the bookmark textarea in the list layout (#247)Ahmad Mujahid2024-06-221-2/+29
* 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
* fix(web): Changed the toast to contain a more detailed error message in case ...kamtschatka2024-06-091-2/+2
* feature: Allow import Netscape HTML format (#163)kamtschatka2024-05-251-13/+2
* feature(web): Allow adding multiple URLs at once #158 (#167)kamtschatka2024-05-191-5/+74
* 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. Fix...MohamedBassem2024-04-061-1/+4
* feature(web): Add ⌘ + E shortcut for quickly focusing on the editorMohamedBassem2024-03-311-30/+67
* 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 t...Mohamed Bassem2024-03-191-1/+3
* ui(web): Add an editor card inline in the bookmark grid and remove the top na...MohamedBassem2024-03-161-0/+91