status-desktop/ui/app/AppLayouts
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
..
Browser feat(ActivityCenter): Fix unreadNotificationsCount availability on every section 2022-10-04 17:05:47 +04:00
Chat feat: New Profile Modal 2022-10-17 12:05:54 +02:00
CommunitiesPortal fix(CreateCommunityPopup): reset discord filelist when modal is opened 2022-10-20 12:19:02 +02:00
Node feat(ActivityCenter): Fix unreadNotificationsCount availability on every section 2022-10-04 17:05:47 +04:00
Onboarding chore(@desktop/keycard): keycard animations' details set as constants for easier maintaining 2022-10-19 13:24:41 +02:00
Profile feat(@desktop/keycard): create a new pairing code 2022-10-19 13:24:41 +02:00
UIComponents
Wallet feat: New Profile Modal 2022-10-17 12:05:54 +02:00
stores feat(ActivityCenter): Fix unreadNotificationsCount availability on every section 2022-10-04 17:05:47 +04:00