aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web (unfollow)
Commit message (Expand)AuthorFilesLines
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 bookmarksMohamedBassem5-0/+314
2024-04-25feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 (...Mohamed Bassem11-205/+600
2024-04-24fix(web): Fix hydration error in the bookmark preview pageMohamedBassem1-1/+1
2024-04-24ui(web): Show bookmark URL when maximizing a bookmarkMohamedBassem8-23/+81
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: Ensure that downloaded asset images are from the allowed content typesMohamedBassem1-8/+5
2024-04-20fix: Use next/image for serving bookmark imagesMohamedBassem2-16/+42
2024-04-20feature: Allow recrawling bookmarks without running inference jobsMohamedBassem1-2/+14
2024-04-20feature: Download images and screenshotsMohamedBassem9-70/+109
2024-04-19feature: Nested lists (#110). Fixes #62Mohamed Bassem14-174/+674
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem28-29/+32
2024-04-16fix: Fix user local settings cookie to have max age as by default it's a sess...MohamedBassem1-4/+6
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 Bassem17-267/+519
2024-04-12fix: Differentiate between pending in db and in redis in admin job statsMohamedBassem1-7/+11
2024-04-11feature: Recrawl failed links from admin UI (#95)Ahmad Mujahid1-5/+21
2024-04-11feature: Add PDF support (#88)Ahmad Mujahid4-22/+38
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 #69MohamedBassem14-121/+75
2024-04-07refactor(web): Move the tooltip provider to the root of the appMohamedBassem4-102/+89
2024-04-07feature: Extract hook logic into separate package and add a new action bar in...MohamedBassem11-115/+249
2024-04-06fix: Refresh the all tags page automatically when a tag is modifiedMohamedBassem3-54/+74
2024-04-06ui(web): Add a tooltip explaining what archived meansMohamedBassem4-47/+60
2024-04-06fix: Only consider text as URL in editor card if it has an http protocol. Fix...MohamedBassem1-1/+4
2024-04-06feature: Change archived meaning to only mean removed from homepageMohamedBassem3-3/+3
2024-04-03fix: Minor fixes to small screens to render admin panel and settings in full ...MohamedBassem2-8/+8
2024-04-02feature: Include server version in the admin UI. Fixes #66MohamedBassem2-1/+56
2024-03-31feature(web): Add ⌘ + E shortcut for quickly focusing on the editorMohamedBassem1-30/+67
2024-03-31fix(web): Fix the color of the info pill in the all tags pageMohamedBassem1-2/+2
2024-03-31ui(web): Add a background to the all lists paneMohamedBassem1-1/+1
2024-03-31feature: Split the tags in AllTags page by who used themMohamedBassem1-19/+56
2024-03-31feature: Add support deleting tagsMohamedBassem3-14/+68
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 #40MohamedBassem18-68/+51
2024-03-30fix(web): Disable keyboard shortcut submissions in demoModeMohamedBassem1-1/+10
2024-03-29fix(web): Fix the sharp missing error logMohamedBassem1-0/+1
2024-03-27feature: Change maximum asset size to be configurable. Fixes #33MohamedBassem1-1/+1
2024-03-27fix: Allow uploading webp images. Fixes #35MohamedBassem1-1/+5
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: Drop CORS restriction on the API routes as we're no longer doing fetches...MohamedBassem1-1/+1