aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared-react (unfollow)
Commit message (Expand)AuthorFilesLines
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem2-1/+2
2024-04-17mobile: Bump mobile version to 1.4MohamedBassem1-2/+2
2024-04-17mobile: Add dark mode supportMohamedBassem22-56/+188
2024-04-16fix: Fix user local settings cookie to have max age as by default it's a sess...MohamedBassem1-4/+6
2024-04-15fix: Fix slice call in the content truncation logic which was resulting in ex...MohamedBassem1-1/+1
2024-04-15feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem17-54/+1240
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 Bassem20-268/+546
2024-04-12fix: Differentiate between pending in db and in redis in admin job statsMohamedBassem3-26/+64
2024-04-11feature: Recrawl failed links from admin UI (#95)Ahmad Mujahid8-25/+1067
2024-04-11fix: Increase default navigation timeout to 30s, make it configurable and add...MohamedBassem5-6/+17
2024-04-11feature: Add PDF support (#88)Ahmad Mujahid24-107/+2387
2024-04-09feature(inference): Upgrade the default vision model to the new gpt-4-turboMohamedBassem4-10/+11
2024-04-09fix(crawler): Skip validating URLs in metascrapper as it was already being va...MohamedBassem1-0/+3
2024-04-09fix: Delete the API key on logout from phone or extensionMohamedBassem11-92/+84
2024-04-09fix(web): Fix the toggle theme button allowing clicks from anywhere in the dr...MohamedBassem2-7/+18
2024-04-09fix: Fix type in the useAddBookmarkToList hookMohamedBassem1-1/+1
2024-04-09feature(web): Allow uploading directly into lists/tags. Fixes #69MohamedBassem19-144/+258
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...MohamedBassem21-141/+483
2024-04-06fix(workers): Increase default timeout to 60s, make it configurable and impro...MohamedBassem3-11/+29
2024-04-06fix(docker): Remove BUILDPLATFORM from DockerfileMohamedBassem1-4/+4
2024-04-06fix: Refresh the all tags page automatically when a tag is modifiedMohamedBassem5-83/+103
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 homepageMohamedBassem7-16/+5
2024-04-05fix: Delete user's assets when the user is deletedMohamedBassem2-0/+14
2024-04-04build: Increment android app versionCodeMohamedBassem1-1/+2
2024-04-03fix: Incorrect counts for tags in the AllTags page. Fixes #78MohamedBassem1-2/+2
2024-04-03chore: Update turbo to 1.13.2MohamedBassem2-30/+30
2024-04-03fix: Minor fixes to small screens to render admin panel and settings in full ...MohamedBassem2-8/+8
2024-04-02docs: Fix some typos in the importing docsMohamedBassem2-6/+6
2024-04-02fix(cli): Don't download pnpm with every invocationMohamedBassem1-3/+2