Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redesign editor setup screen with new "form" controls #30099

Merged
merged 12 commits into from
Oct 3, 2024

Conversation

bdach
Copy link
Collaborator

@bdach bdach commented Oct 3, 2024

2024-10-03.13-55-55.mp4

Also contains some assorted drive-by fixes. See commit messages for details.

@peppy peppy self-requested a review October 3, 2024 11:09
@peppy
Copy link
Sponsor Member

peppy commented Oct 3, 2024

I think metadata deserves to be above resources

diff --git a/osu.Game/Screens/Edit/Setup/SetupScreen.cs b/osu.Game/Screens/Edit/Setup/SetupScreen.cs
index 4b9a7a858f..16d58efb93 100644
--- a/osu.Game/Screens/Edit/Setup/SetupScreen.cs
+++ b/osu.Game/Screens/Edit/Setup/SetupScreen.cs
@@ -72,8 +72,8 @@ private void load(EditorBeatmap beatmap, OverlayColourProvider colourProvider)
                                             Spacing = new Vector2(25),
                                             Children = new Drawable[]
                                             {
-                                                new ResourcesSection(),
                                                 new MetadataSection(),
+                                                new ResourcesSection(),
                                             }
                                         },
                                         new FillFlowContainer

@peppy
Copy link
Sponsor Member

peppy commented Oct 3, 2024

Oh no.. we have some very positionally-dependent tests...

Copy link
Sponsor Member

@peppy peppy left a comment

Choose a reason for hiding this comment

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

Feels good enough to push forward

@peppy peppy merged commit 2914a5b into ppy:master Oct 3, 2024
8 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Redesign setup screen
2 participants