aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/bookmarks/AssetCard.tsx (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-05-31refactor: Move bookmark utils from shared-react to sharedMohamed Bassem1-2/+2
2025-04-12chore: Rename hoarder packages to karakeepMohamedBassem1-3/+3
2025-02-17feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid1-5/+23
* Updated pdf2json to 3.1.5 * Extract and store a screenshot from PDF files using pdf2pic * Installing graphicsmagick and ghostscript * Generate Missing PDF screenshot with tidyAssets worker for backward support * Display PDF screenshot instead of the PDF in web if it exists. * Display PDF screenshot in mobile app if exists. * Updated pnpm-lock.yaml * Removed console.log * Revert the unnecessary changes in package.json * Revert pnpm-lock changes * Prevent rendering PDF files if the screenshot is not generated * refactor: replace useEffect with useMemo for section initialization * feat: show PDF file download button and handle large PDFs by defaulting to screenshot view * feat: add file size to openapi spec * feature: Add Assets preprocessing in fix mode to admin actions * i18n: add reprocess_assets_fix_mode translation * i18n: Add missing ar translations * A bunch of fixes * Fix openspec schema --------- Co-authored-by: Mohamed Bassem <me@mbassem.com>
2024-10-05feature: Persevere the source URL of clipped texts from the extension.MohamedBassem1-1/+7
Fixes #448
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
* feature: Add PDF support * fix: PDF feature enhancements * fix: Freeze expo-share-intent version to prevent breaking changes * fix: set endOfLine to auto for cross-platform development * fix: Upgrading eslint/parser and eslint-plugin to 7.6.0 to solve the linting issues * fix: enhancing PDF feature * fix: Allowing null in fiename for backward compatibility * fix: update pnpm file with pnpm 9.0.0-alpha-8 * fix:(web): PDF Preview for web
2024-03-19Feature: Add support for uploading images and automatically inferring their ↵Mohamed Bassem1-26/+25
tags (#2) * feature: Experimental support for asset uploads * feature(web): Add new bookmark type asset * feature: Add support for automatically tagging images * fix: Add support for image assets in preview page * use next Image for fetching the images * Fix auth and error codes in the route handlers * Add support for image uploads on mobile * Fix typing of upload requests * Remove the ugly dragging box * Bump mobile version to 1.3 * Change the editor card placeholder to mention uploading images * Fix a typo * Change ios icon for photo library * Silence typescript error
2024-03-17ui(web): Change TagsEditor to auto save on edit and extract ActionBar to its ↵MohamedBassem1-21/+2
own component
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