-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Improve the "keyed_list" example #1650
Conversation
</div> | ||
<p>{ "Number of persons: " }{ self.persons.len() }</p> | ||
<p>{ "Ids: " }{ ids }</p> | ||
<p class="h5">{ "Number of persons: " }{ self.persons.len() }</p> |
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 guess this depends on which version of English you use.
<p class="h5">{ "Number of persons: " }{ self.persons.len() }</p> | |
<p class="h5">{ "Number of people: " }{ self.persons.len() }</p> |
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.
Not sure here, I leave it unchanged temporarily.
Co-authored-by: Teymour Aldridge <[email protected]>
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.
The example looks great, love the use of the fake
crate to generate better data!
Already updated the code, please check |
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.
Looking good, just a few more formatting issues.
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.
Great, thanks a lot!
Our automatic deployment to examples.yew.rs
broke a few days ago and I want to fix that before merging this. There's nothing you need to do though, just a heads up.
Description
This PR aim to improve all possible improvements listed in the README.
This work is done by adding new crate and bootstrap css template, not sure is it suitable or not, but I'm pretty sure the time duration is valid task (takes me LOTS of time).
Not a professional UI designer, I try my best to decorate the prior example.
Still new in Yew and Rust, hope this PR will help everyone.
Checklist
cargo make pr-flow