aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/app (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-26feature: A new cleanups page to suggest ways to tidy up your bookmarksMohamedBassem1-0/+21
2024-04-25feature(web): Add ability to rename, merge and fast delete tags. Fixes #105 (...Mohamed Bassem1-7/+16
2024-04-24ui(web): Show bookmark URL when maximizing a bookmarkMohamedBassem5-4/+60
2024-04-20fix: Ensure that downloaded asset images are from the allowed content typesMohamedBassem1-8/+5
2024-04-20feature: Allow recrawling bookmarks without running inference jobsMohamedBassem1-2/+14
2024-04-20feature: Download images and screenshotsMohamedBassem1-2/+2
2024-04-19feature: Nested lists (#110). Fixes #62Mohamed Bassem1-9/+2
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem1-1/+1
2024-04-14feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem1-1/+15
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 Mujahid1-2/+5
2024-04-09feature(web): Allow uploading directly into lists/tags. Fixes #69MohamedBassem6-28/+26
2024-04-07feature: Extract hook logic into separate package and add a new action bar in...MohamedBassem1-1/+1
2024-04-06fix: Refresh the all tags page automatically when a tag is modifiedMohamedBassem1-50/+3
2024-04-06ui(web): Add a tooltip explaining what archived meansMohamedBassem2-28/+16
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 ...MohamedBassem1-7/+7
2024-04-02feature: Include server version in the admin UI. Fixes #66MohamedBassem1-1/+54
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 tagsMohamedBassem2-14/+9
2024-03-30fix(web): Consistent spacing in the content container in all pages. Fixes #40MohamedBassem14-69/+45
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-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 everywhereMohamedBassem2-5/+2
2024-03-23chore: Refactor tailwind in all apps to use the tooling packageMohamedBassem2-77/+1
2024-03-23feature(web): Add dark mode supportMohamedBassem7-12/+16
2024-03-23fix(web): Remove the custom tile from the bookmarks pageMohamedBassem1-5/+0
2024-03-21feature: A better looking bookmark preview pageMohamedBassem1-1/+5
2024-03-20fix(web): Remove editor card from tags pageMohamedBassem1-1/+0
2024-03-20feature(web): Add support for removing items from listsMohamedBassem1-12/+15
2024-03-20ui(web): Show an overlay when dragging is activeMohamedBassem2-8/+10
2024-03-20fix(web): Greatly improve the search feeling by removing the flickerMohamedBassem6-44/+35
2024-03-19refactor: Move landing page to its own app to deploy it separatelyMohamedBassem1-4/+2
2024-03-19feature: A new landing pageMohamedBassem1-3/+4
2024-03-19fix(web): Only show demo mode banner in demo modeMohamedBassem1-1/+3
2024-03-19feature(web): Add support for demo modeMohamedBassem2-1/+5
2024-03-19fix: Remove flicker from search barMohamedBassem1-6/+2
2024-03-19refactor: Change asset storage to be the filesystem instead of sqliteMohamedBassem2-23/+17
2024-03-19Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem4-18/+85
2024-03-18feature(web): Add the ability to change passwordsMohamedBassem1-0/+2
2024-03-17feature(web): A better tags editor using react select with auto complete and ...MohamedBassem1-14/+2
2024-03-17feature: Implemente pagination supportMohamedBassem3-3/+3
2024-03-17refactor: Prepare for pagination by dropping querying bookmarks by idMohamedBassem2-4/+10
2024-03-16ui(web): Add an editor card inline in the bookmark grid and remove the top na...MohamedBassem1-1/+1
2024-03-15refactor: Move tag fetching to trpc to reuse in the mobile appMohamedBassem1-24/+12