aboutsummaryrefslogtreecommitdiffstats
path: root/packages (follow)
Commit message (Expand)AuthorAgeFilesLines
* mobile: Setup share intentMohamedBassem2024-03-119-8/+43
* mobile: Merge mobile repo into main repoMohamedBassem2024-03-1123-0/+469
|\
| * mobile: Prepare to merge into main repoMohamedBassem2024-03-1123-0/+469
* build: Replace bcrypt with bcryptjsMohamedBassem2024-03-113-3/+3
* feature: Change top nav to include search and move add link to a modalMohamedBassem2024-03-108-162/+262
* refactor: Move all components to the top level directoryMohamedBassem2024-03-1041-16/+16
* fix: Trim whitespaces from submitted URLsMohamedBassem2024-03-101-1/+1
* build: Fix the web buildMohamedBassem2024-03-054-10/+8
* fix: Show loading indicators in the bookmark preview pageMohamedBassem2024-03-055-84/+142
* extension: Fix the infinite loading of the options pageMohamedBassem2024-03-053-12/+14
* extension: Add the logo to multiple pages in the extensionMohamedBassem2024-03-054-1/+20
* extension: Bump extension version after the new changesMohamedBassem2024-03-051-1/+1
* fix: Fix error log in extension's SavePage componentMohamedBassem2024-03-051-4/+2
* extension: Instead of manually creating api keys, let users exchange their us...MohamedBassem2024-03-0510-138/+247
* extension: Show who the logged in user is in the extension optionsMohamedBassem2024-03-055-37/+76
* extension: Allow deleting and opening newly saved bookmarksMohamedBassem2024-03-056-71/+148
* extension: Use react-query and trpc in the extensionMohamedBassem2024-03-0510-53/+134
* refactor: Extract trpc logic into its packageMohamedBassem2024-03-0536-140/+200
* breaking: Using DATA_DIR env variable instead of DATABASE_URLMohamedBassem2024-03-052-2/+11
* fix: Drop old AI tag on link refreshMohamedBassem2024-03-051-40/+53
* feature: Preview page for the stored content of linksMohamedBassem2024-03-054-7/+86
* feature: Store html content of links in the databaseMohamedBassem2024-03-056-0/+818
* fix: Use puppeteer adblocker to block cookies noticesMohamedBassem2024-03-052-0/+7
* Fix: Correctly invalidate the bookmark cache when it's favouritedMohamedBassem2024-03-041-7/+14
* deps: Remove unused deps from extension deps listMohamedBassem2024-03-041-3/+0
* build: Fix formattingMohamedBassem2024-03-042-10/+9
* fix: Less aggressive invalidation when a bookmark is deletedMohamedBassem2024-03-041-1/+1
* fix: Fix Edit tags not populating tags when link is first addedMohamedBassem2024-03-043-18/+20
* fix: Teach openai to ignore cookie consent popupsMohamedBassem2024-03-041-3/+5
* feature: Initial attempt at making the app a PWAMohamedBassem2024-03-047-2/+44
* deps: Upgrade some depsMohamedBassem2024-03-031-8/+8
* fix: Remove the activeTab permission from the browser extensionMohamedBassem2024-03-031-1/+1
* fix: Fix hydration in list view caused by the spinnerMohamedBassem2024-03-024-17/+46
* ui: Use a masonry library to maintain the order of the bookmark gridMohamedBassem2024-03-022-4/+23
* ui: Preload the sidebar lists to avoid the spinnerMohamedBassem2024-03-022-7/+9
* fix: Fix the double scrolling on mobileMohamedBassem2024-03-021-2/+2
* fix: Set mobile viewport to have maximum scale of 1MohamedBassem2024-03-021-0/+8
* feature: Add 'New List' button in the all lists pageMohamedBassem2024-03-022-2/+13
* feature: Add an 'All Lists' pageMohamedBassem2024-03-027-14/+101
* ui: Move favourites and archive to act as a predefined listMohamedBassem2024-03-028-47/+45
* feature: Show user list in admin pageMohamedBassem2024-03-025-73/+228
* ui: Fix sidebar list spinnerMohamedBassem2024-03-022-15/+18
* fix: Fix visible scrollbars even if content is not overflowingMohamedBassem2024-03-022-2/+2
* fix: Fix missing key property in bookmark gridMohamedBassem2024-03-021-1/+1
* feature: Show a loading indicator when tags are still being fetchedMohamedBassem2024-03-029-13/+877
* fix: URL decode tag names to allow accessing tags with spaces in their nameMohamedBassem2024-03-021-2/+3
* ui: Minor UI tweaks in admin page and sidebarMohamedBassem2024-03-022-32/+36
* feature: Update faviconMohamedBassem2024-03-023-2/+0
* feature: Make the first user an admin automaticallyMohamedBassem2024-03-024-11/+86
* dev: Disable db query logging given that it's very noisyMohamedBassem2024-03-021-12/+1