status-desktop/ui/app
Pascal Precht 57ac94c4ac fix(Profile): ensure profile popup has window
When the profile popup is opened inside the contacts list, it doesn't have
a surrounding window context (`Popup` types should usually be used within `ApplicationWindow`
or `Window` components as per https://doc.qt.io/qt-5/qml-qtquick-controls2-popup.html).

This is problematic when popup are nested, like it's the case with the
nickname popup that will be instantiated by the profile popup.
With no window context, such nested popup can't be opened by the application.

This commit ensures the profile popup is created with a proper context,
fixing the issue that the nickname popup won't open when visting via
contacts list.

Fixes #2216
2021-04-14 12:40:50 -04:00
..
AppLayouts fix(Profile): ensure profile popup has window 2021-04-14 12:40:50 -04:00
img core: update token icon assets 2021-04-13 15:12:12 -04:00
AppMain.qml fix(ui): use proper color for badge border 2021-04-14 10:54:20 +02:00
qmldir feat: Onboarding carousel 2020-05-12 18:52:51 -04:00