This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | /** | |
| * ChatRoom Component - Real-time Chat Implementation | |
| * | |
| * Key Technical Features: | |
| * - Real-time message synchronization using Supabase subscriptions | |
| * - Race condition prevention with duplicate message detection | |
| * - Optimistic UI updates for instant user feedback | |
| * - Automatic backfill to catch messages during subscription setup | |
| * - Proper cleanup to prevent memory leaks | |
| * - Mobile-responsive with safe area handling |