offloaded Significator FTs into FTs.test_room_sig_select; new sig-select.js imported into room.html; new apps.epic.consumers & .views, ITs to confirm functionality
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Disco DeDisco
2026-03-25 11:03:53 -04:00
parent 0494710ce0
commit f0f419ff7e
7 changed files with 433 additions and 316 deletions

View File

@@ -25,3 +25,6 @@ class RoomConsumer(AsyncJsonWebsocketConsumer):
async def roles_revealed(self, event):
await self.send_json(event)
async def sig_selected(self, event):
await self.send_json(event)