-
Notifications
You must be signed in to change notification settings - Fork 26
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
Separate UI from parsing before Stax porting #62
Conversation
You have successfully added a new SonarCloud configuration ``. As part of the setup process, we have scanned this repository and found no existing alerts. In the future, you will see all code scanning alerts on the repository Security tab. |
9554e1f
to
e4aa983
Compare
c7b3a45
to
ea6e72b
Compare
e4aa983
to
b0bdbf2
Compare
It appears (CI failure) snapshots have changed? Was it wanted? Can you fix the CI? |
361a2cf
to
7027386
Compare
Should be fixed |
7027386
to
cb54087
Compare
SonarCloud Quality Gate failed. |
cb54087
to
4d90622
Compare
SonarCloud Quality Gate failed. |
Hello,
I have finished ported the Solana application for our latest device Ledger Stax
My work is taking place on top of the swap modifications I made
#44
I have separated the new feature in three independant PRs:
Add more Ragger tests for automated non regression testing and Stax screen reproducability
Add more ragger tests #61
Extract the UI code from the logic handling code for the current graphical library BAGL
Separate UI from parsing before Stax porting #62
And finally the Stax porting itself for all screens
Stax porting #59