-
Notifications
You must be signed in to change notification settings - Fork 18
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
Feature/43 trust setting component #134
base: master
Are you sure you want to change the base?
Feature/43 trust setting component #134
Conversation
Updated prop types for trust setting
@peasandwell can you look at the linter errors |
I've fixed one of the style lint issues, the other one looks like it could be an issue with the tool itself so I've temporarily disabled that checker for that section. |
I'd like to take a closer look at that stylelint rule, please hold off on merging |
Closing PR as it is marked as a WIP. |
Updated prop types for trust setting
Adding ignoring to stylelint issue triggering a false positive for double colon instances (.e.g .TrustSetting input::-webkit-slider-runnable-track)
…ally read the error rather than just straight up disabling it
6e060cc
to
e075452
Compare
Sat with @GeorgeBryantHW to readdress the stylelint issue, it's fixed now, not stylelints rules are ignored. |
@Flujible I've just had a look at this, in action and it looks a little broken. Can you confirm all the work is in? |
@@ -0,0 +1,323 @@ | |||
.TrustSetting { | |||
--bg-color: white; |
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 think this line is causing some strange results, but it could be me?
237px 0 0 -5px var(--track-post-color), | ||
238px 0 0 -5px var(--track-post-color), | ||
239px 0 0 -5px var(--track-post-color), | ||
240px 0 0 -5px var(--track-post-color); |
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.
Is there really no better way to do this 🤦♂️
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 aksed 3 HTML/CSS guys and Shaun ¯\(ツ)/¯
Description
Updated trust setting component to be a slider instead of a text box, and with appropriate styles
Some further work is needed to fix linter errors
Issues fixed
Fixes #43
Checklist
npm test
returns no warnings or errors.