Bug Description
On mobile devices, when navigating to the Reports section and clicking on a report from the list, the UI incorrectly displays the Command Overview instead of the actual report content.
Steps to Reproduce
- Open OpenClaw Control UI on a mobile device (or mobile viewport)
- Navigate to Reports section
- Observe the list of reports loads correctly
- Click on any report in the list
- Expected: Report detail/content view opens
- Actual: Command Overview is displayed instead
Environment
- Device: Mobile (iOS/Android)
- Works correctly on desktop
- Gateway version: (please specify)
Root Cause Hypothesis
This appears to be a responsive routing issue where:
- The mobile layout may have different click handlers than desktop
- Route state management may not properly update the active view on mobile
- The sidebar/navigation overlay might be intercepting clicks incorrectly
Additional Context
- The reports list renders correctly
- Only the navigation from list → detail is broken
- Desktop view works as expected
Bug Description
On mobile devices, when navigating to the Reports section and clicking on a report from the list, the UI incorrectly displays the Command Overview instead of the actual report content.
Steps to Reproduce
Environment
Root Cause Hypothesis
This appears to be a responsive routing issue where:
Additional Context