boxfish-studio / sugar-rush

Quickly create and manage Metaplex Candymachines and NFTs in Solana from your browser
http://sugarrush.gg
Apache License 2.0
24 stars 6 forks source link

[Task]: Split pages code into sections #183

Closed begonaalvarezd closed 2 years ago

begonaalvarezd commented 2 years ago

Currently the pages files hold too much code. The page file should only be to manage shared states but the sections should be split into different files to ease maintainance. This way, also if a section can be used somewhere else, we can just import that section in a different page.

begonaalvarezd commented 2 years ago

I would appreciate being one of the reviewers of the PR linked to this task