dmadisetti / steam-tui

Rust TUI client for steamcmd
MIT License
858 stars 17 forks source link

[Feature Request] Add in Favorited Games #28

Closed aflyingpumpkin closed 2 years ago

aflyingpumpkin commented 3 years ago

Add in an ability to favorite a game to pin it to the top of the games list.

dmadisetti commented 3 years ago

I think this would be nice. Ideally using config or a seperate storage file.

I would change the invocation of with_items to take in this context https://github.com/dmadisetti/steam-tui/blob/main/src/util/stateful.rs#L26

and then change activated to sort as well as filter based on the criteria.

dmadisetti commented 3 years ago

I saw you forked the project @aflyingpumpkin is this something you're interested in adding?

I saw you started working on ProtonDB integration, awesome thanks. Happy to help you troubleshoot if you open a PR, maybe async problems?

aflyingpumpkin commented 3 years ago

I was not quite sure on how to create favorites, but I was working on trying to add in protondb integration. But eventually I ran into a wall. I will create a PR for it.