aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/bookmarks/TextCard.tsx (unfollow)
Commit message (Expand)AuthorFilesLines
2024-12-21feature: WYSIWYG markdown for notes. Fixes #701 (#715)Giuseppe1-5/+6
2024-10-05feature: Allow attaching custom banners to notes. Fixes: #106MohamedBassem1-1/+17
2024-10-05feature: Persevere the source URL of clipped texts from the extension.MohamedBassem1-1/+7
2024-09-15feature(web): Add a compact layout. Fixes #379MohamedBassem1-0/+1
2024-07-21refactor: Remove unused BookmarkedTextViewer (#310)kamtschatka1-8/+0
2024-06-09refactor: Extract the bookmark polling logic into a separate shared componentMohamedBassem1-26/+3
2024-06-09feature(web): Add syntax highlighting to code blocks and a quick copy button....kamtschatka1-6/+2
2024-04-20feature: Download images and screenshotsMohamedBassem1-1/+1
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-0/+1
2024-04-14feature(web): Allow changing the bookmark grid layout (#98)Mohamed Bassem1-24/+30
2024-03-23chore: Refactor tailwind in all apps to use the tooling packageMohamedBassem1-1/+1
2024-03-23feature(web): Add dark mode supportMohamedBassem1-1/+1
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