This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: Error messaging for send amount too small (#297)
commit 7dace9e2532da36faa84ee2aeb3ca1e8eda42d00 Merge: 305bce9 a04e48d Author: Otto Suess <[email protected]> Date: Thu Nov 14 10:34:26 2019 +0100 Merge branch 'dustEstimateError' of github.com:chitowncrispy/zap-iOS into chitowncrispy-dustEstimateError # Conflicts: # SwiftLnd/Api/Helper/LndApiError.swift # SwiftLnd/Api/Helper/RpcZapHelper.swift commit a04e48d Author: Christopher Pinski <[email protected]> Date: Sat Nov 9 17:49:19 2019 -0600 Created a LoadingError which translates any error from the app to a specific UI state commit 369f379 Author: Christopher Pinski <[email protected]> Date: Thu Oct 31 13:06:08 2019 -0500 Using a result type for the Loadable enum element case commit 31c8d9d Author: Christopher Pinski <[email protected]> Date: Thu Oct 31 09:47:33 2019 -0500 Setting initial value for subtitleText back to nil since we aren't showing an error initially commit 3dabcde Author: Christopher Pinski <[email protected]> Date: Wed Oct 30 23:02:00 2019 -0500 Removing error messaging from fee label commit a5b7658 Author: Christopher Pinski <[email protected]> Date: Fri Oct 25 08:52:26 2019 -0500 Cleaning up code based on PR comments commit 4f3094b Author: Christopher Pinski <[email protected]> Date: Thu Oct 24 20:19:53 2019 -0500 Setting up the primary currency listener only once commit 2b3f895 Author: Christopher Pinski <[email protected]> Date: Thu Oct 24 13:01:42 2019 -0500 Updating the view to show the on chain balance when the user hasn't input any amount commit cfe8917 Author: Christopher Pinski <[email protected]> Date: Wed Oct 23 20:47:51 2019 -0500 Not allowing the user to send if the transaction is dust commit 54986bd Author: Christopher Pinski <[email protected]> Date: Wed Oct 23 20:00:08 2019 -0500 Rebasing PR Co-authored-by: Christopher Pinski <[email protected]>
- Loading branch information
1 parent
305bce9
commit 8f12a41
Showing
6 changed files
with
78 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters