MythicLegendary / SP10_FALL_2022

2 stars 0 forks source link

Group UI Elements By Category Cosmos #34

Closed wildwilliam2 closed 1 year ago

wildwilliam2 commented 1 year ago

I want four tabs:

1 - Setup 2 - Wallet and Network Information 3 - Configurations 4 - Transaction and Delegations

I want to be able to move cards and create new cards within the tabs at will.

I want the "setup" tab to be the only one unlocked by default until the user has logged in. Where each card goes at first should be obvious, but for the ones that are complicated it doesnt matter as long as I can move them.

setup should have: connect, reconnect, login, setupAccount

Wallet and Network Information: anything with "get" in the title

Configurations: The set config method, which I plan on segmenting into multiple cards.

Transactions and Delegations: Basically everything else

I have made changes to the ui so either make a new branch off master or rebase the cosmos-ui branch by using

git rebase master

inside the cosmos-ui branch.

wildwilliam2 commented 1 year ago

Depends on issue #35, #33 .

Group the elements into tabs, and make sure the tabs are locked unless user is logged in.