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

Improve Projects navigation and tiles #514

Merged
merged 3 commits into from
Dec 19, 2023
Merged

Conversation

jeffdaley
Copy link
Contributor

@jeffdaley jeffdaley commented Dec 19, 2023

Adds an HDS-themed nav to the Project screen. Adds hover and focus styles to the project tiles.

CleanShot 2023-12-19 at 09 41 48

@jeffdaley jeffdaley requested a review from a team as a code owner December 19, 2023 14:42
export default interface Registry {
"get-project-status-icon": typeof getProjectStatusIcon;
}
}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This helper is also used in #414

@@ -1,5 +1,5 @@
.product-badge {
@apply absolute bg-color-palette-neutral-200 bg-gradient-to-br;
@apply absolute bg-color-palette-neutral-200 bg-gradient-to-br from-transparent to-transparent;
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixes a visual bug when hovering the cards.

Copy link
Contributor

@jfreda jfreda left a comment

Choose a reason for hiding this comment

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

Looks good!

@jeffdaley jeffdaley merged commit ded02df into main Dec 19, 2023
2 checks passed
@jeffdaley jeffdaley deleted the jeffdaley/secondary-nav branch December 19, 2023 22:24
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.

None yet

2 participants