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

v3 - customer case detail and landing page #793

Merged
merged 7 commits into from
Oct 18, 2024
Merged

Conversation

mathiazom
Copy link
Contributor

@mathiazom mathiazom commented Oct 17, 2024

Initial components to replace the very basic landing page list and JSON detail view...

Detail page

image

Landing page

image

Copy link

vercel bot commented Oct 17, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
variant-no ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 18, 2024 6:31am
variant-se-2 ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 18, 2024 6:31am

<Text type={"bodyLarge"}>{customerCase.description}</Text>
<div className={styles.projectInfo}>
<div className={styles.projectInfoItem}>
<Text>Kunde</Text>
Copy link
Contributor

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>
Copy link
Contributor

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?

@mathiazom mathiazom force-pushed the feat/v3-case-detail-page branch from 5d4a280 to fd89176 Compare October 18, 2024 06:27
@mathiazom
Copy link
Contributor Author

Merging this now, and then we can look at translating static content in a different PR

@mathiazom mathiazom merged commit 7bb5a84 into v3 Oct 18, 2024
6 checks passed
@mathiazom mathiazom deleted the feat/v3-case-detail-page branch October 18, 2024 06:33
@mathiazom mathiazom linked an issue Oct 18, 2024 that may be closed by this pull request
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.

UI - Create customer-case detail page
2 participants