IsThereAnyDeal / AugmentedSteam

Augments your Steam Experience
https://augmentedsteam.com
GNU General Public License v3.0
1.39k stars 85 forks source link

[TASK] Add app names to hidden apps dialog on wishlist #1635

Open MxtOUT opened 1 year ago

MxtOUT commented 1 year ago

Task Description

Display the app name besides the app image in the dialog

Motivation

It may be hard to make out the name of the app just from the image + it's easier to search for a specific app

candela97 commented 1 year ago

Yeah, but we'll need to get the app info from elsewhere. If we're gonna use any sort of Steam API, might as well implement this feature the proper way: manually build the missing rows.

candela97 commented 1 year ago

App hovers https://store.steampowered.com/apphover/[appid] are a pretty minimal page to get this info, but it seems like it doesn't work for banned apps. Next is querying the community page, but I'd rather not do that.