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

refactor(layouts): create story and update style for base layout #12960

Open
wants to merge 9 commits into
base: dev
Choose a base branch
from

Conversation

TylerAPfledderer
Copy link
Contributor

@TylerAPfledderer TylerAPfledderer commented May 14, 2024

Description

Create a story for RootLayout, now named BaseLayout to be in sync with naming in the DS.

Also makes slight layout adjustments to adhere to the DS.

Copy link

netlify bot commented May 14, 2024

Deploy Preview for ethereumorg ready!

Name Link
🔨 Latest commit 4645efc
🔍 Latest deploy log https://app.netlify.com/sites/ethereumorg/deploys/666115e3b4c586000854ab53
😎 Deploy Preview https://deploy-preview-12960--ethereumorg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
7 paths audited
Performance: 49 (🟢 up 11 from production)
Accessibility: 92 (no change from production)
Best Practices: 89 (🔴 down 3 from production)
SEO: 93 (no change from production)
PWA: -
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify site configuration.

@github-actions github-actions bot added content 🖋️ This involves copy additions or edits dependencies 📦 Changes related to project dependencies needs review 👀 labels May 14, 2024
Copy link
Member

@pettinarip pettinarip left a comment

Choose a reason for hiding this comment

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

Nice to see a story for this!!

{children}

<Footer lastDeployDate={lastDeployDate} />
<Container maxW="1536px">
Copy link
Member

Choose a reason for hiding this comment

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

can't we use a theme value?

Suggested change
<Container maxW="1536px">
<Container maxW="container.2xl">

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@pettinarip Hmm that token is set to 1440px which is not the width shown in figma. Should we increase the value to 1536px or add container.3xl?

Copy link
Member

Choose a reason for hiding this comment

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

shouldn't the folder be named just stories? to avoid the redundancy.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No problem!

@github-actions github-actions bot added the tooling 🔧 Changes related to tooling of the project label May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content 🖋️ This involves copy additions or edits dependencies 📦 Changes related to project dependencies tooling 🔧 Changes related to tooling of the project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants