-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0.2.0-beta #276
0.2.0-beta #276
Conversation
KKA11010
commented
Dec 5, 2023
•
edited
Loading
edited
- Filter out invalid relay socket urls before publishing event
- Fix pasting an invoice in the text input (not using the paste button in the input field)
- Add new dashboard transition to QR screen
- Add a new release screen and release section in Options (checks and indicates for new release version)
- Simplify send Ecash flow by removing 1 step (combining the amount and memo screen)
- Update Backup screen and add explaination Backup token can be redeemed on top of wallet token #174
- Add send to npub by scanning QR. Fixes Send Ecash via Nostr by scanning pub key #260
- Add auto-mint-swap when receiving token from untrusted mint. FIxes Auto mint swap to default mint while receiving token from untrusted mint #4
- Minor UI improvements
- Minor bux fixes
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #276 +/- ##
==========================================
- Coverage 13.60% 13.48% -0.13%
==========================================
Files 161 162 +1
Lines 5838 5890 +52
Branches 1603 1620 +17
==========================================
Hits 794 794
- Misses 4900 4951 +51
- Partials 144 145 +1 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are few strings in the app I found "untranslateable". Is it possible to add these too?
"Wallet" on main screen
"Proofs" in Settings -> Manage Mints -> select mint -> Funds
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are few strings in the app I found "untranslateable". Is it possible to add these too? "Wallet" on main screen "Proofs" in Settings -> Manage Mints -> select mint -> Funds
Thank you for your review sir, really appreciate it! Yes, you are right, I will add these as well.
How should I translate "wallet" and "proofs"?
I've also had to add new translations due to new screens. I used chatGPT for it, can you please review those as well? You can find them for hungarian here line 227 to 234
@KvartBeerborn for spanish here line 227 to 234
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great thanks!
"wallet" should be "tárca" and
"proofs" should be "bizonylatok"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks OK! 👍