-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Admin payments UI cleanup #3101
Admin payments UI cleanup #3101
Conversation
Thanks, @tvdeyen! I'm just not sure about the |
Great work as usual, @tvdeyen ! Just one question: On |
Everywhere we use the checkmark as save/store/ok icon. Besides on the order payments edit screen. Probably because the "capture" action already has a checkmark. We should change that icon instead to avoid confusion.
As the checkmark is already used as save/store icon everywhere we should use another icon for "capture" action. Thumbsup should be a well known gesture for ok/approved
This cuts off focus state from form buttons. The case described in the comment is not true anymore. The tabs resize very well without that.
We use fieldsets for grouping everywhere. Why not here as well? Also one does not render a partial and ask the necessity of that in the partial itself.
We want to render them on tha payment details page as well
d92cb7d
to
efdb608
Compare
Instead of having a dedicated route and controller we just display this under the payment info
efdb608
to
d4c818d
Compare
The old style does not fit into the new admin layout
We use these elements in the order summary sidebar and payment source details The font size was not like the rest of the admin
d4c818d
to
a3b54e9
Compare
The payment log entries use pre tags nested inside a table. Normalizing the font-size and removing the bottom margin in this case.
The payments log entries are now displayed on the payment itself.
@aitbw no, I changed that on purpose. Having a checkmark could be confused with save and I thought a commonly understood icon would fit perfectly here for the task of "ok, collect the money". We already use the thumbs down icon for rejecting failed payments. |
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.
@tvdeyen This change is so great, thanks! 🎉
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.
This is a good UI improvement. Definitely an area we can show some ❤️. Thanks, @tvdeyen!
Description
Removes a lot of confusion and UI misconceptions from the order payments screens
Checklist
Screenshots
Payment save button before
Payment save button after
Payment capture before
Payment capture after
Payment details before
Log entries before
Payment details with integrated log entries after