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

Add a new card-like component called AppTile for End-User #2335

Merged
merged 5 commits into from
Sep 4, 2024

Conversation

jordankoschei-okta
Copy link
Contributor

No description provided.

@jordankoschei-okta jordankoschei-okta requested a review from a team as a code owner August 29, 2024 01:33
// The ID of the element which the button controls (for instance, a drawer or dialog), if any.
actionAriaControls?: HTMLAttributes<HTMLElement>["aria-controls"];
// Should be true if the button controls a popup element such as a Drawer or Dialog
actionAriaHasPopup?: HTMLAttributes<HTMLElement>["aria-haspopup"];
Copy link
Contributor

Choose a reason for hiding this comment

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

This can be other values besides true depending on the menu type. If this opens a dialog the value would be aira-haspopup="dialog"

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Oh, right, just updated the type.

@bryancunningham-okta
Copy link
Contributor

bryancunningham-okta commented Sep 3, 2024

@jordankoschei-okta Overall looks fine. Is this a candidate for 2 separate components maybe? Something like AppTileWithActionMenu

@jordankoschei-okta
Copy link
Contributor Author

I think basically every AppTile has an action menu. If we split the Card into two components, we can do the same here.

@oktapp-aperture-okta oktapp-aperture-okta bot merged commit 2394aac into main Sep 4, 2024
3 checks passed
@oktapp-aperture-okta oktapp-aperture-okta bot deleted the jk-app-tile-component branch September 4, 2024 15:50
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.

2 participants