status-desktop/ui/shared
Pascal Precht 113ddc7ce3 feat(ui/shared): allow ModalPopup to receive header components
Similar to its `footer` content, ModalPopup can now receive header components
allowing consumers to design the header part of the modal to their likings.

Usage:

```
ModalPopup {
    id: popup

    header: Item {
			...
		}
	  ...
}
```

The header section will take the height of the root element of the substree
passed to `header`
2020-06-09 17:57:30 -04:00
..
img refactor: code cleanup 2020-06-04 08:35:29 -04:00
Input.qml feat: add TextArea to Input and set correct Modal height 2020-06-08 17:01:29 -04:00
ModalPopup.qml feat(ui/shared): allow ModalPopup to receive header components 2020-06-09 17:57:30 -04:00
PopupMenu.qml feat: add basic generate account popup 2020-06-04 16:31:17 -04:00
RoundedIcon.qml feat: add asset list in wallet 2020-05-13 19:05:20 -04:00
Separator.qml feat: add very basic sendModal content 2020-05-29 14:44:45 -04:00
StatusTabButton.qml feat: add TabButton and TabBar for the Wallet 2020-05-28 13:59:56 -04:00
StyledButton.qml chore: use Buttons for all components and improve Login 2020-06-01 12:28:47 -04:00
qmldir Create a reusable modal popup 2020-05-29 15:02:31 -04:00