aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web/app/dashboard (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem16-538/+0
2024-03-10feature: Change top nav to include search and move add link to a modalMohamedBassem2-62/+10
2024-03-10refactor: Move all components to the top level directoryMohamedBassem37-2149/+13
2024-03-05fix: Show loading indicators in the bookmark preview pageMohamedBassem4-84/+120
2024-03-05refactor: Extract trpc logic into its packageMohamedBassem12-14/+14
2024-03-05feature: Preview page for the stored content of linksMohamedBassem3-7/+77
2024-03-04Fix: Correctly invalidate the bookmark cache when it's favouritedMohamedBassem1-7/+14
2024-03-04build: Fix formattingMohamedBassem2-10/+9
2024-03-04fix: Less aggressive invalidation when a bookmark is deletedMohamedBassem1-1/+1
2024-03-04fix: Fix Edit tags not populating tags when link is first addedMohamedBassem3-18/+20
2024-03-02fix: Fix hydration in list view caused by the spinnerMohamedBassem3-16/+17
2024-03-02ui: Use a masonry library to maintain the order of the bookmark gridMohamedBassem1-4/+22
2024-03-02ui: Preload the sidebar lists to avoid the spinnerMohamedBassem2-7/+9
2024-03-02fix: Fix the double scrolling on mobileMohamedBassem1-2/+2
2024-03-02feature: Add 'New List' button in the all lists pageMohamedBassem2-2/+13
2024-03-02feature: Add an 'All Lists' pageMohamedBassem7-14/+101
2024-03-02ui: Move favourites and archive to act as a predefined listMohamedBassem8-47/+45
2024-03-02feature: Show user list in admin pageMohamedBassem1-59/+134
2024-03-02ui: Fix sidebar list spinnerMohamedBassem2-15/+18
2024-03-02fix: Fix visible scrollbars even if content is not overflowingMohamedBassem2-2/+2
2024-03-02fix: Fix missing key property in bookmark gridMohamedBassem1-1/+1
2024-03-02feature: Show a loading indicator when tags are still being fetchedMohamedBassem3-8/+36
2024-03-02fix: URL decode tag names to allow accessing tags with spaces in their nameMohamedBassem1-2/+3
2024-03-02ui: Minor UI tweaks in admin page and sidebarMohamedBassem2-32/+36
2024-03-01feature: Add an admin page showing server stats and actionsMohamedBassem2-0/+131
2024-03-01feature: Add full text search supportMohamedBassem2-1/+110
2024-03-01feature: Add support for creating and updating listsMohamedBassem9-5/+548
2024-02-29fix: Fix the padding of the tag view pageMohamedBassem2-3/+4
2024-02-29ui: Slightly better looking AllTags pageMohamedBassem1-6/+4
2024-02-29refactor: Use a Slot for passing classnames to children insteadMohamedBassem3-15/+15
2024-02-29fix: Remove extra row-span from LinkCardMohamedBassem2-3/+2
2024-02-29fix: Delete URL on successful bookmarkMohamedBassem1-0/+4
2024-02-29fix: Fix the look of the grid view and allowing notes to have variable sizeMohamedBassem5-10/+5
2024-02-29fix: Fix phantom links in tag pillsMohamedBassem1-11/+11
2024-02-29fix: Change the colors of the tag pillMohamedBassem1-3/+3
2024-02-29fix: Open links in new tabMohamedBassem1-2/+6
2024-02-28feature: Add support for markdown in the text bookmarksMohamedBassem4-36/+81
2024-02-28fix: Fix the positioning of the favourited starMohamedBassem1-8/+10
2024-02-28feature: Add support for storing and previewing raw notesMohamedBassem9-78/+322
2024-02-28tests: Add tests for the bookmarks routesMohamedBassem2-3/+3
2024-02-28feature: Show a visual indication when an item is favouritedMohamedBassem1-0/+8
2024-02-28feature: Add copy link to bookmark optionsMohamedBassem1-0/+12
2024-02-26feature: Add support for adding/removing tagsMohamedBassem2-49/+273
2024-02-23db: Migrate from prisma to drizzleMohamedBassem2-31/+27
2024-02-22fix: Tag filtering and sortingMohamedBassem1-2/+2
2024-02-22fix: Minor UI tweaks and fixing addition of first bookmarkMohamedBassem3-12/+17
2024-02-22fix: Make typescript happyMohamedBassem1-1/+2
2024-02-22feature: Introduce a separate sidebar for the mobileMohamedBassem5-5/+64
2024-02-22feature: Adding a loading page while bookmarks are being fetchedMohamedBassem2-2/+13
2024-02-22feature: Adding some loading card while the link is getting crawledMohamedBassem3-37/+71