-
- Downloads
feat: Add Full Screen Component for Improved User Experience
- Added new HTML file `317.html` that serves as a demo for the full-screen component which enhances user interaction by taking over the entire screen. - Created JavaScript module `317.mjs` to manage the new full-screen functionality. - Introduced `full-screen.mjs` that encapsulates the core logic for full-screen toggling and interaction within the custom element. - Included style files `full-screen.pcss` and `full-screen.mjs` to style the component, ensuring visibility and usability of full-screen controls. - Integrated full screen controls into existing `camera-capture.mjs`, allowing users to toggle fullscreen mode conveniently while capturing. These changes aim to provide a seamless full-screen experience, streamlining user engagement with multimedia components across our platform.
Showing
- development/issues/closed/317.html 29 additions, 0 deletionsdevelopment/issues/closed/317.html
- development/issues/closed/317.mjs 15 additions, 0 deletionsdevelopment/issues/closed/317.mjs
- source/components/content/camera-capture.mjs 5 additions, 1 deletionsource/components/content/camera-capture.mjs
- source/components/content/style/camera-capture.pcss 9 additions, 0 deletionssource/components/content/style/camera-capture.pcss
- source/components/content/stylesheet/camera-capture.mjs 1 addition, 1 deletionsource/components/content/stylesheet/camera-capture.mjs
- source/components/layout/full-screen.mjs 231 additions, 0 deletionssource/components/layout/full-screen.mjs
- source/components/layout/style/full-screen.pcss 45 additions, 0 deletionssource/components/layout/style/full-screen.pcss
- source/components/layout/stylesheet/full-screen.mjs 31 additions, 0 deletionssource/components/layout/stylesheet/full-screen.mjs
development/issues/closed/317.html
0 → 100644
development/issues/closed/317.mjs
0 → 100644
This diff is collapsed.
source/components/layout/full-screen.mjs
0 → 100644
Please register or sign in to comment