ppy / osu-web

the browser-facing portion of osu!
https://osu.ppy.sh
GNU Affero General Public License v3.0
983 stars 386 forks source link

Sync user preferences when updated from a different tab #11477

Closed nanaya closed 2 months ago

nanaya commented 2 months ago

Resolves #11295... kind of.

  1. (tab A) open a beatmap page
  2. (tab B) open some page
  3. (tab B) toggle lazer mode
  4. (tab A) switch to different difficulty

The result is the scores are fetched using the new option but sorted using the old one.

This PR doesn't change the header correctly but there's currently no framework in place to do it so maybe if someone complains about it.