ic-rocks icon indicating copy to clipboard operation
ic-rocks copied to clipboard

Group Principal page sections into tabs

Open FloorLamp opened this issue 3 years ago • 4 comments

Similar to Etherscan's contract page, we should have a tab menu to display each of these components, as we will likely continue to add more components to this page.

FloorLamp avatar Nov 10 '21 13:11 FloorLamp

If I understood correctly we need to add a sub tab menu to the principal page to be the same as for example Canisters => Canisters | Modules | Interfaces image

tarek-eg avatar Nov 10 '21 18:11 tarek-eg

@FloorLamp ☝️

tarek-eg avatar Nov 10 '21 19:11 tarek-eg

Yep, right below the principal details. How about these labels?

  • Genesis Accounts (if principalData?.genesisAccount?.id)
  • Canister Interface (if type === "Canister")
  • Controlled Canisters (if principalData?.canisterCount > 0)
  • Network (if showNodes)
  • CAP Transactions (if is a CAP canister)

FloorLamp avatar Nov 10 '21 19:11 FloorLamp

Yes that looks fine to me

tarek-eg avatar Nov 10 '21 19:11 tarek-eg