Support as-yet-released error API

upp
This commit is contained in:
space-nuko
2023-05-26 23:04:25 -05:00
parent 1da8dc35ec
commit 72af089eab
14 changed files with 758 additions and 87 deletions

View File

@@ -148,7 +148,7 @@
&.success {
/* background: green; */
}
&.error {
&.error, &.validation_failed {
background: red;
}
&.all_cached, &.interrupted {