easy adapter UI

This commit is contained in:
sanjayk03-dev
2025-09-20 23:47:42 +05:30
parent 668a116de7
commit 6889828e7a
2 changed files with 17 additions and 0 deletions

View File

@@ -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.")
.easy-adapter(v-if="config.settings.easy-adapter")
.round-dot
div.easy-adapter-text Easy Adapter
.whitespace

View File

@@ -92,6 +92,19 @@ tt
color #444
.right
color #e5aa3d
.easy-adapter
padding 5px
margin 5px
.round-dot
padding 5px
margin 5px
border-radius 100px
background-color #000000
.easy-adapter-text
text-align center
.whitespace
flex-grow 1