Commit graph

11 commits

Author SHA1 Message Date
sauravniraula
36432f5f52
feat: implements pptx conversion task for new template generation 2026-04-08 17:56:21 +05:45
shiva raj badu
287bc6bd69
fix: improve Next.js server increase timeout for server readiness 2026-03-24 10:57:02 +05:45
sudipnext
0b64a2aedb Refactor export runtime synchronization script
- Removed the deprecated convert binary file from the project.
- Enhanced the runtime synchronization logic to support dynamic version fetching from GitHub releases.
- Improved platform and architecture detection for the converter candidates.
- Added functions for downloading, extracting, and validating the export runtime.
- Implemented error handling for HTTP requests and file operations.
- Updated the main function to handle existing runtime validation and conditional downloading.
2026-03-18 14:34:08 +05:45
sudipnext
3d1932b5a5 Update binary file for export conversion tool 2026-03-18 13:13:32 +05:45
sudipnext
c8faab97d9 Refactor database URL handling and ensure SQLite parent directory creation
- Introduced a helper function `_to_sync_database_url` to standardize the conversion of async database URLs to sync URLs in `env.py` and `migrations.py`.
- Added `_ensure_sqlite_parent_dir` function in `db_utils.py` to create the parent directory for SQLite databases if it doesn't exist, ensuring compatibility with Windows paths.
- Updated the `get_database_url_and_connect_args` function to call `_ensure_sqlite_parent_dir` before processing the database URL.
- Simplified the `sync_export_runtime.js` script by removing the build step and directly using committed runtime artifacts, ensuring a smoother export process.
2026-03-16 07:47:43 +05:45
sudipnext
1141719da6 Enhance authentication UI and improve chart rendering
- Updated the success and state mismatch HTML pages in openai_codex.py for a better user experience during authentication, including new styles and auto-reload functionality.
- Modified ChartWithBulletsSlideLayout.tsx to disable animations for various chart components and adjusted the layout for better responsiveness.
2026-03-15 14:08:21 +05:45
sauravniraula
1dc852d07b
chore: adds way to properly debug export 2026-03-13 17:25:34 +05:45
sudipnext
3c82260f54 feat: add fastapiUrl to export handlers and update binary convert file 2026-03-12 13:55:34 +05:45
sauravniraula
b95cc12e85
fix: update export functionality in Electron app and modify binary convert file 2026-03-11 21:45:45 +05:45
sudipnext
b56af5e801 feat: implement unified setup installer for LibreOffice and Chromium dependencies 2026-03-11 20:31:34 +05:45
sauravniraula
a7d00fc1a3
feat: implement presentation export functionality via IPC in Electron app 2026-03-10 23:18:58 +05:45