[doc]Theme generator landing page content added#2410
Open
Jialecl wants to merge 9 commits intotheme-generatorfrom
Open
[doc]Theme generator landing page content added#2410Jialecl wants to merge 9 commits intotheme-generatorfrom
Jialecl wants to merge 9 commits intotheme-generatorfrom
Conversation
raquelarrojo
requested changes
Feb 26, 2026
apps/website/screens/theme-generator/components/LandingCard.tsx
Outdated
Show resolved
Hide resolved
apps/website/screens/theme-generator/components/LandingSteps.tsx
Outdated
Show resolved
Hide resolved
apps/website/screens/theme-generator/components/LandingSteps.tsx
Outdated
Show resolved
Hide resolved
apps/website/screens/theme-generator/components/LandingSteps.tsx
Outdated
Show resolved
Hide resolved
apps/website/screens/theme-generator/components/LandingSteps.tsx
Outdated
Show resolved
Hide resolved
| <DxcFlex direction="column" gap="var(--spacing-gap-ml)" justifyContent="center"> | ||
| <DxcFlex> | ||
| <DxcAvatar icon={icon} color="primary" size="large" shape="square" /> | ||
| </DxcFlex> |
Collaborator
There was a problem hiding this comment.
Why is this flex needed?
Collaborator
Author
There was a problem hiding this comment.
Without the flex the Avatar is distorted by the flex above.
Collaborator
There was a problem hiding this comment.
But this should not happen right? Why is a Flex needed?
Collaborator
Author
There was a problem hiding this comment.
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.
apps/website/screens/theme-generator/components/LandingSteps.tsx
Outdated
Show resolved
Hide resolved
apps/website/screens/theme-generator/components/LandingSteps.tsx
Outdated
Show resolved
Hide resolved
- 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.
…b.com/dxc-technology/halstack-react into jialecl/themeGenerator-landingContent
raquelarrojo
requested changes
Feb 27, 2026
| <DxcFlex direction="column" gap="var(--spacing-gap-ml)" justifyContent="center"> | ||
| <DxcFlex> | ||
| <DxcAvatar icon={icon} color="primary" size="large" shape="square" /> | ||
| </DxcFlex> |
Collaborator
There was a problem hiding this comment.
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"> |
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Checklist
(Check off all the items before submitting)
/libdirectory./websiteas needed.Purpose

Added the rest of the content to the landing page.