headlines icon indicating copy to clipboard operation
headlines copied to clipboard

[WIP] A simple news reading GUI app built in Rust

Results 5 headlines issues
Sort by recently updated
recently updated
newest added
trafficstars

Thread did not fetch the news with the refresh button. the pr contains the fix for the code. either web assembly and the UI was tested. The errors from app_rx.recv()...

HELLO Just FYI, I built this OK and used it as supplied, works fine. Thank you. However, today I upgraded headlines Cargo.toml to use the most recent versions of dependent...

In [part b](https://www.youtube.com/watch?v=SvFPdgGwzTQ), 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...

exercise

`toggle_config` is initialized to false, and then passed to `.open(toggle_config)`, so the config does not appear. This change also fixes closing the config window when the user press Enter, see:...