moved frontend to event driven bus, added more simulation stuff

This commit is contained in:
Parker TenBroeck 2026-01-11 00:30:06 -05:00
parent c7309a75d9
commit 8c8bb103b2
17 changed files with 767 additions and 493 deletions

View file

@ -11,6 +11,7 @@ body {
margin: 0;
color: var(--fg-0);
font-family: var(--font-ui);
font-size: 14px;
background: #909090;
}
@ -103,6 +104,7 @@ body {
border-radius: 12px;
border: 1px solid var(bg-1);
background: var(--bg-2);
font: var(--font-ui)
}
.share-toast {