-
Notifications
You must be signed in to change notification settings - Fork 38
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
Conversation
|
Preview deployments for this pull request: Storefront - Theme - |
const items = [ | ||
{ | ||
name: 'Navn på tema', | ||
value: 'intro', | ||
}, | ||
{ | ||
name: 'Farger', | ||
value: 'colors', | ||
}, | ||
{ | ||
name: 'Border radius', | ||
value: 'radius', | ||
}, | ||
]; |
There was a problem hiding this comment.
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?
const items = [ | ||
{ | ||
name: 'Navn på tema', | ||
value: 'intro', | ||
}, | ||
{ | ||
name: 'Farger', | ||
value: 'colors', | ||
}, | ||
{ | ||
name: 'Border radius', | ||
value: 'radius', | ||
}, | ||
]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as other comment
There was a problem hiding this 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
Header:
temabygger
to the menu on both designsystemet.no and theme.designsystemet.nologoLink
so it can be linked to designsystemet.no from the themebuilderFront page:
Theme-name page
Color page:
Radius page:
Sidebar: