5 Commits

Author SHA1 Message Date
Eric
18ecacda94
Modify codex start script to use public ip for --nat 2024-06-27 12:03:47 +10:00
Eric
f1b97c3f3c
update codex run script 2024-06-26 17:02:55 +10:00
Eric
77cdbbe6e8
Add all the bells and whistles
Add tooltip, relative time, requestedAt
However, fetching data is too slow now and there is a lag after render. Can try removing the fetching of slots when getting past StorageRequested events, and only do that fetch on the details page
2024-06-14 18:13:35 +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
1cfc90a1bf
Initial commit 2024-05-30 17:56:10 +10:00