-
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
tBTC stats on overview page #490
Commits on Apr 6, 2023
-
Extract a common list item component with outline variant as we use them in several places in dapp. We can't add a new variant using chakra theming because the `ListItem` is a part of the `List` component and does not have separate theme. In that case we should pass the eg `variant="otuline"` to the `List` component but in my opinion does not fit here because list can be order or unordered.
Configuration menu - View commit details
-
Copy full SHA for 879bf68 - Browse repository at this point
Copy the full SHA 879bf68View commit details -
Configuration menu - View commit details
-
Copy full SHA for c49e4ff - Browse repository at this point
Copy the full SHA c49e4ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for f052046 - Browse repository at this point
Copy the full SHA f052046View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93933be - Browse repository at this point
Copy the full SHA 93933beView commit details -
Take into account the tBTC v2 token total supply. Also here we fix unit test for this hook.
Configuration menu - View commit details
-
Copy full SHA for 9872656 - Browse repository at this point
Copy the full SHA 9872656View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1dfd447 - Browse repository at this point
Copy the full SHA 1dfd447View commit details -
Fetch recent deposits from subgraph API
And display data in component.
Configuration menu - View commit details
-
Copy full SHA for 060f20e - Browse repository at this point
Copy the full SHA 060f20eView commit details -
Move common parts to a separate component
To use some tBTC stats in other places in T dapp.
Configuration menu - View commit details
-
Copy full SHA for fdb995a - Browse repository at this point
Copy the full SHA fdb995aView commit details -
Update the empty state of the deposit page
Display tBTC stats as an empty state if user is not connected with a wallet.
Configuration menu - View commit details
-
Copy full SHA for 721c248 - Browse repository at this point
Copy the full SHA 721c248View commit details -
Make protocol history item clickable
We want to redirect users to transaction details in the blockexplorer.
Configuration menu - View commit details
-
Copy full SHA for abdaa98 - Browse repository at this point
Copy the full SHA abdaa98View commit details
Commits on Apr 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 64fbb14 - Browse repository at this point
Copy the full SHA 64fbb14View commit details
Commits on Apr 17, 2023
-
`DefaultProtocolHistory` -> `ProtocolHistory`
Configuration menu - View commit details
-
Copy full SHA for e794f29 - Browse repository at this point
Copy the full SHA e794f29View commit details -
Configuration menu - View commit details
-
Copy full SHA for 197bd1d - Browse repository at this point
Copy the full SHA 197bd1dView commit details -
Add comment to
TransactionRawResponse
typeClarify in comment that the `timestamp` field is in seconds.
Configuration menu - View commit details
-
Copy full SHA for 713bf2f - Browse repository at this point
Copy the full SHA 713bf2fView commit details -
We should write `TBTC` (started with capital `T`) when it's in the middle of the word that is writtne in camelCase convention. Everywhere else we should stick to `tBTC`.
Configuration menu - View commit details
-
Copy full SHA for c0b941f - Browse repository at this point
Copy the full SHA c0b941fView commit details -
`TBTCBrdigeStats` -> `TBTCBridgeStats`
Configuration menu - View commit details
-
Copy full SHA for 4324da8 - Browse repository at this point
Copy the full SHA 4324da8View commit details