6 Commits

Author SHA1 Message Date
Eric
e060668cb2
Fix alert button url and info
- alert button url was not honouring the enableModeration query string
- slot index was not appear for slot index 0
2024-06-28 15:23:20 +10:00
Eric
0ea0f60197
fix bug with multiple alerts not dismissing
The alerts for multiple events involving slots had non-unique ids and were failing to dismiss.
2024-06-27 12:01:33 +10:00
Eric
20d3a1ce8d
maintain moderation view when viewing request details from alert banner 2024-06-26 17:02:55 +10:00
Eric
ed378e1a77
Split out loading of request and request details
On the requests page, only show details relating to the StorageRequested event
On the request details page, load more detailed information, including slot info. If already fetched, do not re-fetch
2024-06-17 17:25:05 +10:00
Eric
28bdd3f3e7
bug fixes
- prevent reload of page when clicking alert "view details" button
- when on the request details page, navigating to a different request, eg via an alert button, works without refreshing the page (data is fetched from the store)
- fixed bug with inserting data into the store on StorageRequested event
- fixed blockNumber not being inserted into the store
2024-06-12 17:46:19 +10:00
Eric
62b25b46ee
listen to all contract events with alerts 2024-06-04 17:38:13 +10:00