Skip to content

[doc]Theme generator landing page content added#2410

Open
Jialecl wants to merge 9 commits intotheme-generatorfrom
jialecl/themeGenerator-landingContent
Open

[doc]Theme generator landing page content added#2410
Jialecl wants to merge 9 commits intotheme-generatorfrom
jialecl/themeGenerator-landingContent

Conversation

@Jialecl
Copy link
Collaborator

@Jialecl Jialecl commented Feb 26, 2026

Checklist
(Check off all the items before submitting)

  • Build process is done without errors. All tests pass in the /lib directory.
  • Self-reviewed the code before submitting.
  • Meets accessibility standards.
  • Added/updated documentation to /website as needed.
  • Added/updated tests as needed.

Purpose
Added the rest of the content to the landing page.
image

@raquelarrojo raquelarrojo self-requested a review February 26, 2026 13:47
@raquelarrojo raquelarrojo self-assigned this Feb 26, 2026
Copy link
Collaborator

@raquelarrojo raquelarrojo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With same resolution as in the design there is a blank space between last section and footer:

Image

<DxcFlex direction="column" gap="var(--spacing-gap-ml)" justifyContent="center">
<DxcFlex>
<DxcAvatar icon={icon} color="primary" size="large" shape="square" />
</DxcFlex>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this flex needed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without the flex the Avatar is distorted by the flex above.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But this should not happen right? Why is a Flex needed?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The issue comes from the Avatar component it seems that only the height has been defined with a fixed token.
There are ways to fix it, but for now we should leave this as it is now and fix it in a different PR to make sure that nothing else breaks.

@Jialecl Jialecl changed the title Theme generator landing page content added [doc]Theme generator landing page content added Feb 26, 2026
- Minor style changes to match the design more closely, such as
typography size and divider color.
- Added React.Fragment with key to fix the warning about missing keys.
- Changing LandingCard to LandingCards to avoid repeating each card.
@raquelarrojo raquelarrojo self-requested a review February 27, 2026 13:11
<DxcFlex direction="column" gap="var(--spacing-gap-ml)" justifyContent="center">
<DxcFlex>
<DxcAvatar icon={icon} color="primary" size="large" shape="square" />
</DxcFlex>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But this should not happen right? Why is a Flex needed?

<DxcHeading text="Your brand, fully expressed in Halstack" />
<DxcContainer width="70%">
<DxcFlex>
<DxcTypography fontSize="var(--typography-body-xl)" textAlign="center">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The color is not the same as in the design:
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants