-
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
update(HXFileInputElement): modify File Input component #509
Conversation
Deploy preview for helix-ui ready! Built with commit 11c9550 |
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.
Don't forget to update the snippet for Drop Zone with new markup.
8b42db5
to
ae5a18d
Compare
{ label: 'Tertiary', val: 'hxTertiary' }, | ||
{ label: 'Primary', val: 'hxBtn hxPrimary' }, | ||
{ label: 'Secondary', val: 'hxBtn', default: true }, | ||
{ label: 'Tertiary', val: 'hxBtn hxTertiary' }, |
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.
Need to look into reducing repetitive .hxBtn
class from refactored implementation, before the v0.17.0
release.
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.
do we want to do this in this p/r or no?
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.
not right now, but we do need a fast follow
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.
Please rebase while you're at it.
<label for="fileInputDropZoneDemo"> | ||
<hx-file-input class="hxBtn hxTertiary"> | ||
browse your files | ||
</hx-file-input> |
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.
Investigate extra inline spacing. (non-blocking)
6b9e114
to
a60d2e8
Compare
650af45
to
0a1f84d
Compare
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.
LGTM
0a1f84d
to
11c9550
Compare
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.
Zoom LGTM 💯
JIRA: surf-1542
LGTM's