Feature Request
When posting fails due to no connectivity, save the draft locally and automatically publish it when the network becomes available.
Motivation
Users often compose posts on the go where connectivity is unreliable; losing a post to a network error is frustrating.
Proposed Solution
Queue failed post attempts in Core Data with a pending state; register a NWPathMonitor observer that retries the queue when connectivity is restored.
Feature Request
When posting fails due to no connectivity, save the draft locally and automatically publish it when the network becomes available.
Motivation
Users often compose posts on the go where connectivity is unreliable; losing a post to a network error is frustrating.
Proposed Solution
Queue failed post attempts in Core Data with a pending state; register a
NWPathMonitorobserver that retries the queue when connectivity is restored.