Get user re-querying working when they disconnect and improve the user status

This commit is contained in:
Oliver 2025-11-19 21:02:49 -07:00
parent 1bf6cbbd45
commit bb095a9b4e
5 changed files with 148 additions and 36 deletions

View file

@ -9,12 +9,17 @@
li {
display: flex;
flex-direction: row;
align-items: center;
flex-direction: column;
margin: 0;
border: 1px solid yellowgreen;
border-radius: 4px;
padding: 4px 8px;
> .user-summary {
display: flex;
flex-direction: row;
align-items: center;
}
}
}
}