scribe-org/Scribe-iOS
Voir sur GitHubfeat: add offline network indicator on download screen
Open
#637 ouverte le 31 mars 2026
help wanted
Métriques du dépôt
- Stars
- (167 stars)
- Métriques de merge PR
- (Métriques PR en attente)
Description
Terms
- I have searched open and closed feature requests
- I agree to follow Scribe-iOS' Code of Conduct
Description
Summary
Currently, tapping "Download data", "Update all", or "Check for new data" while offline fails silently with no user feedback.
Proposed Solution
- Add a lightweight
NetworkMonitorsingleton using Apple's nativeNWPathMonitor - Hook it into
DownloadStateManagerto guard download actions when offline - Show a clear toast: "No internet connection. Please connect and try again."
Affected Areas
handleDownloadActioncheckAllForUpdateshandleUpdateAllLanguages
No existing logic will be changed — purely additive.
Contribution
No response