-
Notifications
You must be signed in to change notification settings - Fork 4
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
v3 - customer case detail and landing page #793
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
If the project is known, the image url should be used directly without the existence check
25a9b0f
to
5d4a280
Compare
<Text type={"bodyLarge"}>{customerCase.description}</Text> | ||
<div className={styles.projectInfo}> | ||
<div className={styles.projectInfoItem}> | ||
<Text>Kunde</Text> |
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.
Should not be hardcoded
</Text> | ||
</div> | ||
<div className={styles.projectInfoItem}> | ||
<Text>Varighet</Text> |
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 here. Maybe we need to add these headers as section in /studio/customerCasePage?
5d4a280
to
fd89176
Compare
Merging this now, and then we can look at translating static content in a different PR |
Initial components to replace the very basic landing page list and JSON detail view...
Detail page
Landing page