Skip to content

Conversation

@frenzibyte
Copy link
Member

I've removed some of the properties for tooltip / default string customization as they don't fit well with localisation or are unnecessary. I've replaced them with direct overrides in the slider pieces instead.

@frenzibyte frenzibyte added area:song-select area:localisation Deals with localisation and regional display issues. labels Jun 14, 2025
/// Lower bound display for when it is set to its default value, or null to display the value directly.
/// </summary>
public string DefaultStringLowerBound { get; init; } = string.Empty;
public LocalisableString? DefaultStringLowerBound { get; init; }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This abstraction class is like, not sure we'll ever use it in another use cas 🤷

@peppy peppy requested review from peppy June 15, 2025 14:41
@peppy
Copy link
Member

peppy commented Jun 15, 2025

Worth noting that tooltips feels absolutely bad and probably need to be fixed at a global level:

2025-06-15.23.46.38.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:localisation Deals with localisation and regional display issues. area:song-select size/M

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Range slider numbers do not account for language updates

2 participants