presenton/servers/nextjs/utils
sudipnext 3d06644914 feat: update placeholder image references and improve asset handling
- Replaced all instances of the placeholder image path from "/static/images/placeholder.jpg" to "/static/images/replaceable_template_image.png".
- Added a new Nginx location block for serving app data with a long cache expiration.
- Enhanced the image generation service to return the new template image when generation fails.
- Updated various services and endpoints to ensure consistent handling of asset paths, including resolving backend asset URLs.
- Removed Electron-specific checks from several components to streamline API calls and improve compatibility with web deployments.
- Improved error handling and logging in the PDF export process.
- Adjusted Next.js configuration for API routing to ensure proper asset serving in Docker environments.
2026-04-18 20:56:37 +05:45
..
api.ts feat: update placeholder image references and improve asset handling 2026-04-18 20:56:37 +05:45
constant.ts refactor!: use presenton docker codebase 2025-06-23 15:13:04 +05:45
error_helpers.ts feat(nextjs): adds basic slide scraper endpoint, feat(fastapi): adds presentation export endpoint and pptx creator service 2025-07-18 08:16:35 +05:45
image-url-converter.ts feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
mixpanel.ts feat: update placeholder image references and improve asset handling 2026-04-18 20:56:37 +05:45
pptx_models_utils.ts feat(nextjs): adds speaker note attribute in HtmlElement and extracts it on export 2025-08-12 16:57:57 +05:45
providerConstants.ts refactor: Update Onboarding screen 2026-04-16 22:26:56 +05:45
providerUtils.ts feat: add support for optional embedded Ollama and enhance database migration handling 2026-04-15 15:39:35 +05:45
storeHelpers.ts refactor: Update Onboarding UI 2026-04-16 19:00:24 +05:45