Well, sending messages took longer than it should have

This commit is contained in:
metacryst
2025-11-25 23:38:59 -06:00
parent dc9b106439
commit 9e87364147
25 changed files with 550 additions and 189 deletions

View File

@@ -12,6 +12,9 @@ class MarketSidebar extends Shadow {
render() {
VStack(() => {
p("Make")
HStack(() => {
input()
.attr({
@@ -40,6 +43,8 @@ class MarketSidebar extends Shadow {
.marginLeft(0.5, em)
})
p("Condition")
HStack(() => {
input()
.attr({