aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Migrating to react query for client side queriesMohamedBassem2024-02-1611-96/+197
* fix: Attempt to improve the openai prompt a bitMohamedBassem2024-02-152-4/+7
* ui: Usage images for link cardsMohamedBassem2024-02-154-51/+83
* fix: Fix broken tag pageMohamedBassem2024-02-141-2/+4
* fix: Harden puppeteer against browser disconnections and exceptionsMohamedBassem2024-02-143-16/+44
* chore: Consolidate all config vars in one fileMohamedBassem2024-02-146-12/+40
* feature: Add ability to refresh bookmark detailsMohamedBassem2024-02-145-4/+76
* fix: Fix the uniquness constraint on tag nameMohamedBassem2024-02-142-2/+14
* feature: Sort tags by usage and show usage numbersMohamedBassem2024-02-141-8/+25
* ui: Small UI fixesMohamedBassem2024-02-142-3/+3
* feature: Add error and not found boundaries in the dashboardMohamedBassem2024-02-132-0/+16
* build: Migrate from Makefiles to yarn scriptsMohamedBassem2024-02-133-27/+13
* feature: Implement a usable but ugly all tags and a single tag pageMohamedBassem2024-02-138-29/+135
* WIP: Add services to DockerfileMohamedBassem2024-02-136-57/+165
* feature: Add login page and logout buttonMohamedBassem2024-02-139-59/+111
* feature: Add a dismiss button to the browser popupMohamedBassem2024-02-133-3/+18
* feature: A usable, yet ugly browser extensionMohamedBassem2024-02-1312-57/+123
* hack: Hack API key support in the context creation of TRPCMohamedBassem2024-02-125-9/+22
* WIP: Implement saving page functionality in browser extensionMohamedBassem2024-02-129-31/+309
* Add the scafolding for the browser extensionMohamedBassem2024-02-1216-157/+1575
* feature: Add support for managing API keysMohamedBassem2024-02-1215-5/+944
* fix: Fix build for workers package and add it to CIMohamedBassem2024-02-118-70/+106
* refactor: Migrating to trpc instead of next's route handersMohamedBassem2024-02-1126-477/+299
* api: Init trpc in prep for a migrationMohamedBassem2024-02-106-0/+129
* chore: Enable prisma logging in dev envMohamedBassem2024-02-101-1/+6
* fix: Show newer bookmarks first in the gridMohamedBassem2024-02-101-0/+3
* [feature] Use puppeteer for fetching websitesMohamedBassem2024-02-093-18/+998
* [ui] Change the large bookmarks grid to have 3 cols instead of 4 and fixMohamedBassem2024-02-094-6/+9
* [feature] Add the ability to favourite and archive bookmarksMohamedBassem2024-02-098-59/+163
* [ui] Make the bookmarks section scrollableMohamedBassem2024-02-092-2/+2
* [ui] Adding the favourites and archive pagesMohamedBassem2024-02-0912-62/+160
* [chore] Linting and formating tweakingMohamedBassem2024-02-0924-67/+157
* [refactor] Extract the bookmark model to be a high level model to support oth...MohamedBassem2024-02-0920-242/+330
* [build] Migrating to yarn 2MohamedBassem2024-02-086-5047/+7089
* Migrating away from bun to yarnMohamedBassem2024-02-0815-105/+5148
* [refactor] Move the different packages to the package subdirMohamedBassem2024-02-0866-11/+8
* [refactor] Use react form hock for the AddLinkMohamedBassem2024-02-085-23/+252
* [feature] Introduce a sidebarMohamedBassem2024-02-087-5/+80
* [openai] fix: Strip the hash symbol from the tag if it existsMohamedBassem2024-02-071-1/+10
* [feature] Render tags in the link cardMohamedBassem2024-02-078-33/+106
* [feature] Add openAI integration for extracting tags from articlesMohamedBassem2024-02-079-19/+239
* [refactor] Rename the crawlers package to workersMohamedBassem2024-02-075-4/+4
* [style] Fixing formattingMohamedBassem2024-02-079-180/+184
* [feature] Add support for deleting linksMohamedBassem2024-02-0711-10/+440
* [ui] Styling the bookmarks pageMohamedBassem2024-02-0711-20/+490
* [ui] Very first draft of the link gridMohamedBassem2024-02-0714-52/+248
* [Auth] Fix authentication configMohamedBassem2024-02-061-5/+6
* Implement metadata fetching logic in the crawlerMohamedBassem2024-02-0624-55/+230
* Init package and start bullmq workersMohamedBassem2024-02-0612-8/+91
* Fix buildMohamedBassem2024-02-062-17/+19