mirror of
https://github.com/Blah-IM/blahrs.git
synced 2025-07-10 08:05:33 +00:00
feat(webapi): impl room member listing
This commit is contained in:
parent
bc6e6c2056
commit
367f6d2a4b
7 changed files with 250 additions and 18 deletions
|
@ -41,7 +41,7 @@
|
|||
& label {
|
||||
margin-left: 0;
|
||||
}
|
||||
& > #rooms {
|
||||
& > #rooms, & > #room-members {
|
||||
flex: 1;
|
||||
}
|
||||
}
|
||||
|
@ -128,6 +128,8 @@
|
|||
<label for="join-new-room">join new room:</label>
|
||||
<select id="join-new-room"></select>
|
||||
</div>
|
||||
<label for="room-members">members:</label>
|
||||
<select id="room-members" size="2"></select>
|
||||
</div>
|
||||
|
||||
<div id="mainbar">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue