deckhearth/src/pages
Randall Stillwell 02c83fb52f Add simple camera test component for debugging
🔬 Camera Debug Test:
- Create minimal camera component to isolate UI issues
- Always shows video element (no conditional rendering)
- Detailed status and error reporting
- Shows video properties and ready state
- Tests basic camera stream assignment and playback

This will help determine if the issue is:
 Video element not rendering at all
 Stream not being assigned properly
 CSS/styling hiding the video
 Video element exists but shows black screen
2025-07-22 09:17:00 -05:00
..
Cards.tsx Implement complete user authentication and admin panel system 2025-07-21 21:06:38 -05:00
Collections.tsx Implement complete user authentication and admin panel system 2025-07-21 21:06:38 -05:00
Dashboard.tsx Implement complete user authentication and admin panel system 2025-07-21 21:06:38 -05:00
Decks.tsx Implement complete user authentication and admin panel system 2025-07-21 21:06:38 -05:00
Login.tsx Implement complete user authentication and admin panel system 2025-07-21 21:06:38 -05:00
Scanner.tsx Add simple camera test component for debugging 2025-07-22 09:17:00 -05:00