aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web (unfollow)
Commit message (Expand)AuthorFilesLines
2024-05-19docs: Change references from the old repo URL to the new oneMohamedBassem1-3/+2
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 dialogMohamedBassem3-1/+74
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)kamtschatka2-5/+129
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 droppingMohamedBassem3-123/+64
2024-05-18feature(web): Improve merging of tags by simple drag and drop #144 (#154)kamtschatka5-43/+313
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 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