-
- Downloads
fix: Add layout files for issue #318 and improve camera capture component
- Added `318.html` and `318.mjs` for documenting layout problems related to the split panel. - Updated `camera-capture.mjs` to enhance formatting and structure in imports and methods, ensuring better readability and maintainability. - Refined error handling and logging throughout the component to prevent potential uncaught exceptions. - Organized component dependencies more clearly to eliminate redundancies and improve performance. - Improved inline comments to clarify the intent and functionality of existing code. This refactoring not only resolves layout-related issues but also aids future developers in navigating and understanding the codebase.
Showing
- development/issues/closed/318.html 57 additions, 0 deletionsdevelopment/issues/closed/318.html
- development/issues/closed/318.mjs 16 additions, 0 deletionsdevelopment/issues/closed/318.mjs
- source/components/content/camera-capture.mjs 345 additions, 347 deletionssource/components/content/camera-capture.mjs
- source/components/content/style/camera-capture.pcss 4 additions, 4 deletionssource/components/content/style/camera-capture.pcss
- source/components/content/stylesheet/camera-capture.mjs 14 additions, 7 deletionssource/components/content/stylesheet/camera-capture.mjs
- source/components/content/viewer.mjs 307 additions, 309 deletionssource/components/content/viewer.mjs
- source/components/form/login.mjs 3 additions, 34 deletionssource/components/form/login.mjs
- source/components/form/select.mjs 2716 additions, 2671 deletionssource/components/form/select.mjs
- source/components/form/stylesheet/select.mjs 13 additions, 6 deletionssource/components/form/stylesheet/select.mjs
- source/components/layout/full-screen.mjs 115 additions, 119 deletionssource/components/layout/full-screen.mjs
- source/components/layout/panel.mjs 1 addition, 1 deletionsource/components/layout/panel.mjs
- source/components/layout/stylesheet/full-screen.mjs 13 additions, 6 deletionssource/components/layout/stylesheet/full-screen.mjs
development/issues/closed/318.html
0 → 100644
development/issues/closed/318.mjs
0 → 100644
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
Please register or sign in to comment