aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/bookmarks (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-31feat: Add delete bookmark confirmation dialog. Fixes #776 (#787)Nicole Li2-12/+72
2024-12-31feat: show createdAt year in card footer when created over a year ago (#790)JD Hartley1-2/+9
2024-12-22feat: Add basic pagination to searchBookmarks tRPCMohamed Bassem1-1/+1
2024-12-21feature: WYSIWYG markdown for notes. Fixes #701 (#715)Giuseppe3-60/+61
2024-11-17feature: Add i18n support. Fixes #57 (#635)Mohamed Bassem5-41/+54
2024-11-09fix: Fix SummarizeWithAI button to use an ActionButtonMohamed Bassem1-4/+3
2024-10-27fix: Some visual fixes to the AI summaryMohamed Bassem1-50/+42
2024-10-27feature: Add a summarize with AI button for linksMohamed Bassem1-0/+151
2024-10-19feature(web): Add keyboard shortcut to focus on search bar. Fixes #449 (#554)kamtschatka1-0/+1
2024-10-05feature: Allow attaching custom banners to notes. Fixes: #106MohamedBassem1-1/+17
2024-10-05feature: Persevere the source URL of clipped texts from the extension.MohamedBassem4-18/+35
2024-09-30feature(web): Add ability to manually trigger full page archives. Fixes #398 ...kamtschatka1-0/+25
2024-09-28feature(web): Add infinite scrolling supportMohamedBassem1-0/+9
2024-09-27fix(web): Fix some hydration errors in bulk actionsMohamedBassem1-2/+2
2024-09-27feature(web): Add a select all button to bulk actionsMohamedBassem1-1/+10
2024-09-22fix(web): Show a scrollbar in the tag editor. Fixes #368 (#404)kamtschatka1-1/+1
2024-09-15feature(web): Add a compact layout. Fixes #379MohamedBassem4-1/+59
2024-09-14fix(web): removing referrer header when clicking on links. Fixes #387 (#388)kamtschatka1-3/+9
2024-09-01fix(web): Add optimistic rendering for the tags editorMohamedBassem1-2/+24
2024-09-01feature(web): Manage tags in bulk actionsMohamedBassem4-41/+197
2024-09-01feature(web): Pop tag in TagEditor on pressing backspace. #368MohamedBassem1-0/+1
2024-09-01feature(web): Allow adding to lists in bulk actions. #368MohamedBassem1-0/+138
2024-08-25feature(mobile): Allow editing notes from the mobile appMohamedBassem1-19/+12
2024-07-21refactor: Remove unused BookmarkedTextViewer (#310)kamtschatka2-31/+0
2024-07-15feature: Add github markdown support which includes tables, checklists and au...kamtschatka1-1/+4
2024-07-06fix(web): Suppress hydration warnings caused by the dates in the bookmark gridMohamedBassem1-1/+4
2024-07-01feat: Add bulk edit option for bookmarks. Fixes #84 (#259)Md Saban3-8/+68
2024-07-01fix: fixed an issue that would half the textarea in grid layout after submitt...kamtschatka1-1/+3
2024-07-01refactor: added the bookmark type to the database (#256)kamtschatka4-13/+20
2024-06-23ui(web): move layout selector to main screen (#252)Md Saban2-6/+1
2024-06-22fix(web): Fix save action on empty card. Fixes #225 (#243)Md Saban1-4/+7
2024-06-22feature(web): Enhance the bookmark textarea in the list layout (#247)Ahmad Mujahid1-2/+29
2024-06-18fix(web): text paste bug introduced with image paste (#232)Md Saban1-1/+0
2024-06-18feature(web): support pasting image in the Editor Card (#228)Ahmad Mujahid1-1/+29
2024-06-09refactor: Extract the bookmark polling logic into a separate shared componentMohamedBassem5-113/+75
2024-06-09feature(web): Add syntax highlighting to code blocks and a quick copy button....kamtschatka1-6/+2
2024-06-09fix(web): Changed the toast to contain a more detailed error message in case ...kamtschatka1-2/+2
2024-05-25feature: Allow import Netscape HTML format (#163)kamtschatka1-13/+2
2024-05-19fix(web): Stop pre-loading all the bookmark lists in the bookmark gridMohamedBassem1-33/+44
2024-05-19feature(web): Add an archive button to list management dialogMohamedBassem2-1/+73
2024-05-19fix(web): Sort the tags in the TagsEditor of the preview dialog. Fixes #171MohamedBassem1-0/+2
2024-05-19fix: Fix missing bookmarks during pagination if they got created in the same ...MohamedBassem1-8/+11
2024-05-19feature(web): Allow adding multiple URLs at once #158 (#167)kamtschatka1-5/+74
2024-05-19ui(web): Set tag input field in preview modal to 100% width to fix overflow i...Cari1-2/+22
2024-05-16ui(web): Fixed overflow issues for very long titles (#152)Cari2-3/+11
2024-05-10feature: Clicking preview for image assets brings up the details modal (#147)Cari1-6/+9
2024-05-06feature: Dedup links on creation. Fixes #49MohamedBassem1-1/+19
2024-04-25feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 (...Mohamed Bassem1-1/+1
2024-04-24ui(web): Show bookmark URL when maximizing a bookmarkMohamedBassem1-17/+9
2024-04-23feature(web): Change the AddList modal to allow adding and removing bookmarks...MohamedBassem2-14/+89