-
Notifications
You must be signed in to change notification settings - Fork 6
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/UI components #79
Conversation
Almost done with 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.
This all looks good. I'm going to have to play with it myself to understand how it all stitches together better.
ui/src/screen/example.rs
Outdated
#[derive(Debug, Clone)] | ||
pub enum ExampleScreenError { | ||
APIError, | ||
ProviderConnectionError, | ||
BlockSubscriptionError, | ||
} |
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 made a PR that simplifies this a bit.
feat: use `ThisError` to simplify
@@ -0,0 +1,54 @@ | |||
# Excalibur Ui |
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 really like how you give us some good resources here
ui/images/banner.JPG
Outdated
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.
This banner also feels very tasteful
Changelog
Yes, you can make your own application with its own components if you'd like!