Restyle audio room speaker cards like Spaces and add room chat to the toolbar.
Deploy Ladill Meet / deploy (push) Successful in 49s
Deploy Ladill Meet / deploy (push) Successful in 49s
Use a three-column avatar grid with role labels and speaking/muted indicators, enable chat in audio rooms, and swap the mobile People nav button for Chat since People stays in the header. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -1301,8 +1301,8 @@ class MeetWebTest extends TestCase
|
||||
|
||||
$response->assertOk();
|
||||
$response->assertSee('data-is-space="1"', false);
|
||||
$response->assertDontSee('title="Chat"', false);
|
||||
$response->assertDontSee('>More</', false);
|
||||
$response->assertSee('title="Chat"', false);
|
||||
$response->assertDontSee('title="People"', false);
|
||||
$response->assertDontSee('Start breakouts', false);
|
||||
$response->assertDontSee('Share files', false);
|
||||
$response->assertDontSee('View the room lineup from Events', false);
|
||||
|
||||
Reference in New Issue
Block a user