Commit graph

13 commits

Author SHA1 Message Date
sudipnext
5e4ee9e039 Refactor presentation export runtime handling
- Update sync-presentation-export script to read version from package.json instead of export-version.json.
- Change entrypoint from index.js to index.cjs for CommonJS compatibility.
- Implement logic to ensure CommonJS entrypoint is created if missing.
- Modify ExportTaskService to resolve entrypoint path dynamically.
- Remove inline Puppeteer PDF export logic in favor of bundled export package.
- Add runtime availability checks and sync script execution in start.js.
- Introduce helper functions for output path normalization and entrypoint resolution.
2026-04-18 16:49:42 +05:45
sudipnext
fc1bad2d7c feat: add new image assets and update presentation generation state
- Added new image assets: image_mode.png, logo-with-bg.png, image-provider.png, and openai.png.
- Enhanced presentation generation state to include theme property.
- Introduced updateTheme action in presentation generation slice.
- Updated user configuration with default LLM and image provider settings.
- Modified Tailwind CSS configuration to include new font families.
- Improved API utility functions for better handling of URLs in Electron environment.
- Adjusted PPTX model utility for border radius handling.
- Expanded provider constants to include URLs and icons for LLM providers.
- Updated provider utility functions for consistent API URL usage.
- Added new quality options for image generation providers.
- Updated package-lock.json to include new dependencies for react-colorful and scheduler.
2026-03-20 11:41:50 +05:45
sauravniraula
e79c64ec21
feat: puppeteer chrome download on start and background dependencies status on UI 2026-03-09 22:48:53 +05:45
sauravniraula
25e11dc9ef
chore: removes unused package.json and lock file 2025-07-26 05:36:51 +05:45
sauravniraula
4b9cabbada
feat(nextjs): implements presentation export for all elements except svg, canvas and tables 2025-07-19 23:05:40 +05:45
sauravniraula
31073b6016
refactor!: use presenton docker codebase 2025-06-23 15:13:04 +05:45
shiva raj badu
5c17d21120 Nextjs Logs saved 2025-05-20 00:30:48 +05:45
sauravniraula
a1fc9d0d4a
Changes: new version and artifactname 2025-05-16 17:01:24 +05:45
sauravniraula
90c24ef9ec
Removes: nextjs server requiring npx to run on build 2025-05-13 04:08:01 +05:45
sauravniraula
dccf169c37
Organizes: electron app directory 2025-05-12 20:22:41 +05:45
shiva raj badu
d02ee3afb1 userconfig ipc & build error fixed 2025-05-12 02:02:50 +05:45
shiva raj badu
a2fe0c4aa2 update deps and streamline env config 2025-05-11 20:00:30 +05:45
sauravniraula
78e1006f2e
Initial: presenton 2025-05-10 19:57:24 +05:45