status-desktop/ui/StatusQ/sandbox
Noelia 60638305aa feat(StatusBanner): introduce type variants for different banner styles
* feat(sandbox/controls): Added StatusBanner component in controls view

In order to test StatusBanner.qml ui component it has been added into the Sandbox app as another Control.

* chore(sandbox/controls): Refactor `StatusBanner' component

Create enum to allow selecting StatusBanner type (`Info`, `Danger`, `Success`, `Warning`).

Add new success color with some opacity in ThemePalette.

* chore(Controls/StatusBanner): Use states instead of function

To have a cleaner code, it has been added states to manage type property changes.

* chore(Controls/StatusBanner): Remove unnecessary stuff

Remove unnecessary name property.
Remove successColor3 property.
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 feat(StatusFlatRoundButton): Update the StatusFlatRoundButton to take over button behaviour from StatusIconButton under ui/shared/status 2022-09-21 18:20:06 +02:00
Controls.qml feat(StatusBanner): introduce type variants for different banner styles 2022-09-21 18:20:06 +02:00
DemoApp.qml refactor(StatusModal): Remove custom content property 2022-09-21 18:20:03 +02:00
Icons.qml
Layout.qml feat(Components): introduce `StatusChatToolBar` 2022-09-21 18:20:02 +02:00
ListItems.qml feat(StatusSmartIdenticon): Created a new StatusQ componnent to accomodate: 2022-09-21 18:20:06 +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 fix(StatusImageWithTitle): Fix position of the edit title 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 fix(StatusAssetSelector): Fixed error of crypto balance not updated correctly 2022-09-21 18:20:06 +02:00
StatusChatCommandButtonPage.qml feat(StatusQ.Controls): introduce StatusChatCommandButton 2022-09-21 18:20:06 +02:00
StatusChatInfoToolBarPage.qml feat(Components): introduce `StatusChatInfoToolBar` component 2022-09-21 18:20:02 +02:00
StatusColorSelectorPage.qml feat(StatusQ.Controls): introduce StatusColorSelector component 2022-09-21 18:20:06 +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
StatusMacNotificationPage.qml feat(StatusQ.Platform): introduce StatusMacNotification component 2022-09-21 18:20:06 +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
StatusTabBarIconButtonPage.qml feat(StatusQ.Controls): introduce `StatusTabBarIconButton` component 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
StatusWalletColorButtonPage.qml feat(StatusQ.Controls): introduce `StatusWalletColorButton` component 2022-09-21 18:20:06 +02:00
StatusWalletColorSelectPage.qml feat(StatusQ.Controls): introduce `StatusWalletColorSelect` control 2022-09-21 18:20:06 +02:00
ThemeSwitch.qml chore: add tooltip to theme switch 2022-09-21 18:20:02 +02:00
handler.cpp
handler.h
main.cpp
main.qml feat(StatusQ.Platform): introduce StatusMacNotification 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 fix(build): Windows build 2022-09-21 18:20:06 +02:00
sandboxapp.cpp fix(build): Windows build 2022-09-21 18:20:06 +02:00
sandboxapp.h fix: fix crash on removing title bar 2022-09-21 18:20:02 +02:00
spellchecker.cpp fix(Spellchecking): Add check for hunspell existence 2022-09-21 18:20:06 +02:00
spellchecker.h fix(Spellchecking): Add check for hunspell existence 2022-09-21 18:20:06 +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