mirror of
https://github.com/spalencsar/bearwave.git
synced 2026-07-07 06:34:16 +02:00
refactor(qml): extract station list, player, world, and about UI
Phase 2 splits the remaining large Main.qml blocks into StationCard, WorldCategories, WorldCategoryHeader, PlayerBar, and AboutDialog. Main.qml is now ~414 lines (down from ~1240); behavior unchanged.
This commit is contained in:
@@ -7,6 +7,11 @@
|
||||
<file>qml/components/HeaderNavigation.qml</file>
|
||||
<file>qml/components/SearchToolbar.qml</file>
|
||||
<file>qml/components/QuickFilters.qml</file>
|
||||
<file>qml/components/StationCard.qml</file>
|
||||
<file>qml/components/WorldCategoryHeader.qml</file>
|
||||
<file>qml/components/WorldCategories.qml</file>
|
||||
<file>qml/components/PlayerBar.qml</file>
|
||||
<file>qml/components/AboutDialog.qml</file>
|
||||
<file>qml/utils/FlagUtils.js</file>
|
||||
</qresource>
|
||||
<qresource prefix="/">
|
||||
|
||||
Reference in New Issue
Block a user