aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard (unfollow)
Commit message (Expand)AuthorFilesLines
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...Cari2-4/+24
2024-05-18fix(web): Simplify the logic for tag drag and droppingMohamedBassem2-55/+37
2024-05-18feature(web): Improve merging of tags by simple drag and drop #144 (#154)kamtschatka2-43/+177
2024-05-16feature(web): Clicking an image in the preview modal will open it in a new ta...Cari1-6/+12
2024-05-16ui(web): Fixed overflow issues for very long titles (#152)Cari4-7/+15
2024-05-12feature: Take full page screenshots #143 (#148)kamtschatka1-2/+4
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-26fix(inference): Attempt to reuse existing identical tagsMohamedBassem1-1/+1
2024-04-26feature: Allow users to delete all unused tags in one goMohamedBassem1-3/+51
2024-04-26fix: Change tag listing API to return unused tagsMohamedBassem1-1/+24
2024-04-26feature: A new cleanups page to suggest ways to tidy up your bookmarksMohamedBassem2-0/+288
2024-04-25feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 (...Mohamed Bassem10-198/+584
2024-04-24ui(web): Show bookmark URL when maximizing a bookmarkMohamedBassem3-19/+21
2024-04-23feature(web): Change the AddList modal to allow adding and removing bookmarks...MohamedBassem3-15/+95
2024-04-23fix(web): Fix missing link card image in list viewMohamedBassem1-1/+1
2024-04-20fix: Use next/image for serving bookmark imagesMohamedBassem2-16/+42
2024-04-20feature: Download images and screenshotsMohamedBassem7-46/+107
2024-04-19feature: Nested lists (#110). Fixes #62Mohamed Bassem10-161/+607
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem25-26/+29
2024-04-15feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem5-38/+183
2024-04-14fix(web): Fix some JS console errors in the preview pageMohamedBassem3-10/+19
2024-04-14feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem10-182/+404
2024-04-11feature: Add PDF support (#88)Ahmad Mujahid3-20/+33
2024-04-09fix(web): Fix the toggle theme button allowing clicks from anywhere in the dr...MohamedBassem1-6/+8
2024-04-09feature(web): Allow uploading directly into lists/tags. Fixes #69MohamedBassem7-72/+49
2024-04-07refactor(web): Move the tooltip provider to the root of the appMohamedBassem2-85/+77
2024-04-07feature: Extract hook logic into separate package and add a new action bar in...MohamedBassem8-114/+245
2024-04-06fix: Refresh the all tags page automatically when a tag is modifiedMohamedBassem2-4/+71
2024-04-06ui(web): Add a tooltip explaining what archived meansMohamedBassem1-19/+6
2024-04-06fix: Only consider text as URL in editor card if it has an http protocol. Fix...MohamedBassem1-1/+4
2024-04-03fix: Minor fixes to small screens to render admin panel and settings in full ...MohamedBassem1-1/+1
2024-03-31feature(web): Add ⌘ + E shortcut for quickly focusing on the editorMohamedBassem1-30/+67
2024-03-31feature: Add support deleting tagsMohamedBassem1-0/+59
2024-03-31refactor: Extract the action confirming dialog into its own componentMohamedBassem2-89/+46
2024-03-30feature(web): Add support for attaching notes to bookmarksMohamedBassem2-2/+56
2024-03-30feature(web): Allow support for multiple asset upload at the same time. Fixes...MohamedBassem1-16/+70
2024-03-30fix(web): Consistent spacing in the content container in all pages. Fixes #40MohamedBassem3-7/+3
2024-03-30fix(web): Disable keyboard shortcut submissions in demoModeMohamedBassem1-1/+10
2024-03-27fix: Allow submitting bookmarks with Ctrl+Enter. Fixes #24MohamedBassem1-1/+1
2024-03-27fix: Refresh the search cache when a bookmark is deleted. Fixes #26MohamedBassem1-0/+5
2024-03-27fix: Fix typo in sidebar list item Favourites. Fixes #9MohamedBassem1-1/+1
2024-03-26fix: Allow setting demo mode creds when demo mode is enabledMohamedBassem3-20/+24
2024-03-26ui: Migrate to the new logo everywhereMohamedBassem3-14/+10
2024-03-23chore: Refactor tailwind in all apps to use the tooling packageMohamedBassem2-3/+3