-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94b3097
commit da3b0c1
Showing
3 changed files
with
8 additions
and
16 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,4 @@ | ||
## Features | ||
- Implemented spam threshold filter in wallet settings; | ||
- Implemented reading real max wallet balance; | ||
- Implemented persisting wallet settings; | ||
- Implemented zap profile; | ||
- Implemented transactions loading spinner; | ||
- Handle gracefully unknown transaction states; | ||
- Show 0 as wallet balance on cold wallet start; | ||
- Implemented zap settings; | ||
- Added compatibility with older wallet api; | ||
- Improved trending hashtags updates to avoid blank screens; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
- Implemented spam threshold filter in wallet settings; | ||
- Implemented reading real max wallet balance; | ||
- Implemented persisting wallet settings; | ||
- Implemented zap profile; | ||
- Implemented transactions loading spinner; | ||
- Handle gracefully unknown transaction states; | ||
- Show 0 as wallet balance on cold wallet start; | ||
- Implemented zap settings; | ||
- Added compatibility with older wallet api; | ||
- Improved trending hashtags updates to avoid blank screens; |