status-desktop/ui/app/AppLayouts/CommunitiesPortal
Pascal Precht 7706a6caea fix(CreateCommunityPopup): reset discord filelist when modal is opened
Prior to this commit we would reset the file list (and categories and
channels) whenever the `CreateCommunityPopup` was closed.

This made sense because at that point we could assume that the user has
decided to somehow stop the process of an import, so the next time the
modal is opened again, we want that data to be reset.

However, it turned out that this introduced a bug in the scenario where
and import is running, and while it's running, when the user decides to
hide the progress modal, it would reset the warnings count, resulting in
the progress banner to show an invalid state until the next progress
signal was emitted.

We don't want to reset this data every time we close the modal. We only
want to reset it when we know there's no import in progress.

Fixes #7787
2022-10-20 12:19:02 +02:00
..
controls feat(communities/portal): add tags filtering 2022-10-18 12:53:41 +02:00
panels feat(communities/portal): add tags filtering 2022-10-18 12:53:41 +02:00
popups fix(CreateCommunityPopup): reset discord filelist when modal is opened 2022-10-20 12:19:02 +02:00
stores fix(communities/portal): navigate or spectate community 2022-10-18 21:21:10 +02:00
views chore(communities/portal): extend curated communites model 2022-10-18 21:21:10 +02:00
CommunitiesPortalLayout.qml chore: minor Discord import related UI fixes 2022-10-20 10:40:41 +02:00
qmldir feat(CommunitiesPortal): Communities Portal first UI approach 2022-06-02 08:24:02 -04:00