Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: refactor AccountDetails page into smaller components #55

Merged

Conversation

vbelouso
Copy link
Collaborator

  • Split AccountDetails into smaller, focused components
  • Create dedicated components for header, tabs, description list
  • Separate table logic into the ClustersTable component
  • Move types to a dedicated file
  • Add debug utility for development logs

Component structure:

  • AccountDetails (main container)
  • AccountsHeader (page header)
  • AccountsTabs (tab navigation)
  • AccountDetailsContent (details content)
  • AccountDescriptionList (account info)
  • AccountClusters (clusters container)
  • ClustersTable (table display)

Signed-off-by: Vladimir Belousov <vbelouso@redhat.com>
@vbelouso vbelouso merged commit d95971c into RHEcosystemAppEng:release-0.2.1 Dec 31, 2024
@vbelouso vbelouso changed the title feat: refactor AccountDetails into smaller components feat: refactor AccountDetails page into smaller components Dec 31, 2024
@vbelouso vbelouso self-assigned this Dec 31, 2024
@vbelouso vbelouso added the enhancement New feature or request label Dec 31, 2024
@vbelouso vbelouso added this to the v0.2.1 milestone Dec 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant