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

@@ -1,6 +1,7 @@
/*
Sam Russell
Captured Sun
11.25.25.1 - Added minHeight and minWidth to be counted as numerical styles
11.25.25 - Added onChange for check boxes, added setQuery / onQueryChanged for easy filtering
11.24.25 - Fixing onClick because it was reversed, adding event to onHover params
11.23.25 - Added onSubmit() event for form submission, added marginHorizontal() and marginVertical()
@@ -292,6 +293,8 @@ function extendHTMLElementWithStyleSetters() {
case "height":
case "maxWidth":
case "maxHeight":
case "minWidth":
case "minHeight":
case "left":
case "top":