status-desktop/storybook/pages/ActiveNetworkLimitPopupPage.qml
dlipicar ee79b494ec
Network selection improvements (#17184)
* feat(network): implement new networks selection screen

* fix: proper handling of test network icon

* feat: changes to Network selector

* feat: implement blockchain explorers menu

* chore: move networks related properties and functions to NetworksStore

* feat: remove usage of tiny network icons

* fix: misc fixes

* chore: change exception with error
2025-02-19 12:22:45 -03:00

43 lines
804 B
QML

import QtQuick 2.15
import QtQuick.Controls 2.15
import AppLayouts.Profile.popups.networkSettings 1.0
import Storybook 1.0
import StatusQ.Core 0.1
SplitView {
orientation: Qt.Vertical
Item {
SplitView.fillWidth: true
SplitView.fillHeight: true
PopupBackground {
anchors.fill: parent
}
Button {
anchors.centerIn: parent
text: "Reopen"
onClicked: popup.open()
}
}
ActiveNetworkLimitPopup {
id: popup
anchors.centerIn: parent
width: 521
modal: false
visible: true
destroyOnClose: false
}
}
// category: Popups
// https://www.figma.com/design/idUoxN7OIW2Jpp3PMJ1Rl8/%E2%9A%99%EF%B8%8F-Settings-%7C-Desktop?node-id=25465-98646&m=dev