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

tabbed footer and details page scaffolding #1596

Merged
merged 1 commit into from
May 31, 2024

Conversation

danoswaltCL
Copy link
Collaborator

This PR:

-Adds a common tabbed section card footer
-Implements a basic feature flag details overview card footer
-Scaffolds the details page with empty section cards with pretty gross color for placeholder sections that will annoy us until we fully develop them ✨
-Implements basic tabbed navigation between placeholder section card lists

image image

@danoswaltCL danoswaltCL requested review from Yagnik56, KD1712 and zackcl May 31, 2024 02:43
@Yagnik56 Yagnik56 linked an issue May 31, 2024 that may be closed by this pull request
Copy link
Collaborator

@Yagnik56 Yagnik56 left a comment

Choose a reason for hiding this comment

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

It looks good to me, we can replace inline style with particular section card PRs, No need to change it in here.

<app-common-section-card>
<div header-left style="background-color: lightskyblue; height: 90px; width: 100%">header-left</div>
<div header-right style="background-color: lightskyblue; height: 90px; width: 100%">header-right</div>
<div content style="background-color: lightskyblue; height: 90px; width: 100%">content: Exclusions</div>
Copy link
Collaborator

Choose a reason for hiding this comment

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

we shouldn't add inline styles unless ones in CSS are getting overwritten and can't resolve it

@danoswaltCL danoswaltCL merged commit 38dae29 into dev May 31, 2024
8 checks passed
@danoswaltCL danoswaltCL deleted the feature/ff-scaffold-section-cards-detail-page branch May 31, 2024 13:52
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.

Common Section Card Tabbed Footer
2 participants