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

refactor lib folder (grouped components in Components and Pages Folder) #91

Closed Scientist-Ansh closed 2 years ago

Scientist-Ansh commented 2 years ago

Hey @gicharujohn ! This is quite a huge refactor but it does not involve any changes in the code. I have only moved around, renamed files and fixed their imports.

I dont think its required for you to go through the code but I would recommed if you can run and check the UI. I did run it and fixed all the imports error but you can make sure.

routes/stake.svelte files looks redundant to me since we already have all-stakes route there. Please have look on that route.

Lastly, UI of the profile/walletAddress/history seems unaligned. I was not sure if I should create an issue for this.

Scientist-Ansh commented 2 years ago

@gicharujohn Hey, I have fixed the conflicts, and I ran the app as well it worked fine. You can also try running the app. There is just one error which arises when navigating using the side navigation but that exists in the main branch already so that is not introduced by this branch.