You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In part b, we finished headlines but left the refresh button event handler for grab.
As an exercise, it would be great to implement the refresh button event handler.
We want the following behavior:
When the refresh button is clicked, the app should momentarily render a loading screen, and then make another get request to top-headlines endpoint and re-populate the list of articles.
Feel free to reach out for queries.
The text was updated successfully, but these errors were encountered:
Hi @creativcoder,
I am totally new to Rust (and hence new to egui etc too) but wanted to give this a try. I was able to do a hacky change to implement this but would like to know what would be the optimized way for the same. Here is my demo:
Hey that's a great start :) Thanks for trying! I can see it working as expected, but it seems to be blocked during the http fetch. If you'd like to share the branch you're working on, I can help out
In part b, we finished headlines but left the refresh button event handler for grab.
As an exercise, it would be great to implement the refresh button event handler.
We want the following behavior:
When the refresh button is clicked, the app should momentarily render a loading screen, and then make another get request to top-headlines endpoint and re-populate the list of articles.
Feel free to reach out for queries.
The text was updated successfully, but these errors were encountered: