ppy / osu-web

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

Add backend support for customising profile page hue #11304

Open nanaya opened 4 days ago

nanaya commented 4 days ago

The frontend needs a bit more time to cook 🍳

$.ajax('/home/account', { method: 'PUT', data: { user: { user_style: 80 } } })

The variables are moved to body to allow turbolinks-compatible preview as otherwise it'll need to modify <html> styling which persists on navigation.