Founntain / osuplayer

Official osu!player repository. osu!player is a music player for the game osu! made by Dean 'peppy' Herbert. Written in the cross-platform framework AvaloniaUI
MIT License
62 stars 6 forks source link

Improvement of the last.fm UI in the settings #215

Closed Founntain closed 1 year ago

Founntain commented 1 year ago

In the current implementation the user is able to insert the API-Key and Secret and then press authorize. The user has to confirm his authorization through the browser.

If all that went successful, the user gets his session key that we need for th API calls to last.fm.

However it is not very visible if the user already has a session key or not; if the user needs to re-enter the details etc.

This feels wrong and needs improvement. For example showing the user that all is fine, or disable the controls with a hint that the user is already authorized.