Rewrite of now private sveltekit-portfolio-app with Svelte 5 using Runes API. Work-in-progress: Started fresh on 25th October 2024. I'm building this website without plans, testing my design and development solutions on-the-fly and doing what feels good & intuitive.
Changing routes from anywhere other than navbar does not reactively relocate the dot because <Header/> component does not change to trigger the moveDot function.
Bug:
Changing routes from anywhere other than navbar does not reactively relocate the dot because
<Header/>
component does not change to trigger the moveDot function.