Remove Recent Activity from the UI - #557
Conversation
|
@greptileai please run a full review of the current head, focusing on whether the UI removal preserves diagnostics, telemetry, and AppState compatibility. |
Greptile SummaryThe Home and Support interfaces now provide Bluetooth-state-specific guidance, preserve the connected device name only for active connections, and remove obsolete Recent Activity panels while retaining diagnostic details in Support. The previously reported stale-name and generic-waiting behaviors were checked against recovery states and do not occur in the current implementation. Confidence Score: 5/5Safe to merge based on the reviewed Bluetooth-state rendering behavior. No blocking failure remains.
What T-Rex did
Reviews (4): Last reviewed commit: "Ignore stale device names during recover..." | Re-trigger Greptile |
|
@greptileai please rerun the full review on current head |
|
@greptileai please rerun the full review on the current head. The Home banner now trusts |
|
Current head
The PR remains draft and unmerged as requested. |
Closes #556
What changed
User impact
Routine internal status messages no longer occupy the Home or Support UI. Home still explains when Bluetooth needs recovery, and detailed sanitized troubleshooting information remains available in Support.
Validation
npm run lintnpm test(55 frontend tests plus 4 release-feed tests)npm run buildcargo fmt --manifest-path src-tauri/Cargo.toml --checkcargo clippy --locked --manifest-path src-tauri/Cargo.toml --all-targets -- -D warningscargo test --locked --manifest-path src-tauri/Cargo.toml(135 tests plus config tests)