-
Notifications
You must be signed in to change notification settings - Fork 92
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
ODK-X Instance row control buttons. #211
base: development
Are you sure you want to change the base?
ODK-X Instance row control buttons. #211
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.
Hi @juayuohcarineneng19 , nice work.
One suggestion I have is to add some padding between these two buttons to reduce the likelihood of tapping the wrong button.
This layout looks better visually, but you could address the potential usability problem as well.
Okay .
working on it now.
Thank you
…On Tue, 9 Jul 2024 at 15:28, Ben Green ***@***.***> wrote:
***@***.**** commented on this pull request.
Hi @juayuohcarineneng19 <https://github.com/juayuohcarineneng19> , nice
work.
One suggestion I have is to add some padding between these two buttons to
reduce the likelihood of tapping the wrong button.
This layout looks better visually, but you could address the potential
usability problem as well.
—
Reply to this email directly, view it on GitHub
<#211 (review)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AYBPQRMPLN5K7OMJUPYAWVLZLPQPJAVCNFSM6AAAAABKQX4FE6VHI2DSMVQWIX3LMV43YUDVNRWFEZLROVSXG5CSMV3GSZLXHMZDCNRWGMZDQMJYGU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Great but I haven't seen a change in the icon ( edit, delete ), the icons had to be changed to the material ones. Perhaps, the delete icon doesn't serve it purpose, it should be changed to the trash icon ( you know what I mean ) @nuilewis Great suggestion there, you just asked what I had in mind |
@juayuohcarineneng19 Isn't the icons part of the design? I want the icon changes included in this PR |
Sure @Redeem-Grimm-Satoshi working on it now. |
Thank you @nuilewis . Taking these into consideration. |
@nuilewis @Redeem-Grimm-Satoshi here is what I have now. I am still learning how to use material design icons once I am done I will move to implemting it. |
Much better, good work 👍 |
Looks fine @Chinex-Boroja Please check this out for any testing related issues |
@Redeem-Grimm-Satoshi @nuilewis @maprehensive |
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 good to me.
Let me know if you get a chance to also indent the "Create new instance" button, then I will re-review it again - otherwise this is fine to merge... 🥇
} | ||
|
||
.instanceRowControl .openInstance { | ||
border-top-left-radius: 8px!important; |
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.
Hello - great work! 👍
One small question regarding the CSS; Is the '!important' tag necessary?
It is really a kind of last resort in CSS (i.e. when something "more specific" exists in the css inheritance hierarchy).. However - if it is indeed needed here, then just ignore this comment! 😄
justify-content: center; | ||
align-items: center; | ||
text-align: center | ||
} |
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.
indentation issue...
@r0ssing I guess this was addressed in this PR: #208 It will preferable we merge older PR first before the new ones to avoid mix ups |
@Redeem-Grimm-Satoshi thanks for pointing this out! In that case I agree, that it will be easier if those are merged first (and backmerged into/updated in this PR) |
Yes sure |
ODK-X Instance row control buttons adjusted to fit on one row (edit and delete icons).
ODK-X Survey: Update the buttons, icons and list view of the home screen