8 Commits

Author SHA1 Message Date
Yiannis Christodoulou
5190fb4474 fix: First chapter is not saved, if not given a name, although indicating it is saved (151) 2025-11-09 22:42:14 +02:00
Yiannis Christodoulou
b317f406c3 fix: Scroll is locked: Need to reload page. (149)
Introduced lockBodyScroll and unlockBodyScroll methods in CustomChaptersOverlay and CustomSettingsMenu to consistently handle body scroll locking and restoration on mobile devices when overlays are opened or closed. This improves iOS compatibility and code maintainability by centralizing scroll management logic.
2025-11-09 22:20:15 +02:00
Yiannis Christodoulou
9a8a34317d Fix audio poster display for Safari in video players (144)
Adds persistent background poster images for audio files in both VideoPlayer and IOSVideoPlayer components to address Safari rendering issues. Updates CSS and component logic to ensure poster images remain visible for audio files, improving user experience and visual consistency.
2025-11-09 21:54:18 +02:00
Yiannis Christodoulou
fef262496d
fix: Show autoplay button everywhere, Remove fake related items, Trim audio on Safari (#1424) 2025-11-04 09:38:39 +02:00
Yiannis Christodoulou
2a0cb977f2
Video.js fixes and improvements after major upgrade (#1413) 2025-10-27 11:53:35 +02:00
Yiannis Christodoulou
a5e6e7b9ca
feat: Major Upgrade to Video.js v8 — Chapters Functionality, Fixes and Improvements 2025-10-20 15:30:00 +03:00
Yiannis Christodoulou
4f1c4a2b4c
fix: Disable Segment Tools and Reset Preview State During Playback (#1305)
* fix: Disable Segment Tools and Reset Preview State During Playback

* chore: remove some unnecessary comments

* chore: build assets

* fix: do not display the handles (left/right) on preview mode

* fix: Disable all tools on preview mode (undo, redo, reset, etc.)

* Update README.md

* feat: Prettier configuration for video editor

* Update README.md

* Update .prettierrc

* style: Format entire codebase (video-editor) with Prettier

* fix: During segments playback mode, disable button interactions but keep hover working

* feat: Add yarn format

* prettier format

* Update package.json

* feat: Install prettier and improve formatting

* build assets

* Update version.py 6.2.0
2025-07-01 15:33:39 +03:00
Markos Gogoulos
b28c2d8271
feat: Video Trimmer and more 2025-06-11 14:48:30 +03:00