Results 152 comments of Anatoliy Kashkin

It may be AppImage-specific issue. Can you try non-AppImage version (ideally packaged for your distro or built manually) to confirm that?

> Are there other services which provide similar information and are viable? A quick search showed me rawg.io/apidocs - api.rawg.io/docs/#operation/games_read Looks interesting and I'll think about integrating it. --- But...

It works as before, at least on the [`next`](https://github.com/tkashkin/Adwaita-for-Steam/tree/next) branch. A couple of small issues in the new beta are already fixed there. `master` branch should also continue to work...

The latest release still works fine for me on the Steam beta, you just need to reinstall the skin. There are a couple of bugs which are already fixed in...

Try [v1.16](https://github.com/tkashkin/Adwaita-for-Steam/releases/tag/v1.16) and let me know if it still doesn't work.

@Foldex any ideas? Maybe we can expand the original menu on `:hover` or `:focus`. We'll probably have to also somehow patch Steam's JS code to do anything more complicated. It...

Some ideas to test later: * Can we make the buttons icon-only? (Probably yes). * Can we hide the less useful submenus? `display: none` vs `visibility` vs zero size. Will...

@Foldex I've tried a few more things in #176, here's the current status and observations: * It already looks like an Adwaita menu until you try to hover it. *...

The menu seems to be built in `steamui/sp.js` and it should probably be possible to modify it if we can patch JS. More details in https://github.com/tkashkin/Adwaita-for-Steam/discussions/181#discussioncomment-6455199.