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

✨ - landing page implementation #38

Merged
merged 6 commits into from
Jun 3, 2024
Merged

Conversation

Xaohs
Copy link
Contributor

@Xaohs Xaohs commented May 17, 2024

No description provided.

@Xaohs Xaohs marked this pull request as draft May 17, 2024 10:53
@Xaohs Xaohs requested a review from SilviaAmAm May 24, 2024 14:25
@Xaohs Xaohs marked this pull request as ready for review May 24, 2024 14:25
Julian Roeland added 2 commits May 24, 2024 16:36
author Julian Roeland <[email protected]> 1715942902 +0200
committer Julian Roeland <[email protected]> 1716561398 +0200

:sparkles: - landing page implementation
@Xaohs Xaohs force-pushed the feature/#17-landing-page branch from 16b8480 to 72af35b Compare May 24, 2024 14:41
@SilviaAmAm
Copy link
Collaborator

One thing I forgot to mention: from the kanban page it should be possible to click on the destruction list and navigate to its detail page.

Copy link
Collaborator

@SilviaAmAm SilviaAmAm left a comment

Choose a reason for hiding this comment

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

There were still a couple of questions from the previous review 😄

title: deslugify(status),
items: constructComponentList(lists[status]),
componentList: STATUSES.map((status) => ({
title: STATUS_LABELS[status] || deslugify(status),
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is the or needed? Since it is hardcoded, we know that we have a label. Then we don't need to maintain the deslugify function 😄

Copy link
Contributor

Choose a reason for hiding this comment

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

I'm a little bit surprised seeing api changes for the kanban as i expected only a minimal change. Also I don't see componentList in @maykin-ui/admin-ui, is it missing a pr?

@svenvandescheur svenvandescheur merged commit ade4e84 into main Jun 3, 2024
6 checks passed
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.

3 participants