aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web/app/dashboard (follow)
Commit message (Expand)AuthorAgeFilesLines
* structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem2024-03-1416-538/+0
* feature: Change top nav to include search and move add link to a modalMohamedBassem2024-03-102-62/+10
* refactor: Move all components to the top level directoryMohamedBassem2024-03-1037-2149/+13
* fix: Show loading indicators in the bookmark preview pageMohamedBassem2024-03-054-84/+120
* refactor: Extract trpc logic into its packageMohamedBassem2024-03-0512-14/+14
* feature: Preview page for the stored content of linksMohamedBassem2024-03-053-7/+77
* Fix: Correctly invalidate the bookmark cache when it's favouritedMohamedBassem2024-03-041-7/+14
* 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: Fix hydration in list view caused by the spinnerMohamedBassem2024-03-023-16/+17
* ui: Use a masonry library to maintain the order of the bookmark gridMohamedBassem2024-03-021-4/+22
* ui: Preload the sidebar lists to avoid the spinnerMohamedBassem2024-03-022-7/+9
* fix: Fix the double scrolling on mobileMohamedBassem2024-03-021-2/+2
* 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-021-59/+134
* 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-023-8/+36
* 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: Add an admin page showing server stats and actionsMohamedBassem2024-03-012-0/+131
* feature: Add full text search supportMohamedBassem2024-03-012-1/+110
* feature: Add support for creating and updating listsMohamedBassem2024-03-019-5/+548
* 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-284-36/+81
* fix: Fix the positioning of the favourited starMohamedBassem2024-02-281-8/+10
* feature: Add support for storing and previewing raw notesMohamedBassem2024-02-289-78/+322
* tests: Add tests for the bookmarks routesMohamedBassem2024-02-282-3/+3
* 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
* feature: Add support for adding/removing tagsMohamedBassem2024-02-262-49/+273
* db: Migrate from prisma to drizzleMohamedBassem2024-02-232-31/+27
* fix: Tag filtering and sortingMohamedBassem2024-02-221-2/+2
* fix: Minor UI tweaks and fixing addition of first bookmarkMohamedBassem2024-02-223-12/+17
* 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-223-37/+71