status-desktop/ui/app/AppLayouts/Chat
Lukáš Tinkl 0b94c2b541 fix: revert to not destroy popups on close by default
- causing too many regressions along the way
- most of our popups are already destroyed properly inside Popups.qml
- in general, a Popup (Dialog, Menu, etc.) can be manually destroyed iff
it had been created using `Component.createObject()`, otherwise it's gone
for good until restart
- manually enabled the destroy-on-close in verified cases

Fixes #10948 (maybe some other dupes)
2023-06-09 00:44:27 +02:00
..
controls chore(qml): adapt assets to support mediaserver images 2023-06-08 13:09:59 +02:00
helpers feat(HoldingsDropdown): airdrops tokens support added 2023-05-08 11:44:10 +02:00
layouts feat(MintToken): Add `delete` and `retry mint` options when deploy fails 2023-06-02 13:15:34 +02:00
panels fix: revert to not destroy popups on close by default 2023-06-09 00:44:27 +02:00
popups fix: revert to not destroy popups on close by default 2023-06-09 00:44:27 +02:00
stores fix(contacts): fix inconsistency when banning or unbanning contact 2023-06-01 14:25:20 -04:00
views fix: [chat] @mentions no longer working 2023-06-08 16:19:53 -04:00
ChatLayout.qml fix(newChat): fix sending messages in new ad hoc chat with new store 2023-05-05 09:36:14 -04:00
qmldir