Closed untari closed 2 months ago
This pull request removes the autoplay switch button from the room settings UI. The changes include deleting the 'autoStart' bunt-switch component and its associated computed property in 'stage.vue', as well as removing the 'autoStart' parameter from the 'getYoutubeUrl' method in 'MediaSource.vue'. This update simplifies the user interface by eliminating a redundant setting, as autoplay can now be managed through user profile settings.
Files | Changes |
---|---|
webapp/src/views/admin/rooms/types-edit/stage.vue webapp/src/components/MediaSource.vue |
Removed the 'autoStart' setting from both the room settings UI and the YouTube URL generation logic. |
This PR addresses the issue discussed here: https://github.com/fossasia/eventyay-video/pull/188#issuecomment-2267838309
It removes the autoplay switch button from the room settings. Livestream videos will autoplay by default, and this setting can be adjusted in the user profile settings. By eliminating the redundant autoplay switch, this update simplifies the user interface and reduces confusion.
Summary by Sourcery
Remove the autoplay switch button from the room settings UI, making livestream videos autoplay by default and allowing this setting to be adjusted in the user profile settings.
Enhancements: