fix(chat): restrict to authenticated users only, fix overlay transparency #672
Reference in New Issue
Block a user
Delete Branch "fix/chat-auth-only"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Changes
1. Chat Authentication Required
streamGuestChatimport and related code2. Chat Overlay Transparency Fix
rgb(var(--surface-0))tovar(--surface-0, #ffffff)with solid fallbackshadow-2xlfor better visibilityTesting
pnpm lint --filter=@mosaic/web)Screenshots
Before: Transparent overlay made text unreadable
After: Solid background with proper contrast