Some QoL features #108
Replies: 3 comments 5 replies
-
Beta Was this translation helpful? Give feedback.
-
@CappiSteijns Better mobile support has been added in v1.2.5. Let me know what you think and if you have any issues. |
Beta Was this translation helpful? Give feedback.
-
VideoJS does not have great touch UI built in and the plugin I found does not work with React. So I had to implement my own hacky touch UI.
I'm guessing this is due to my "smallDevice" check. Do you know the resolution of the device? I can increase this. const smallDevice = useMediaQuery("(max-width: 1000px)");
I'm currently using a |
Beta Was this translation helpful? Give feedback.
-
The ability to fullscreen the VOD but still have the chat visible.
When watching on a pc using firefox etc you can "F11" which makes it a lot better but when watching on my tablet (Samung S8 Ultra) it will look much more cleaner when I can fullscreen but also keep the chat visible.
The ability to scroll back in the chat
Sometimes I want to scroll back in the chat but it instantly sets you back to the latest chat message.
The ability to edit a playlist
I can understand editing the
Name
of the playlist will mess up the database but what about theDescription
?I found a typo but won't be able to make changes to the description.
The ability to pause the vod on touching the screen on mobile.
In the browser you can quickly pause the VOD by pressing anywhere on the video. On mobile however you need to press the tiny little pause button on the navigation menu.
Dark mode on default
Have the option to enable dark mode by default. A better welcome to new users visiting Ganymede.
Confirmation message when clicking on "Save".
*please note that I am using Firefox on all devices, so maybe some of the idea's are already there but not when using Firefox.
I love this amazing project :D
--- EDIT 01-03-2023:
The ability to reorder the playlists.
For example I would like to order the playlist with the years (2021, 2022, 2023 etc.) together.
The ability to create non existing playlist when adding a VOD to a playlist that doesn't exist.
This means you don't need to open a new tab to first create the playlist and go back to add the VOD to the playlist.
Beta Was this translation helpful? Give feedback.
All reactions