scribe-org / scribe-org/Scribe-iOS

feat: add offline network indicator on download screen

Open
#637 1 comment 0 reactions 1 assignee View on GitHub

@prince-0408 is already working on this.

Since Mar 31, 2026.

help wanted
Dominant language
Swift
Stars
169
Forks
109
PR merge metrics
No merged PRs in 30d

Description

Terms
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 NetworkMonitor singleton using Apple's native NWPathMonitor
  • Hook it into DownloadStateManager to guard download actions when offline
  • Show a clear toast: "No internet connection. Please connect and try again."

Affected Areas

  • handleDownloadAction
  • checkAllForUpdates
  • handleUpdateAllLanguages

No existing logic will be changed — purely additive.

Contribution

No response

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.