aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web (unfollow)
Commit message (Expand)AuthorFilesLines
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
2024-03-26fix: Allow setting demo mode creds when demo mode is enabledMohamedBassem6-22/+35
2024-03-26docs: Update logo in all screenshotsMohamedBassem3-1/+2
2024-03-26fix: Reject asset uploads in demo modeMohamedBassem1-0/+8
2024-03-26ui: Migrate to the new logo everywhereMohamedBassem17-19/+88
2024-03-23chore: Refactor tailwind in all apps to use the tooling packageMohamedBassem6-165/+8
2024-03-23feature(web): Add dark mode supportMohamedBassem26-39/+117
2024-03-23fix(web): Remove the custom tile from the bookmarks pageMohamedBassem1-5/+0
2024-03-23ui(web): Make the editor card a little bit more obviousMohamedBassem1-2/+4
2024-03-22feature: Add an option to disable new signupsMohamedBassem3-7/+10
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