-
Notifications
You must be signed in to change notification settings - Fork 442
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
feat: Add Network Status #1726
base: master
Are you sure you want to change the base?
feat: Add Network Status #1726
Conversation
DanielEmmanuel1
commented
Dec 17, 2024
•
edited
Loading
edited
Thanks for the contribution! Before we can merge this, we need @DanielEmmanuel1 to sign the Fuel Labs Contributor License Agreement. |
@LuizAsFight Please can u review this please |
@DanielEmmanuel1 can you post a printscreen of how its looking, in the pr description? |
<Text css={styles.title}>Network Status</Text> | ||
<HStack gap="$3"> | ||
<VStack gap="$1"> | ||
<Text>Base fee</Text> | ||
<Text fontSize="sm">0.01</Text> | ||
</VStack> | ||
<VStack gap="$1"> | ||
<Text>Condition</Text> | ||
<Text fontSize="sm">Not Busy</Text> | ||
</VStack> | ||
</HStack> |
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.
can you separate this in a component and make it don't show by default?
@LuizAsFight Please review |