Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bwp91 committed Dec 8, 2024
1 parent 602b774 commit 337df56
Show file tree
Hide file tree
Showing 3 changed files with 599 additions and 625 deletions.
4 changes: 4 additions & 0 deletions lib/homebridge-ui/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ <h4>Disclaimer</h4>
const introContinue = document.getElementById('introContinue')
introContinue.addEventListener('click', () => {
homebridge.showSpinner()
homebridge.disableSaveButton()
document.getElementById('pageIntro').style.display = 'none'
document.getElementById('menuWrapper').style.display = 'inline-flex'
showSettings()
Expand All @@ -263,6 +264,7 @@ <h4>Disclaimer</h4>
}
showDevices = async () => {
homebridge.showSpinner()
homebridge.disableSaveButton()
homebridge.hideSchemaForm()
document.getElementById('menuHome').classList.remove('btn-elegant')
document.getElementById('menuHome').classList.add('btn-primary')
Expand Down Expand Up @@ -389,6 +391,7 @@ <h4>Disclaimer</h4>
}
showSupport = () => {
homebridge.showSpinner()
homebridge.disableSaveButton()
homebridge.hideSchemaForm()
document.getElementById('menuHome').classList.add('btn-elegant')
document.getElementById('menuHome').classList.remove('btn-primary')
Expand All @@ -402,6 +405,7 @@ <h4>Disclaimer</h4>
}
showSettings = () => {
homebridge.showSpinner()
homebridge.enableSaveButton()
document.getElementById('menuHome').classList.remove('btn-elegant')
document.getElementById('menuHome').classList.add('btn-primary')
document.getElementById('menuDevices').classList.remove('btn-elegant')
Expand Down
Loading

0 comments on commit 337df56

Please sign in to comment.