Keep player rosters vertical

This commit is contained in:
2026-07-10 14:06:01 -07:00
parent a5bfb7905f
commit 9a5a319cb9
4 changed files with 16 additions and 19 deletions

View File

@@ -2,7 +2,7 @@
- [x] The character sheet modal popup is narrower than it needs to be on wide screens. I think it could safely be like 90% as wide as the non-modal UI.
- [x] Popping out the event log should leave a close button where the "Event Log" open button is, so that you don't have to move your mouse to quickly toggle it. The existing close button can remain.
- [ ] Use the same vertical UI for the player list in all phases
- [x] Use the same vertical UI for the player list in all phases
- [x] In the admin panel, if a pi-rat doesn't have a name yet, it should show something like 'not chosen yet' rather than the player name
- [x] In the admin panel, the "Open" and "Copy" buttons should be the same size
- [x] Store the player name in local storage and pre-populate it when joining a new game (but don't force it, let the player edit it if they'd prefer a different name)