Imported from the byteflow.tools deep audit on 2026-06-22.
Problem: external-request tools are labeled, but their offline and failure states should be more explicit. Users need to know when a failure is due to invalid input, remote asset unavailability, CORS/network issues, or intentional offline mode.
Affected tools:
- YouTube Thumbnail Grabber
- Vimeo Thumbnail Grabber
- Instagram Photo Downloader
- Any future external-request tool
Reproduction steps:
- Open each external-request tool.
- Try empty input, invalid URL, valid-looking but unreachable URL, and offline mode.
- Click preview/download/copy actions.
- Observe message clarity and next-step guidance.
Expected behavior: each failure mode should have a distinct, actionable message and should restate the external-request boundary.
Actual behavior: failure messaging is present but not consistently detailed across external-request tools.
Impact: users may think the tool is broken or may not understand when external network access is required.
Proposed fix:
- Standardize external-request status states: idle, invalid input, ready, requesting, success, unreachable, blocked, offline, permission/rights warning.
- Add per-tool retry and reset actions.
- Add external domain details near action buttons.
- Ensure offline mode disables preview/download with explanation.
- Add tests for network failure and offline behavior.
Acceptance criteria:
- Empty, invalid, unreachable, and offline states are distinct.
- No external request occurs before explicit action.
- Offline mode is clearly explained.
- User receives a next step for every failure state.
- External-request tools share a consistent status component.
Imported from the byteflow.tools deep audit on 2026-06-22.
Problem: external-request tools are labeled, but their offline and failure states should be more explicit. Users need to know when a failure is due to invalid input, remote asset unavailability, CORS/network issues, or intentional offline mode.
Affected tools:
Reproduction steps:
Expected behavior: each failure mode should have a distinct, actionable message and should restate the external-request boundary.
Actual behavior: failure messaging is present but not consistently detailed across external-request tools.
Impact: users may think the tool is broken or may not understand when external network access is required.
Proposed fix:
Acceptance criteria: