You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
back-end: Endpoint to save settings (spec: REST Interface #7, impl: #)
This issues consists of two steps
Add a link to the main navigation (settings, a cog icon or something similar) to the settings page
settings page
I believe the first part is self-explanatory, the settings page will be the place where the user can configure the application. Firstly, this means a way to add root directories in which the back-end searches for video files and a list of file extensions that should be included.
There are multiple ways to implement this page. It could be a separate html page, but keep in mind that duplicates the navigation. It could also be implemented as popover, either over the entire page or just as big as the content requires it to be. Just implement it the way you think is best, but always keep mobile support in mind.
The text was updated successfully, but these errors were encountered:
This issues consists of two steps
Add a link to the main navigation (settings, a cog icon or something similar) to the settings page
settings page
I believe the first part is self-explanatory, the settings page will be the place where the user can configure the application. Firstly, this means a way to add root directories in which the back-end searches for video files and a list of file extensions that should be included.
There are multiple ways to implement this page. It could be a separate html page, but keep in mind that duplicates the navigation. It could also be implemented as popover, either over the entire page or just as big as the content requires it to be. Just implement it the way you think is best, but always keep mobile support in mind.
The text was updated successfully, but these errors were encountered: