IsThereAnyDeal / AugmentedSteam

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

Rework achievement sort to better support all locales #1866

Closed candela97 closed 3 months ago

candela97 commented 3 months ago

Fixes #1798

tfedor commented 3 months ago

We're doing unnecessary load of english page even if the page is already in english. I think the loading of english page should be a fallback, not a main course of action.

There's also unnecessary DOM manipulation, we don't need to keep adding dataset properties to DOM.

tfedor commented 3 months ago

Cherry picked changes and added directly to develop