Navbar: reimplement as a reusable component, drop redundant code

This commit is contained in:
xiphon
2021-03-17 11:32:11 +00:00
parent e94ac7c75d
commit 34d3f6575a
4 changed files with 213 additions and 353 deletions

View File

@@ -5,6 +5,8 @@
<file>MiddlePanel.qml</file>
<file>components/Label.qml</file>
<file>components/LanguageButton.qml</file>
<file>components/Navbar.qml</file>
<file>components/NavbarItem.qml</file>
<file>components/SettingsListItem.qml</file>
<file>components/Slider.qml</file>
<file>components/UpdateDialog.qml</file>
@@ -162,7 +164,6 @@
<file>pages/settings/SettingsLog.qml</file>
<file>pages/settings/SettingsLayout.qml</file>
<file>pages/settings/SettingsInfo.qml</file>
<file>pages/settings/Navbar.qml</file>
<file>components/WarningBox.qml</file>
<file>images/miningxmr.png</file>
<file>images/miningxmr@2x.png</file>