ethpandaops / dora

Dora the Explorer is a lightweight slot explorer for the ethereum beaconchain
https://beaconlight.ephemery.dev/
GNU General Public License v3.0
83 stars 26 forks source link

Client side rendering for client details #175

Closed pk910 closed 6 days ago

pk910 commented 1 week ago

This PR adds client side rendering for the client details in the el & cl client list. This significantly reduces the page size for instances with a large number of clients (nft devnet).

The clients list itself is still served as html to allow basic page functionality without javascript enabled. When expanding one of the client rows, the displayed details are rendered client side using knockoutjs.