kernel-community / services

Implementation of Kernel services
https://www.kernel.community/
MIT License
15 stars 16 forks source link

adding solid foothold to build upon #29

Closed youami closed 2 years ago

youami commented 2 years ago

Closes #19

Footer component refactored:

Kernel_Explorer

Additional changes:

youami commented 2 years ago

Thanks for the detailed review and comments @rorysaur! Refactored and pushed.

yarn format didn't work for me, but npx standard --fix did. I staged only the files I touched so I hope this will resolve the build issue. If not would be happy to sync on how to make it correctly.

rorysaur commented 2 years ago

PS. Non-blocking, but as a favor, if you could rewrite the code in the wallet homepage to use the new getUrl, that would be perfect: https://github.com/kernel-community/services/blob/main/packages/wallet/src/views/Home.jsx#L16 https://github.com/kernel-community/services/blob/main/packages/wallet/src/views/Home.jsx#L80

youami commented 2 years ago

@rorysaur added separate commits for the changes per your comments and another one for the change in wallet home. I hope that I got the linting right this time :)