You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.
The text was updated successfully, but these errors were encountered:
lukasschor
added
Bug 🐛
Something isn't working
Minor
Needs to be fixed within the next 1-3 public releases.
Major
Needs to be fixed for immediate next public release.
and removed
Minor
Needs to be fixed within the next 1-3 public releases.
labels
Dec 18, 2019
* Prevent notifications from showing after loading safe
* Make a safe-based sessionStorage control
* Show notifications for new Safes and prevent displaying oldest incoming tx for newly loaded Safe
* Create `currentSession` state
* Add `currentSession` to the Store
* Initialize `currentSession`
* Use `currentSession` to handle notifications for incoming Transactions
* Remove `updateUserStatus`
* Move the load of the current session from storage to app startup
* Fix duplicated reducer id
* Adapt notificationsMiddleware
* Prevent notifications from showing after loading safe
* Make a safe-based sessionStorage control
* Show notifications for new Safes and prevent displaying oldest incoming tx for newly loaded Safe
* Create `currentSession` state
* Add `currentSession` to the Store
* Initialize `currentSession`
* Use `currentSession` to handle notifications for incoming Transactions
* Remove `updateUserStatus`
* Move the load of the current session from storage to app startup
* Fix duplicated reducer id
* Adapt notificationsMiddleware
Obtained Result:
After loading a Safe, multiple incoming transaction notifications are displayed.
Expected result:
Don't show any notifications after loading a Safe (or indirectly loading it through a link) as specified here: #333 (comment)
Environment
Steps to reproduce
Open this link in incognito: https://safe-team-mainnet.staging.gnosisdev.com/safes/0xfF501B324DC6d78dC9F983f140B9211c3EdB4dc7/transactions
Screenshots
The text was updated successfully, but these errors were encountered: