* Fix bad data in stats

* Add support for changes dialog when leaving without saving config editor

* Fix scrolling into view
This commit is contained in:
Nicolas Mowen
2024-08-21 08:19:07 -06:00
committed by GitHub
parent d96f76c27f
commit 1c7ee5f4e4
3 changed files with 48 additions and 6 deletions
+1
View File
@@ -286,6 +286,7 @@ function Logs() {
key={item}
className={`flex items-center justify-between gap-2 ${logService == item ? "" : "text-muted-foreground"}`}
value={item}
data-nav-item={item}
aria-label={`Select ${item}`}
>
<div className="capitalize">{item}</div>