update ui
This commit is contained in:
parent
12010faa28
commit
72fa6c3394
@ -117,6 +117,8 @@
|
||||
loading: "Downloading heatmap...",
|
||||
success: "Heatmap downloaded!",
|
||||
error: "Download failed. Try again.",
|
||||
style:
|
||||
"border-radius: 5px; background: #fff; color: #000; border-color: #4B5563; font-size: 15px;",
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
@ -747,7 +747,7 @@
|
||||
<li>
|
||||
<button
|
||||
on:click={() => changeData(interval)}
|
||||
class="px-1 py-1 text-sm sm:text-[1rem] xs:px-[3px] bp:px-1.5 sm:px-2 xxxl:px-3"
|
||||
class="cursor-pointer px-1 py-1 text-sm sm:text-[1rem] xs:px-[3px] bp:px-1.5 sm:px-2 xxxl:px-3"
|
||||
>
|
||||
<span
|
||||
class="block {displayData === interval
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user