aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-024-8/+37
* 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
* feature: Add an admin page showing server stats and actionsMohamedBassem2024-03-018-7/+247
* feature: Add full text search supportMohamedBassem2024-03-014-2/+172
* feature: Add support for creating and updating listsMohamedBassem2024-03-0117-5/+989
* fix: Fix the padding of the tag view pageMohamedBassem2024-02-292-3/+4
* ui: Slightly better looking AllTags pageMohamedBassem2024-02-291-6/+4
* refactor: Use a Slot for passing classnames to children insteadMohamedBassem2024-02-293-15/+15
* fix: Remove extra row-span from LinkCardMohamedBassem2024-02-292-3/+2
* fix: Delete URL on successful bookmarkMohamedBassem2024-02-291-0/+4
* fix: Fix the look of the grid view and allowing notes to have variable sizeMohamedBassem2024-02-295-10/+5
* fix: Fix phantom links in tag pillsMohamedBassem2024-02-291-11/+11
* fix: Change the colors of the tag pillMohamedBassem2024-02-291-3/+3
* fix: Open links in new tabMohamedBassem2024-02-291-2/+6
* feature: Add support for markdown in the text bookmarksMohamedBassem2024-02-286-37/+84
* fix: Fix the positioning of the favourited starMohamedBassem2024-02-281-8/+10
* feature: Support tag inferance for note bookmarksMohamedBassem2024-02-281-5/+16
* feature: Add support for storing and previewing raw notesMohamedBassem2024-02-2813-108/+448
* tests: Add tests for the bookmarks routesMohamedBassem2024-02-2813-66/+340
* feature: Show a visual indication when an item is favouritedMohamedBassem2024-02-281-0/+8
* feature: Add copy link to bookmark optionsMohamedBassem2024-02-281-0/+12
* fix: Fix trpc output validation when deleting API keysMohamedBassem2024-02-271-3/+1
* build: Migrate from yarn to pnpmMohamedBassem2024-02-261-0/+3
* feature: Add support for adding/removing tagsMohamedBassem2024-02-265-51/+364
* db: Migrate from prisma to drizzleMohamedBassem2024-02-238-162/+195
* fix: Remove the separator line from the sign in page when no providers are co...MohamedBassem2024-02-221-1/+1
* fix: Tag filtering and sortingMohamedBassem2024-02-221-2/+2
* fix: Minor UI tweaks and fixing addition of first bookmarkMohamedBassem2024-02-224-13/+18
* fix: Make typescript happyMohamedBassem2024-02-221-1/+2
* feature: Introduce a separate sidebar for the mobileMohamedBassem2024-02-225-5/+64
* feature: Adding a loading page while bookmarks are being fetchedMohamedBassem2024-02-222-2/+13
* feature: Adding some loading card while the link is getting crawledMohamedBassem2024-02-227-49/+100
* feature: Add support for credentials registration and sign inMohamedBassem2024-02-2211-18/+488
* build: Fix the docker buildMohamedBassem2024-02-201-1/+0
* build: Fix buildMohamedBassem2024-02-201-2/+2
* feature: Basic support for demo modeMohamedBassem2024-02-203-12/+12
* fix: Fix passing the query to the tag pageMohamedBassem2024-02-203-32/+11
* branding: Rename app to HoarderMohamedBassem2024-02-2010-17/+17
* ui: hydrate the react query cache in the client side componentsMohamedBassem2024-02-208-15/+30
* format: Run yarn formatMohamedBassem2024-02-184-11/+9
* build: Fix docker imagesMohamedBassem2024-02-171-1/+1
* feature: Inital attempt at showing a skeleton card while bookmark is loadedMohamedBassem2024-02-175-2/+25
* ui: Add bookmark card skeletonMohamedBassem2024-02-173-0/+47
* ui: Change action buttons to show a spinner when the request is loadingMohamedBassem2024-02-175-18/+84
* Migrating to react query for client side queriesMohamedBassem2024-02-168-94/+128