aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/bookmarks/AssetCard.tsx (unfollow)
Commit message (Expand)AuthorFilesLines
2024-10-05feature: Persevere the source URL of clipped texts from the extension.MohamedBassem1-1/+7
2024-06-09refactor: Extract the bookmark polling logic into a separate shared componentMohamedBassem1-33/+3
2024-05-10feature: Clicking preview for image assets brings up the details modal (#147)Cari1-6/+9
2024-04-20feature: Download images and screenshotsMohamedBassem1-3/+4
2024-04-18refactor: Move the shared types to the shared packageMohamedBassem1-1/+1
2024-04-15feature: Add title to bookmarks and allow editing them. Fixes #27MohamedBassem1-1/+1
2024-04-14feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem1-42/+54
2024-04-11feature: Add PDF support (#88)Ahmad Mujahid1-0/+7
2024-03-19Feature: Add support for uploading images and automatically inferring their t...Mohamed Bassem1-26/+25
2024-03-17ui(web): Change TagsEditor to auto save on edit and extract ActionBar to its ...MohamedBassem1-21/+2
2024-03-14lint: Lint and format the entire repo with the new configsMohamedBassem1-7/+9
2024-03-14structure: Create apps dir and copy tooling dir from t3-turbo repoMohamedBassem1-0/+0
2024-03-10refactor: Move all components to the top level directoryMohamedBassem1-0/+0
2024-03-05fix: Show loading indicators in the bookmark preview pageMohamedBassem1-10/+6
2024-03-05refactor: Extract trpc logic into its packageMohamedBassem1-1/+1
2024-03-05feature: Preview page for the stored content of linksMohamedBassem1-5/+5
2024-03-02feature: Show a loading indicator when tags are still being fetchedMohamedBassem1-1/+18
2024-02-29refactor: Use a Slot for passing classnames to children insteadMohamedBassem1-1/+1
2024-02-29fix: Fix the look of the grid view and allowing notes to have variable sizeMohamedBassem1-5/+2
2024-02-28feature: Add support for markdown in the text bookmarksMohamedBassem1-27/+49
2024-02-28feature: Add support for storing and previewing raw notesMohamedBassem1-0/+62