changed from 1.5.0 to 1.6.0, added rotary feature

This commit is contained in:
sanjayk03-dev
2024-10-13 23:32:26 +05:30
parent 5cbc9ae780
commit 59fef72a84
7 changed files with 26 additions and 6 deletions

View File

@@ -77,7 +77,7 @@ html(lang="en")
.brand
img(src="/images/onefinity_logo.png")
.version
div Version: v{{config.full_version}} Beta 3
div Version: v{{config.full_version}} Alpha 1
div IP Address: {{config.ip}}
div WiFi: {{config.wifiName}}
a.upgrade-link(v-if="show_upgrade()", href="#admin-general")
@@ -88,6 +88,10 @@ html(lang="en")
.fa.fa-thermometer-full(class="error",
v-if="80 <= state.rpi_temp",
title="Raspberry Pi temperature too high.")
.rotary
button(@click="toggle_rotary")
img(src="/images/rotary.svg", alt="rotary")
.whitespace
@@ -124,7 +128,7 @@ html(lang="en")
label seconds.
div(slot="footer")
button.pure-button.pure-button-primary(@click="errorShow = false") Ok
button.pure-button.pure-button-primary(@click="errorShow = false") OK
message(:show.sync="confirmUpgrade")
h3(slot="header") Upgrade Firmware?