feat(homepage-dashboard): initially collapse utilities section, and hide app version

This commit is contained in:
Will Holdsworth 2026-03-02 23:35:01 +11:00
parent 7a4898b4db
commit c96f08c3f1
Signed by: will-holdsworth
SSH key fingerprint: SHA256:Ykee8aymMJNAiYeeEmiwcIzkA1wgd4v8OZcWGxjq12c

View file

@ -333,6 +333,7 @@ in
theme = "dark";
color = "neutral";
headerStyle = "clean";
hideVersion = true;
layout = [
{
"Public Services" = {
@ -367,6 +368,7 @@ in
style = "row";
columns = 3;
useEqualHeights = true;
initiallyCollapsed = true;
};
}
];