Add collapsible footer changelog sourced from public data file

This commit is contained in:
Jage9
2026-02-21 02:19:33 -05:00
parent dc30bfde4d
commit 32e28766cf
6 changed files with 127 additions and 2 deletions

View File

@@ -24,6 +24,38 @@ body {
margin-bottom: 0.5rem;
}
#appFooter {
margin-top: 0.5rem;
}
.updates-section {
color: #94a3b8;
text-align: left;
width: fit-content;
margin: 0 auto;
}
.updates-section h2 {
color: #cbd5e1;
font-size: 1rem;
margin: 0.35rem 0;
}
#updatesToggle {
margin-bottom: 0.35rem;
}
#updatesPanel h3 {
color: #cbd5e1;
font-size: 0.95rem;
margin: 0.35rem 0 0.2rem;
}
#updatesPanel ul {
margin: 0 0 0.5rem 1.1rem;
padding: 0;
}
#deviceSummary {
color: #94a3b8;
margin: 0 auto 0.75rem;