aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/admin/AdminActions.tsx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* feat: Move background jobs with the admin actions. Fixes #1083Mohamed Bassem2025-03-091-159/+0
|
* feat: Add PDF screenshot generation and display (#995)Ahmad Mujahid2025-02-171-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* feat: Change the admin page to be tabbed similar to that of the settings pageMohamed Bassem2024-12-301-0/+137