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

chore: some themebuilder fixes #2879

Merged
merged 7 commits into from
Dec 11, 2024
Merged

chore: some themebuilder fixes #2879

merged 7 commits into from
Dec 11, 2024

Conversation

Thunear
Copy link
Collaborator

@Thunear Thunear commented Dec 10, 2024

Header:

  • Add temabygger to the menu on both designsystemet.no and theme.designsystemet.no
  • Make the menu be the same both places.
  • Added a new prop logoLink so it can be linked to designsystemet.no from the themebuilder

Front page:

  • Fix some colors on the front page when switching themes on the previews
  • Add description text
  • Make documentation button link to designsystemet.no/eget-tema.

Theme-name page

  • Add text
  • Change layout to be more in line with the rest of the design with tabs. Will look at flow a bit later.

Color page:

  • Change FAIL tag to DECO after feedback.

Radius page:

  • Add a message that tells the user that this will not be available with the CLI yet.

Sidebar:

  • Made it a bit more responsive

Copy link

changeset-bot bot commented Dec 10, 2024

⚠️ No Changeset found

Latest commit: c874c98

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

github-actions bot commented Dec 10, 2024

Preview deployments for this pull request:

Storefront - 11. Dec 2024 - 12:04

Theme - 11. Dec 2024 - 12:04

@Thunear Thunear self-assigned this Dec 11, 2024
@Thunear Thunear marked this pull request as ready for review December 11, 2024 11:08
Comment on lines +27 to +40
const items = [
{
name: 'Navn på tema',
value: 'intro',
},
{
name: 'Farger',
value: 'colors',
},
{
name: 'Border radius',
value: 'radius',
},
];
Copy link
Member

Choose a reason for hiding this comment

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

This can be moved outside of the component. Maybe we can share this between the different pages as well?

Comment on lines +20 to +33
const items = [
{
name: 'Navn på tema',
value: 'intro',
},
{
name: 'Farger',
value: 'colors',
},
{
name: 'Border radius',
value: 'radius',
},
];
Copy link
Member

Choose a reason for hiding this comment

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

Same as other comment

Copy link
Member

@Barsnes Barsnes left a comment

Choose a reason for hiding this comment

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

A minor comment, but this can always be changed later - since this is a WIP site

@Thunear Thunear merged commit a3225bb into next Dec 11, 2024
5 checks passed
@mimarz mimarz deleted the chore-theme-fixes branch December 12, 2024 08:06
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