highlight of my node
whoizit opened this issue · 5 comments
whoizit commented
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?
kyrias commented
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>`;
kyrias commented
If you're accessing it over hyperboria.
chpio commented
yeah, of course, but is it not enough?
whoizit commented
fix for me, btw