status-desktop/ui
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
..
app fix(Profile): ensure profile popup has window 2021-04-14 12:40:50 -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 uiux: adjust hover color for context menu button in darkmode 2021-04-14 17:00:37 +02:00
onboarding fix: keys image to be transparent 2021-03-26 15:28:06 -04:00
shared fix(StatusChatInfoButton): use correct hover color in darkmode 2021-04-14 17:00:37 +02: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 fix: improve profile sections min width and scaling 2021-04-13 15:05:51 -04:00
nim-status-client.pro fix: fix qml warnings 2021-04-13 17:49:43 -04:00