aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components (unfollow)
Commit message (Expand)AuthorFilesLines
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-24fix(web): Fix hydration error in the bookmark preview pageMohamedBassem1-1/+1
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 Bassem12-165/+671
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem26-27/+30
2024-04-15feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem7-48/+240
2024-04-14fix(web): Fix some JS console errors in the preview pageMohamedBassem4-36/+50
2024-04-14feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem11-251/+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...MohamedBassem2-7/+18
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 appMohamedBassem3-101/+87
2024-04-07feature: Extract hook logic into separate package and add a new action bar in...MohamedBassem9-114/+247
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 meansMohamedBassem2-19/+44
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 componentMohamedBassem3-89/+94
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...MohamedBassem2-17/+71
2024-03-30fix(web): Consistent spacing in the content container in all pages. Fixes #40MohamedBassem4-7/+14
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 enabledMohamedBassem5-21/+34
2024-03-26ui: Migrate to the new logo everywhereMohamedBassem4-14/+30
2024-03-23chore: Refactor tailwind in all apps to use the tooling packageMohamedBassem2-3/+3
2024-03-23feature(web): Add dark mode supportMohamedBassem17-26/+91
2024-03-23ui(web): Make the editor card a little bit more obviousMohamedBassem1-2/+4
2024-03-22feature: Add an option to disable new signupsMohamedBassem1-1/+7
2024-03-22fix: Fix the creation date tooltip in preview pagMohamedBassem1-1/+3
2024-03-21ui(web): Minor style tweaks to the tags editorMohamedBassem1-0/+5
2024-03-21feature: A better looking bookmark preview pageMohamedBassem4-68/+197
2024-03-21fix: Reset add list form form on submissionMohamedBassem3-4/+7
2024-03-21fix: Fix open links in new tabs when clicking on the card bannerMohamedBassem1-1/+1
2024-03-20feature(web): Add support for removing items from listsMohamedBassem1-1/+30
2024-03-20ui(web): Show an overlay when dragging is activeMohamedBassem1-11/+31
2024-03-20fix(web): Greatly improve the search feeling by removing the flickerMohamedBassem3-35/+58
2024-03-19refactor: Move landing page to its own app to deploy it separatelyMohamedBassem1-91/+0
2024-03-19feature: A new landing pageMohamedBassem1-0/+91
2024-03-19fix(web): Show editor card when there are no bookmarksMohamedBassem1-1/+1
2024-03-19feature(web): Add support for demo modeMohamedBassem7-6/+44