Major refactor

I have spent some time (like two hours) fixing up the app, getting it up
to a somewhat better level. Code is still bad, but that's that. If
anybody is interested to make the code neater, feel free to open a PR!
This commit is contained in:
2025-03-07 17:18:15 +01:00
parent cabfe9cbd7
commit 6fad58dd64
10 changed files with 216 additions and 276 deletions

View File

@@ -10,15 +10,15 @@ TrackChooseScreen:
italic: True
color: (50, 50, 255, 1)
FloatLayout:
Spinner:
id: track_spinner
MDRaisedButton:
size: "200dp", "50dp"
pos_hint: {"center_x": 0.5, "center_y": 0.5}
on_release: root.show_dropdown(self)
size_hint: 0.7, 0.2
pos_hint: {"x": 0.15, "y":0.5}
background_color: (0, 0, 0, 1)
text: "Select a track"
values: ["Test"]
Button:
text: "confirm"
background_color: app.theme_cls.primary_color
on_release:
root.extract()
root.extract()