Add logging functionality to the dev panel

This commit is contained in:
Greg Burri 2025-04-21 16:52:14 +02:00
parent c8dd82a5e0
commit 812ba9dc3b
6 changed files with 141 additions and 38 deletions

View file

@ -187,6 +187,12 @@ body {
}
}
#dev-panel {
.log-line-odd {
background-color: consts.$color-1;
}
}
form {
display: grid;
grid-template-columns: auto 1fr;