status-desktop/ui/StatusQ/sandbox
Pascal Precht b194a1d869 feat(StatusQ.Controls): introduce `StatusAssetSelector` component
This is used for a more complex amount and asset selector component.

Usage:

```qml
import StatusQ.Controls 0.1

StatusAssetSelector {
    assets: ListModel {
        ListElement {
            address: "0x1234"
            name: "Status Network Token"
            value: "20"
            symbol: "SNT"
            fiatBalance: "9992.01"
            fiatBalanceDisplay: "9992.01"
        }
        ListElement {
            address: "0x1234"
            name: "DAI Token"
            value: "20"
            symbol: "DAI"
            fiatBalance: "20"
            fiatBalanceDisplay: "20"
        }
    }
}
```

Closes #442
2022-09-21 18:20:06 +02:00
..
android Revert "Revert "feat: can be used on tablets (#146)"" 2022-09-21 18:20:02 +02:00
dictionaries feat(Spellchecking): Add dictionaries 2022-09-21 18:20:05 +02:00
scripts chore: introduce build script for sandbox app 2022-09-21 18:20:02 +02:00
Buttons.qml [#202] Added Picker button 2022-09-21 18:20:03 +02:00
Controls.qml feature(StatusSelectableText): Added a selectable text component (#431) 2022-09-21 18:20:05 +02:00
DemoApp.qml refactor(StatusModal): Remove custom content property 2022-09-21 18:20:03 +02:00
Icons.qml feat: Set up catalog app (sandbox) 2022-09-21 18:20:01 +02:00
Layout.qml feat(Components): introduce `StatusChatToolBar` 2022-09-21 18:20:02 +02:00
ListItems.qml feat(StatusDescriptionListItem): introduce support for `value` 2022-09-21 18:20:03 +02:00
Models.qml refactor(StatusSearchPopup): change expected search model shape 2022-09-21 18:20:03 +02:00
Others.qml feat(Components): introduce `StatusRoundIcon` component 2022-09-21 18:20:02 +02:00
Popups.qml feat(StatusModal): Add edit avatar button 2022-09-21 18:20:06 +02:00
StatusAccountSelectorPage.qml feat(StatusQ.Controls): introduce `StatusAccountSelector` component 2022-09-21 18:20:06 +02:00
StatusAddressPage.qml feat(StatusQ.Components): introduce `StatusAddress` component 2022-09-21 18:20:06 +02:00
StatusAssetSelectorPage.qml feat(StatusQ.Controls): introduce `StatusAssetSelector` component 2022-09-21 18:20:06 +02:00
StatusChatInfoToolBarPage.qml feat(Components): introduce `StatusChatInfoToolBar` component 2022-09-21 18:20:02 +02:00
StatusExpandableSettingsItemPage.qml feat(StatusExpandableItem): Refactored the StatusExpandableSettingsItem to support different types 2022-09-21 18:20:03 +02:00
StatusInputPage.qml feat(StatusBaseInput): introduce `component` property 2022-09-21 18:20:03 +02:00
StatusPopupMenuPage.qml feat(StatusQ.Popups) Adding SearchPopup component 2022-09-21 18:20:03 +02:00
StatusSelectPage.qml feat(StatusQ.Controls): introduce `StatusSelect` 2022-09-21 18:20:06 +02:00
StatusTabSwitchPage.qml feat(StatusQ.Controls): introduce StatusSwitchTabBar and StatusSwitchTabButton 2022-09-21 18:20:03 +02:00
ThemeSwitch.qml chore: add tooltip to theme switch 2022-09-21 18:20:02 +02:00
handler.cpp feat: Set up catalog app (sandbox) 2022-09-21 18:20:01 +02:00
handler.h feat: Set up catalog app (sandbox) 2022-09-21 18:20:01 +02:00
main.cpp feat: Set up catalog app (sandbox) 2022-09-21 18:20:01 +02:00
main.qml feat(StatusQ.Controls): introduce `StatusAssetSelector` component 2022-09-21 18:20:06 +02:00
qml.qrc feat(StatusExpandableSettingsItem): Added new component for wallet settings 2022-09-21 18:20:03 +02:00
sandbox.pro feat(Spellchecking): Add dictionaries 2022-09-21 18:20:05 +02:00
sandboxapp.cpp feat(Spellchecker): Add Spellchecker class 2022-09-21 18:20:04 +02:00
sandboxapp.h fix: fix crash on removing title bar 2022-09-21 18:20:02 +02:00
spellchecker.cpp fix: Sandbox doesn't build on Linux machines 2022-09-21 18:20:05 +02:00
spellchecker.h feat(Spellchecker): Add Spellchecker class 2022-09-21 18:20:04 +02:00
statuswindow.cpp Revert "Revert "feat: can be used on tablets (#146)"" 2022-09-21 18:20:02 +02:00
statuswindow.h fix: update position of window to center, add traffic lights 2022-09-21 18:20:02 +02:00
statuswindow_mac.mm fix: update position of window to center, add traffic lights 2022-09-21 18:20:02 +02:00