TheArcadiaGroup / gosuto-wallet-desktop-svelte

Gosuto Desktop App, private repo for development, eventually publishes to "GosutoWallet" public repo.
Other
1 stars 0 forks source link

account settings page #9

Closed pavellukids closed 2 years ago

pavellukids commented 2 years ago

Works for me just fine. image

gicharujohn commented 2 years ago

@PavelLukl This work is not loading despite any method I try to load it. Let's do this, since the settings is a page, add it as an additional route to the page /account-settings and render your components there. I think this would just be the AccountSettings component. Leave the __layouts file untouched as you are removing the slot causing a bug in svelte where it does not know where to place the components being rendered. The nav should be part of the layout file not in the account settings, but we'll discuss that later.

pavellukids commented 2 years ago

Oh right, thank you and sorry. I didn't really understand why and how we are using the __layout file, but now I get it.

pavellukids commented 2 years ago

@gicharujohn Should work now, hopefully.

gicharujohn commented 2 years ago

I'm not sure why we still have this issue but your code is not running on my end. image Let's meet tomorrow, I'll need to see this running live on your end. @PavelLukl