7 Commits

Author SHA1 Message Date
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
a6225b9f6a
set max height for requests table 2024-06-07 12:57:30 +10:00
Eric
552cc2705b
Add storage request detail view 2024-06-06 13:04:36 +10:00
Eric
6a55e88fc5
fix dark mode 2024-06-06 11:51:52 +10:00
Eric
62b25b46ee
listen to all contract events with alerts 2024-06-04 17:38:13 +10:00
Eric
1cfc90a1bf
Initial commit 2024-05-30 17:56:10 +10:00