Drop the third-party comparison from the Rooms index subtitle and neutralize the SpaceService docblock. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -9,7 +9,7 @@ use App\Models\User;
|
|||||||
class SpaceService
|
class SpaceService
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* Resolve participant role for a Spaces-style room join.
|
* Resolve participant role for an audio-only room join.
|
||||||
*/
|
*/
|
||||||
public function resolveJoinRole(Room $room, ?User $user, string $fallbackRole = 'guest'): string
|
public function resolveJoinRole(Room $room, ?User $user, string $fallbackRole = 'guest'): string
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<div class="flex items-center justify-between">
|
<div class="flex items-center justify-between">
|
||||||
<div>
|
<div>
|
||||||
<h1 class="text-xl font-semibold text-slate-900">Rooms</h1>
|
<h1 class="text-xl font-semibold text-slate-900">Rooms</h1>
|
||||||
<p class="mt-1 text-sm text-slate-500">Audio-only discussions with a host, assigned speakers, and listeners — like X Spaces.</p>
|
<p class="mt-1 text-sm text-slate-500">Audio-only discussions with a host, assigned speakers, and listeners.</p>
|
||||||
</div>
|
</div>
|
||||||
<a href="{{ route('meet.spaces.create') }}" class="btn-primary">Create room</a>
|
<a href="{{ route('meet.spaces.create') }}" class="btn-primary">Create room</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user