-
Notifications
You must be signed in to change notification settings - Fork 27
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
🎨 Beautify Buy credits #4945
🎨 Beautify Buy credits #4945
Conversation
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.
I would prefer to check with PR #4946 before you merge this one.
For instance
- the minimum threshold to top-up is defined in the backend and returned read-only in the auto-recharge info. ( you hard-coded 25 in the help)
- extra help on the monthly limit (perhaps an info button that shows more details or a link to a manual??)
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 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.
I would maybe add temporary to auto recharge some notification "coming soon" while it is not yet implemented.
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.
👍🏼 agree with Matus... but I would favor feature switches instead of "coming soon" messages
if (FEATURE_X_ENABLED) {
// show the tab, the option in the select, etc...
}
Kudos, SonarCloud Quality Gate passed!
|
Code Climate has analyzed commit eb5e7da and detected 0 issues on this pull request. View more on Code Climate. |
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.
👍
What do these changes do?
This PR prettifies the One Time Payment UI and it also redesigns the Auto Recharge one by updating the form fields and the UI.
One Time payment:
![image](https://private-user-images.githubusercontent.com/33152403/278719915-0720920d-ce07-47d8-8cd5-d607a8080557.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTg3MTIsIm5iZiI6MTczOTYxODQxMiwicGF0aCI6Ii8zMzE1MjQwMy8yNzg3MTk5MTUtMDcyMDkyMGQtY2UwNy00N2Q4LThjZDUtZDYwN2E4MDgwNTU3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDExMjAxMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFmOGU0NmY0N2E5M2IwODUyYWU5NzRlNDU1MTVhZWIwNDFlM2IxNjE2ZjhkOTBiYjY5YzAxODI5MmFhYmVlNjUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.OZHT--TBp-0EWwA92qjUvQtcl97b0DemP-GQV8_jDW4)
Auto recharge:
![image](https://private-user-images.githubusercontent.com/33152403/278719855-3081fb39-1d5d-4aca-8506-dc2cb48bfe30.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2MTg3MTIsIm5iZiI6MTczOTYxODQxMiwicGF0aCI6Ii8zMzE1MjQwMy8yNzg3MTk4NTUtMzA4MWZiMzktMWQ1ZC00YWNhLTg1MDYtZGMyY2I0OGJmZTMwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTUlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE1VDExMjAxMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRhNzllMjE0ZDBhZGY3M2EyYTQ5YjJlNzZiZDRiZGNlMzNhNDYxOGFiYzJjYzUwMGRkZGExYTU2MGViNGQ0NTQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.5kCH6SILt-LgFOeuKqtBqSVgJxymXFOPYVnZdmnG8_s)
Related issue/s
How to test
DevOps Checklist