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