mirror of
https://github.com/logos-blockchain/lez-programs.git
synced 2026-08-26 14:41:12 +00:00
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:
@@ -1,5 +0,0 @@
|
||||
module Logos.Wallet
|
||||
optional plugin logos_wallet_qmlplugin ../../../Logos/Wallet
|
||||
classname Logos_WalletPlugin
|
||||
prefer :/qt/qml/Logos/Wallet/
|
||||
depends QtQuick
|
||||
@@ -4,6 +4,7 @@ import QtQuick.Layouts 1.15
|
||||
|
||||
import Logos.Theme
|
||||
|
||||
import "chrome"
|
||||
import "pages"
|
||||
|
||||
Item {
|
||||
|
||||
Reference in New Issue
Block a user