1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 06:47:24 +08:00
osu-lazer/osu.Game/Overlays/Settings
Bartłomiej Dach aa8dbd742e
Hoist database update to subsection level
The end goal here is to be able to better coordinate deconfliction of
bindings at the subsection level rather than try to jam that logic into
individual rows somehow.

The flipside is that this is going to require a flow to update the
individual rows after the subsection's intervention, but that's what the
previous commit was for.
2023-10-12 16:01:51 +02:00
..
Sections Hoist database update to subsection level 2023-10-12 16:01:51 +02:00
DangerousSettingsButton.cs Automated pass 2023-06-24 01:00:03 +09:00
ISettingsItem.cs Automated pass 2023-06-24 01:00:03 +09:00
MultiplierSettingsSlider.cs Fix rate adjust mods not showing "x" prefix on customisation slider's tooltip 2023-09-13 16:43:48 +09:00
OutlinedTextBox.cs Automated pass 2023-06-24 01:00:03 +09:00
RulesetSettingsSubsection.cs Partial everything 2022-11-27 00:00:27 +09:00
SettingsButton.cs Add support for externally specified keywords in SettingsButtons 2023-01-23 15:10:26 +09:00
SettingsCheckbox.cs Automated pass 2023-06-24 01:00:03 +09:00
SettingsDropdown.cs Partial everything 2022-11-27 00:00:27 +09:00
SettingsEnumDropdown.cs Automated pass 2023-06-24 01:00:03 +09:00
SettingsFooter.cs Manual fixes to reduce warnings to zero 2023-06-24 01:52:53 +09:00
SettingsHeader.cs Automated pass 2023-06-24 01:00:03 +09:00
SettingsItem.cs Reduce spacing in settings items 2023-07-21 15:39:40 +09:00
SettingsNumberBox.cs Fix SettingsNumberBox having additional margin 2023-07-21 15:46:28 +09:00
SettingsPercentageSlider.cs Display corner radius setting as percentage 2023-03-07 19:43:52 +01:00
SettingsSection.cs Remove all unnecessary usage of IHasFilterableChildren 2022-11-29 14:40:52 +09:00
SettingsSidebar.cs Automated pass 2023-06-24 01:00:03 +09:00
SettingsSlider.cs Automated pass 2023-06-24 01:00:03 +09:00
SettingsSubsection.cs Automated pass 2023-06-24 01:00:03 +09:00
SettingsTextBox.cs Automated pass 2023-06-24 01:00:03 +09:00
SidebarButton.cs Automated pass 2023-06-24 01:00:03 +09:00
SidebarIconButton.cs Partial everything 2022-11-27 00:00:27 +09:00