status-desktop/ui
Pascal Precht 79338f76be feat(ModalPopup): hide footer section if footerContent height is 0
In the recent past we've improved our `ModalPopup` to allow for a bit more control
when it comes to rendering a modal footer section with call-to-action items.

The footer section is rendered when there's `footerContent` and when the height
of the footer content is > 0. This means it's possible to also hide the footer content
section from the modal, even when there's footer content children.

However, there's a separator rendered whenver the footer is visible, regardless of its
height. This results in undesired behaviour when rendering footer children of height 0.

To avoid this, this commit adjust the condition so that the separator is only rendered
when the footer visible AND the height of it is > 0.
2021-03-16 14:29:36 -04:00
..
app feat: drag and drop images 2021-03-16 13:51:37 -04:00
fonts fix: use normal Inter for normal text and StatusInter for addresses 2020-07-02 10:51:57 -04:00
i18n update translation keys 2021-03-16 12:43:57 -04:00
imports feat: drag and drop images 2021-03-16 13:51:37 -04:00
onboarding Fixed login btn pending status in case of invalid password. Fixes #1972 2021-03-04 17:36:37 -05:00
shared feat(ModalPopup): hide footer section if footerContent height is 0 2021-03-16 14:29:36 -04:00
sounds feat: allow users to turn of notification sounds 2020-10-20 13:50:49 -04:00
generate-rcc.sh feat: bundle resources 2020-07-03 09:59:00 -04:00
main.qml feat: drag and drop images 2021-03-16 13:51:37 -04:00
nim-status-client.pro update translation keys 2021-03-16 12:43:57 -04:00