-
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
Trust setting component #43
Comments
@gazzah-86 wanted to pick this one up. |
I've been thinking about this component, and think that the style to aim for is not to include number entry at all, but to opt for an 'Acceptable Risk' selection - low risk, medium risk and higher risk (or a few states inbetween). The user doesn't necessarily need to know the numerical figure the Trust is based on, they just need to know the meaning behind it. So we can define what we believe is a good Trust figure for 'Low Risk' and the same for 'High Risk' and the user can select their trust setting by Risk instead. For example: |
@ArghZombies Good idea! Shall we stick with 5 options? We can tweak the underlying values from testing the live app. |
One action I have from the last catch-up is the de-scoping of trust indicator. |
De-scoping this for Applewood. - Some discovery needs to be done to see how the trust indication journey will be completed. Moving to Berkswell. |
… clone of <AddressInput />
… clone of <AddressInput />
* Tweaks to settings drawer, including updating close icon and other finishing touches * Updating content for settings drawer * #43: Adding <TrustSetting /> component draft, literally a clone of <AddressInput /> * Renaming TrustCompnent folder to TrustSetting Adding TrustSetting component to SettingsDrawer * Creating basic <TextInput /> component to scope CSS efficiently, refactoring <AddressInput /> and <TrustSetting /> components to account for this
Mark to look into the design |
Is in branch https://github.com/Flujible/ethereum-pos/tree/feature/43-Trust-setting-component |
Presently being looked into by @louislloydjudson |
<TrustSetting/>
A mechanism by which the user can configure a preference between waiting a long time for high confidence or short time with low confidence in transactions validity.
This component should be created in Storybook, with designs TBD.
Input props
value
: the currently entered trust settingOutput props
onChange(newValue)
: called when the value in the input is changed by the userThe text was updated successfully, but these errors were encountered: