Updated scope temperature arc to gradient
Fix banner scaling
Add Pulldown to scope
This commit is contained in:
Fraxle
2026-05-27 00:52:24 +01:00
parent d2952cddd2
commit 0c8cb1ba37
5 changed files with 211 additions and 51 deletions
+15 -2
View File
@@ -287,7 +287,7 @@ export function UTCIForecast() {
<div class="utci-fetch-time">Last update: ${fetchedAt.toLocaleTimeString([], { hour: '2-digit', minute: '2-digit' })}</div>`}
</div>
<div>
<div class="scope-col">
<${ScopeReticle}
value=${currentRow?.utciAdj ?? null}
cat=${currentCat}
@@ -298,7 +298,20 @@ export function UTCIForecast() {
activeEvent=${lensEvent}
utciEnvShort=${UTCI_ENVIRONMENTS[utciEnv]?.shortLabel ?? null}
/>
<div class="scope-env-row" data-env=${utciEnv}>
<span class="scope-env-label">Surroundings</span>
<${CustomSelect}
value=${utciEnv}
isOn=${true}
noHide=${true}
grpClass="grp-felt"
options=${Object.entries(UTCI_ENVIRONMENTS).map(([k, v]) => ({
value: k,
label: v.label,
}))}
onChange=${(v) => setUtciEnv(v)}
/>
</div>
</div>
<div class="header-right">