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

@@ -89,6 +89,10 @@ html(lang="en")
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
div

View File

@@ -93,6 +93,19 @@ tt
.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