mirror of
https://github.com/spalencsar/bearwave.git
synced 2026-07-07 06:34:16 +02:00
refactor(qml): extract dialogs and loading overlay from Main.qml
Add AddStationDialog, EditStationDialog, and LoadingOverlay components. Main.qml shrinks to ~325 lines; dialog IDs and app.editDialog API unchanged.
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
<file>qml/components/WorldCategories.qml</file>
|
||||
<file>qml/components/PlayerBar.qml</file>
|
||||
<file>qml/components/AboutDialog.qml</file>
|
||||
<file>qml/components/AddStationDialog.qml</file>
|
||||
<file>qml/components/EditStationDialog.qml</file>
|
||||
<file>qml/components/LoadingOverlay.qml</file>
|
||||
<file>qml/utils/FlagUtils.js</file>
|
||||
</qresource>
|
||||
<qresource prefix="/">
|
||||
|
||||
Reference in New Issue
Block a user