class Sidebar extends Shadow { currentNetwork = null render() { VStack(() => { img(document.documentElement.classList.contains("red") ? "/_/icons/quillblack.svg" : "/_/icons/quill.svg", "2.5em", "2.5em") .marginTop(6, vh) .marginBottom(2, vh) let networks = window.profile.networks for(let i=0; i { console.log("change") this.rerender() }) } } register(Sidebar)