fix(apps/amm): make the AMM UI load in Basecamp

Stage Logos.Wallet at the plugin root as pure QML (Basecamp rejects the
  prefer :/qt/qml/... resource), move NavBar into qml/chrome/ so it stops
  colliding in Basecamp's shared import path, and add a QML_IMPORT_PATH
  wrapper so standalone still resolves the root module. Adds amm-ui-lgx /
  amm-module-lgx aliases for addressable Basecamp installs.
This commit is contained in:
r4bbit
2026-08-20 14:06:45 +02:00
parent 470e06c6c3
commit 792ff464ac
4 changed files with 42 additions and 5 deletions
-5
View File
@@ -1,5 +0,0 @@
module Logos.Wallet
optional plugin logos_wallet_qmlplugin ../../../Logos/Wallet
classname Logos_WalletPlugin
prefer :/qt/qml/Logos/Wallet/
depends QtQuick
+1
View File
@@ -4,6 +4,7 @@ import QtQuick.Layouts 1.15
import Logos.Theme
import "chrome"
import "pages"
Item {