aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web/lib (follow)
Commit message (Collapse)AuthorAgeFilesLines
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-145-181/+0
|
* feature: Change top nav to include search and move add link to a modalMohamedBassem2024-03-101-0/+73
|
* fix: Show loading indicators in the bookmark preview pageMohamedBassem2024-03-051-0/+22
|
* refactor: Extract trpc logic into its packageMohamedBassem2024-03-056-182/+1
|
* feature: Store html content of links in the databaseMohamedBassem2024-03-051-0/+1
|
* fix: Fix hydration in list view caused by the spinnerMohamedBassem2024-03-021-1/+29
|
* feature: Show a loading indicator when tags are still being fetchedMohamedBassem2024-03-021-0/+1
|
* feature: Make the first user an admin automaticallyMohamedBassem2024-03-021-10/+21
|
* feature: Add an admin page showing server stats and actionsMohamedBassem2024-03-012-5/+17
|
* feature: Add support for creating and updating listsMohamedBassem2024-03-011-0/+18
|
* feature: Add support for storing and previewing raw notesMohamedBassem2024-02-281-0/+7
|
* tests: Add tests for the bookmarks routesMohamedBassem2024-02-281-0/+59
|
* feature: Add support for adding/removing tagsMohamedBassem2024-02-261-0/+3
|
* db: Migrate from prisma to drizzleMohamedBassem2024-02-231-3/+8
|
* feature: Adding some loading card while the link is getting crawledMohamedBassem2024-02-222-10/+2
|
* feature: Add support for credentials registration and sign inMohamedBassem2024-02-221-0/+13
|
* fix: Fix passing the query to the tag pageMohamedBassem2024-02-201-0/+1
|
* ui: hydrate the react query cache in the client side componentsMohamedBassem2024-02-201-0/+2
|
* format: Run yarn formatMohamedBassem2024-02-181-2/+2
|
* feature: Inital attempt at showing a skeleton card while bookmark is loadedMohamedBassem2024-02-171-0/+9
|
* Migrating to react query for client side queriesMohamedBassem2024-02-162-17/+35
|
* refactor: Migrating to trpc instead of next's route handersMohamedBassem2024-02-117-271/+21
|
* fix: Show newer bookmarks first in the gridMohamedBassem2024-02-101-0/+3
|
* [ui] Change the large bookmarks grid to have 3 cols instead of 4 and fixMohamedBassem2024-02-091-2/+3
| | | | hover coloring
* [feature] Add the ability to favourite and archive bookmarksMohamedBassem2024-02-093-2/+36
|
* [ui] Adding the favourites and archive pagesMohamedBassem2024-02-092-2/+18
|
* [chore] Linting and formating tweakingMohamedBassem2024-02-093-4/+4
|
* [refactor] Extract the bookmark model to be a high level model to support ↵MohamedBassem2024-02-096-120/+140
| | | | other type of bookmarks
* [refactor] Move the different packages to the package subdirMohamedBassem2024-02-088-0/+263