use third-party module to auto-persist queue store

+ more redesign
+ convert js files to ts
This commit is contained in:
geoffrey45
2022-08-19 15:58:32 +03:00
parent 5476575d10
commit 03219166c5
20 changed files with 305 additions and 197 deletions
+4 -2
View File
@@ -62,10 +62,12 @@
}
.l-sidebar {
width: 17rem;
width: 15rem;
grid-area: l-sidebar;
display: grid;
grid-template-rows: 1fr max-content;
gap: 1rem;
background-color: $black;
padding: 1rem;
}
.b-bar {