Further progress on settings UI.

Added a tooltip to the settings button on the landing UI.
Settings button now opens to the (incomplete) settings UI.
Added navigation bar to the settings UI.
Implemented tabbing between settings tabs.
More to come.
This commit is contained in:
Daniel Scalzi
2018-05-30 16:00:07 -04:00
parent 30c258da2d
commit 2dcbb45bdb
5 changed files with 188 additions and 9 deletions

View File

@@ -114,6 +114,11 @@ document.getElementById('launch_button').addEventListener('click', function(e){
}
})
// Bind settings button
document.getElementById('settingsMediaButton').onclick = (e) => {
switchView(getCurrentView(), VIEWS.settings)
}
// Bind selected account
function updateSelectedAccount(authUser){
let username = 'No Account Selected'