status-qml/sandbox/pages
Noelia 1217771fd0
feat(StatusPinInput): Introduce `StatusPinInput` control
It creates `StatusPinInput` control that allows customzing its circle diameter, circle spacing and pin length. It contains a `TextInput` object that will provide the component, input text management like validation rules.

It incorporates a blinking animation when the control is focused and feedback (mouse shape changed) when hovering it.

It adds new page in sandbox to play with `StatusPinInput` control.

It adds component documentation.

Also it creates 2 new `StatusValidator` controls with their corresponding documentation:
- `StatusRegularExpressionValidator` which wraps a QML type `RegularExpressionValidator`.

- `StatusIntValidator` which wraps a QML type `IntValidator`.

Closes #524
2022-02-18 09:25:05 +01:00
..
StatusAccountSelectorPage.qml refactor: refactored/cleaned up sandbox app 2022-01-19 16:22:52 +01:00
StatusAddressPage.qml refactor: refactored/cleaned up sandbox app 2022-01-19 16:22:52 +01:00
StatusAssetSelectorPage.qml refactor: refactored/cleaned up sandbox app 2022-01-19 16:22:52 +01:00
StatusChatCommandButtonPage.qml refactor: refactored/cleaned up sandbox app 2022-01-19 16:22:52 +01:00
StatusChatInfoToolBarPage.qml refactor: refactored/cleaned up sandbox app 2022-01-19 16:22:52 +01:00
StatusColorSelectorPage.qml refactor: refactored/cleaned up sandbox app 2022-01-19 16:22:52 +01:00
StatusExpandableSettingsItemPage.qml refactor: refactored/cleaned up sandbox app 2022-01-19 16:22:52 +01:00
StatusInputPage.qml refactor: refactored/cleaned up sandbox app 2022-01-19 16:22:52 +01:00
StatusMacNotificationPage.qml refactor: refactored/cleaned up sandbox app 2022-01-19 16:22:52 +01:00
StatusPasswordStrengthIndicatorPage.qml feat(StatusQ.Controls): Introduce `StatusPasswordStrengthIndicator` 2022-01-24 10:59:33 +01:00
StatusPinInputPage.qml feat(StatusPinInput): Introduce `StatusPinInput` control 2022-02-18 09:25:05 +01:00
StatusPopupMenuPage.qml refactor: refactored/cleaned up sandbox app 2022-01-19 16:22:52 +01:00
StatusSelectPage.qml refactor: refactored/cleaned up sandbox app 2022-01-19 16:22:52 +01:00
StatusTabBarIconButtonPage.qml refactor: refactored/cleaned up sandbox app 2022-01-19 16:22:52 +01:00
StatusTabSwitchPage.qml refactor: refactored/cleaned up sandbox app 2022-01-19 16:22:52 +01:00
StatusTagSelectorPage.qml feat(StatusQ.Components): Adding StatusTagSelector component 2022-02-02 10:26:45 +01:00
StatusToastMessagePage.qml feat(StatusQ.Components): Adding StatusToastMessage 2022-02-08 09:36:38 +01:00
StatusWalletColorButtonPage.qml refactor: refactored/cleaned up sandbox app 2022-01-19 16:22:52 +01:00
StatusWalletColorSelectPage.qml refactor: refactored/cleaned up sandbox app 2022-01-19 16:22:52 +01:00
StatusWizardStepperPage.qml feat(StatusQ.Components): Adding StatusWizardSteper component 2022-02-09 09:21:46 +01:00