Commit graph

56 commits

Author SHA1 Message Date
Saurav Niraula
470b6472f0
Merge pull request #117 from presenton/feat/presentation_export
fix(nextjs): adds wait untill all dom elements have loaded
2025-07-22 03:01:58 +05:45
sauravniraula
fa330e7fb3
fix(nextjs): adds wait untill all dom elements have loaded 2025-07-22 03:00:38 +05:45
shiva raj badu
2c342c4c98
Merge branch 'feat/custom_schema_and_layout' of github.com:presenton/presenton into feat/custom_schema_and_layout 2025-07-22 02:26:45 +05:45
shiva raj badu
d5f6d39303
feat(nextjs): Default slides added 2025-07-22 02:26:24 +05:45
sauravniraula
300b1f13bd
fix(fastapi): removes seperate schema constraints from system prompt, fix(nextjs): improves layout schema constraints 2025-07-21 23:37:30 +05:45
sauravniraula
d763393376
fix(nextjs): improves parse border radius to clamp 2025-07-21 18:57:38 +05:45
sauravniraula
9f16249b41
fix(nextjs): pdf export endpoint 2025-07-21 17:43:03 +05:45
shiva raj badu
c583590c2f
fix(nextjs): fix build error & remove theme apis 2025-07-21 13:37:39 +05:45
shiva raj badu
dece7399d4
feat(nextjs): Slide edit using prompt added 2025-07-21 03:14:29 +05:45
Saurav Niraula
ea434e07dd
Merge branch 'feat/custom_schema_and_layout' into feat/presentation_export 2025-07-21 00:38:12 +05:45
sauravniraula
aaaf16543f
perf(nextjs): evaluates slide element attributes in parallel 2025-07-21 00:36:24 +05:45
sauravniraula
05835cbd48
chore(nextjs): pdf export puppeteer config 2025-07-20 23:33:10 +05:45
Saurav Niraula
b25cc3db92
Merge pull request #108 from presenton/feat/presentation_export
feat/presentation export
2025-07-20 23:07:31 +05:45
sauravniraula
7aaf90ef76
fix(nextjs): implements proper screenshot on export 2025-07-20 23:06:01 +05:45
shiva raj badu
516c9bade0
refactor(Nextjs/outline): Remove markdwon editor in streaming & increase export_as_pdf navigation timeout 2025-07-20 22:55:00 +05:45
Shiva Raj Badu
ce4e665e5c
Merge branch 'feat/custom_schema_and_layout' into feat/hot_reload_layout_preview 2025-07-20 20:31:53 +05:45
shiva raj badu
8eee6d55a2
feat(Nextjs): HMR support added & websocker added 2025-07-20 19:50:57 +05:45
sauravniraula
2dc59daeef
feat(nextjs): adds logic that hides all other elements to take screenshot of svg, tables and canvas 2025-07-20 18:48:44 +05:45
sauravniraula
52892482e4
fix(nextjs): implements working screenshot logic, perf(nextjs): process all slides in parallel 2025-07-20 18:45:44 +05:45
shiva raj badu
3ab3756fa5
feat(fastapi): Uploads directory mounted for uploaded images 2025-07-20 14:14:51 +05:45
Saurav Niraula
31ebf87191
Merge pull request #103 from presenton/feat/presentation_export
feat/presentation export
2025-07-20 00:50:22 +05:45
sauravniraula
433de2d6e9
feat(nextjs): adds border radius inheritance logic for child elements 2025-07-20 00:48:31 +05:45
Saurav Niraula
523945a8f1
Merge pull request #101 from presenton/feat/presentation_export
feat(nextjs): implements presentation export for all elements except svg, canvas and tables
2025-07-19 23:06:42 +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
Shiva Raj Badu
9cf5ba3906
Merge pull request #98 from presenton/feat/nextjs_api_implement
chore: presentation image,icon updates & api implementation
2025-07-19 18:47:41 +05:45
sauravniraula
039048f139
fix(nextjs): makes box with shadow inherit color from parents to fix export issue 2025-07-19 18:09:38 +05:45
shiva raj badu
cb0c938365
chore: presentation image,icon updates & api implementation 2025-07-19 17:43:31 +05:45
sauravniraula
c760736e51
feat(nextjs): somewhat working presentation export 2025-07-19 17:05:18 +05:45
Saurav Niraula
ac90de96de
Merge pull request #92 from presenton/feat/separate-text-and-image-models-53
Feat/separate text and image models 53
2025-07-19 12:45:41 +05:45
Saurav Niraula
73782f3594
Merge pull request #96 from presenton/feat/presentation_export
feat(fastapi): adds slide element attributes to pptx_model and improves element attributes scraping
2025-07-19 12:45:23 +05:45
sauravniraula
19e69739b8
feat(fastapi): adds slide element attributes to pptx_model and improves element attributes scraping 2025-07-19 12:43:48 +05:45
Shiva Raj Badu
6428315115
Merge pull request #93 from presenton/feat/slide_editing
feat/slide editing
2025-07-18 20:53:58 +05:45
sudipnext
21dca979ce feat: add image provider configuration and validation
- Updated LLMConfig interface to include IMAGE_PROVIDER and PIXABAY_API_KEY.
- Enhanced handleSaveLLMConfig to log the saving process and validate IMAGE_PROVIDER.
- Implemented image provider validation logic in hasValidLLMConfig to check for required API keys based on the selected provider.
- Modified start.js to read IMAGE_PROVIDER and PIXABAY_API_KEY from environment variables and include them in the user configuration setup.
2025-07-18 17:52:23 +05:45
shiva raj badu
5798bcdbdf feat(nextjs): Icon editor & refactor image editor 2025-07-18 15:20:32 +05:45
sauravniraula
a7516ee208
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
sauravniraula
7a441188c1
fix(fastapi): fixes issue on ordered layout 2025-07-18 08:15:05 +05:45
shiva raj badu
a40984d4da refactor(Nextjs): outlines & presentation pages refactored 2025-07-18 00:21:11 +05:45
shiva raj badu
afffb374c4 refactor(nextjs): layout renderer & Preview by group slug 2025-07-17 20:55:36 +05:45
shiva raj badu
3847336af6 chore(nextjs) 2025-07-17 15:27:37 +05:45
shiva raj badu
512cde9f47 refactor(Nextjs/layout): layout grouping 2025-07-17 14:22:31 +05:45
sauravniraula
03b2b06ff0
feat(fastapi): adds slide assets generation, adds dict and schema processors, fix(nextjs): changes image and icon schema fields to __xxxxx__ 2025-07-17 06:38:02 +05:45
shiva raj badu
3da486707c add(Nextjs):Basic custom Layout and preview 2025-07-14 13:32:47 +05:45
shiva raj badu
5c1bb49cbc Add(others): Custom Filename sanitize & fix(api/read-file): Uncontrolled data used 2025-07-12 01:22:59 +05:45
shiva raj badu
935e618982 fix(api/read-file):uncontrolled data use & remove(supporting doc): unused images logic 2025-07-12 00:28:21 +05:45
shiva raj badu
02c0a87c20 Fix: Implement GitHub security improvements 2025-07-11 21:25:35 +05:45
sauravniraula
eb25416219
feat(fastapi, nextjs): adds custom openai compartible url support 2025-07-08 13:12:01 +05:45
sauravniraula
62e56b988d
fix(fastapi, nextjs): fixes errors while using Custom Ollama URL 2025-07-06 15:29:23 +05:45
sauravniraula
2542ad6f20
feat(nextjs, fastapi): support for ollama custom url 2025-06-29 23:12:31 +05:45
sauravniraula
31073b6016
refactor!: use presenton docker codebase 2025-06-23 15:13:04 +05:45
shiva raj badu
14442072e3 nextjs api router transfer to electron 2025-05-12 13:24:28 +05:45