Handle Private Note Transport Failures Correctly
未关闭
enhancement
- 主要语言
- TypeScript
- 星标
- 5
- 派生
- 28
- 平均合并
- 9 小时 50 分钟
- 30 天内合并 PR
- 123
描述
Currently in case of failure of private note transport layer the transactions is marked simply failed. Instead we should:
- Introduce another enum variant for `ITransactionStatus` like `PrivateNoteLayerFaliure` because the Transaction has been succeeded and only the transport has failed.
- Handle the failure on the UI showing the user two options to either download the note now or a retry later button.
贡献指南
评估
这个 Issue 还没有评估数据。