1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-21 22:24:25 +08:00
Files
osu-lazer/osu.Game/Online/API
T
Bartłomiej Dach 7bb97d5796 Show user tags on beatmap set overlay
Resolves one part of
https://github.com/ppy/osu/discussions/32568#discussioncomment-12612928

A few caveats:

- Layout is slightly different than web intentionally. Web does things
  that I think will be difficult to reproduce or just plain look bad in
  client, such as:

  - On web, the metadata info box has 200px min height and 300px max
    height. I just hardcoded 300 units.

  - On web, user tags and mapper tags are individually scrollable, and
    the amount of space taken up by each is calculated in a way that
    is - as far as I can tell - indeterminate, and probably influenced
    by some flexbox magic. I just made the entire thing scrollable
    instead.

- Because song select shares controls with the beatmap set overlay, now
  song select says "Mapper Tags" in the header instead of just "Tags"
  too. I think this is fine, because people asked for user tags to be
  shown in song select too.

- Search query syntax lifted from
  https://github.com/ppy/osu-web/pull/12047.

- Using hardcoded English strings for now, will update to the
  translations after the next osu-resources localisations update.
7bb97d5796 · 2025-03-27 14:58:03 +01:00
History
..
2024-08-30 13:41:34 +02:00
2023-06-24 01:00:03 +09:00
2025-02-07 17:33:32 +09:00
2025-02-07 17:33:32 +09:00
2025-02-07 17:33:32 +09:00
2024-01-30 21:05:23 +01:00
2022-06-17 16:37:17 +09:00
2023-06-24 01:00:03 +09:00
2023-06-24 01:00:03 +09:00