Add skin/classic support for remaining edge cases
There are some components which users expect to match stable. The main example I've heard is the song progress being displayed as a circular component. There are probably quite a few skinnable edge cases too, which should be collected in this issue. This includes some skinnables (like the back button) which we plan to support, even though they aren't part of the gameplay loop.
- https://github.com/ppy/osu/issues/8700
- #10945
- #10944
So far I'm seeing the following issue threads tracking support of different skin components present in stable (in addition to the above):
- https://github.com/ppy/osu/issues/7152
- https://github.com/ppy/osu/issues/9783
- https://github.com/ppy/osu/issues/13760
- https://github.com/ppy/osu/issues/5721
And also gameplay/low-priority ones:
- https://github.com/ppy/osu/issues/4625
- https://github.com/ppy/osu/issues/13601
- https://github.com/ppy/osu/issues/10815
Judgement animations don't match stable
- #15206 (fixed as of https://github.com/ppy/osu/pull/22421)
- #21892
Further osu!taiko skinning elements are documented in #17119 which includes #13601.
The only high-priority item on this list (in my opinion) is Kiai flashing of the taiko hitobjects is not supported yet as most legacy skins rely on this mechanic to differentiate kiai sections at all.