-
Notifications
You must be signed in to change notification settings - Fork 314
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
Staking panel CTAs and view states #347
Labels
Comments
danielattilasimon
added a commit
that referenced
this issue
Mar 13, 2021
danielattilasimon
added a commit
that referenced
this issue
Mar 13, 2021
danielattilasimon
added a commit
that referenced
this issue
Mar 13, 2021
danielattilasimon
added a commit
that referenced
this issue
Mar 13, 2021
danielattilasimon
added a commit
that referenced
this issue
Mar 13, 2021
nomean42
pushed a commit
to nomean42/liquity-dev
that referenced
this issue
Nov 27, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Similarly to the Trove and Stability Deposit panels, Staking shall have multiple different views depending on underlying state.
Views
Three major views have been identified:
Empty
The "empty" view will show copy aimed at educating the user on Staking.
Component: NoStake (new)
Adjusting
The "adjusting" view will be used to cover both an initial stake ("creation", i.e. zero current stake) and adjustments to an existing stake. However, in the latter case, extra information will be shown, such as the gains (LUSD & ETH) that will be paid out as a side-effect of the adjustment.
Component: StakingManager (existing)
Read-only
The read-only view shows the user's current staked LQTY amount (non-zero) and LUSD & ETH gains available for withdrawal (if any).
Component: ReadOnlyStake (new)
States
The text was updated successfully, but these errors were encountered: