zielmicha/fc00.org

highlight of my node

whoizit opened this issue · 5 comments

My opinion. It should highlight "my node" on map at the entrance to the site h.fc00.org. Like clicking on it. What do you think about it?

The tricky part would be to reliably figure out the current node from the JS.

chpio commented

The tricky part would be to reliably figure out the current node from the JS.

not really, the server knows the address already (it's shown on the page). the "tricky" part would be:

const html =
  `<script>
    var visitorIp = ${JSON.stringify(visitorIp)};
  </script>`;

If you're accessing it over hyperboria.

chpio commented

yeah, of course, but is it not enough?

fix for me, btw