feature: events polling

This commit is contained in:
Andy Burke 2025-07-02 21:28:07 -07:00
parent 61a51017a3
commit b700251278
19 changed files with 353 additions and 77 deletions

View file

@ -90,7 +90,7 @@
.tab-switch:checked + .tab-label {
margin-top: 1px;
border-bottom: 1px solid var(--border-highlight);
border-bottom: 1px solid var(--accent);
z-index: 1;
}

View file

@ -71,6 +71,7 @@
#talk #room-chat-entry-container form button {
width: inherit;
padding: inherit;
margin: 0 1rem;
}
#talk #room-chat-entry-container form textarea {