issues
search
jetli
/
rust-yew-realworld-example-app
Exemplary real world app built with Rust + Yew + WebAssembly, by Function Components + Hooks, also supports desktop by Tauri.
https://jetli.github.io/rust-yew-realworld-example-app/
Apache License 2.0
862
stars
112
forks
source link
Fix pagination and favorite
#49
Open
wanderingmeow
opened
1 year ago
wanderingmeow
commented
1 year ago
Pagination
Prompt "loading..." if article_list is being retrieved, which accidentally solves the issue in pagination.
Favorite
Route to login page if user is not logged in.
Use dummy post body for API request, as the default API backend rejects "null" json.
Pagination
Favorite