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

Update menu item functionality #929

Merged
merged 5 commits into from
Jan 30, 2025
Merged

Conversation

AshleyBekemeier
Copy link
Collaborator

@AshleyBekemeier AshleyBekemeier commented Jan 29, 2025

Summary

  • Add contrast icon
  • Added prop to popover to reduce padding top and bottom
  • Added menu item list update function for option list menus
  • Correctly Reposition submenu on opening
  • Add badge to menu item icons

Review Checklist

General

  • Changeset added
  • The submitted code is organized and formatted according to our 💅 Style Guide.
    • The code is formatted with Prettier.
    • There are no linting errors.

For new or updated components

https://swirl-storybook.flip-app.dev/?path=/docs/contributions-merge-publish--page

  • The changes do not contain any breaking changes.
  • The changes do not introduce new components that don't belong in the library (e.g. non-reusable components, highly specialized components, components including business logic)
  • The component documentation is updated.
  • The changes meet the 🤖 testing requirements.
    • New features are tested.
    • In case of bug fixes, regression tests have been added.
    • All tests are 🟢.
  • The changes meet the 🧏‍♀️ accessibility requirements.
    • WCAG 2.1 Level A and Level AA requirements are met.
    • The Storybook a11y addon shows no errors.
    • The changes have been tested with a screen reader.
    • Keyboard controls have been tested, if applicable.
    • Components implementing form controls (inputs, buttons, selects, etc.) do not use Shadow DOM, and instead use Stencil's scoping mechanism
  • The changes use our 🌈 theming concept.
    • Design tokens have been used where appropriate.
    • The component has been visually checked in combination with the "Light" and "Dark" theme.
  • The changes meet our 🌍 internationalization requirements.
    • No static text is used.
    • The component doesn't break with longer texts or different text wrappings.
    • Number, currency and date values can be formatted appropriately.
  • The changes work in all supported browsers and viewports. See 📱 Responsive Design

Copy link

vercel bot commented Jan 29, 2025

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

2 Skipped Deployments
Name Status Preview Comments Updated (UTC)
getflipdev ⬜️ Ignored (Inspect) Visit Preview Jan 30, 2025 9:54am
staginggetflipdev ⬜️ Ignored (Inspect) Visit Preview Jan 30, 2025 9:54am

@@ -36,6 +36,7 @@ SwirlActionListItem.args = {
badge: "Badge",
description: "Description of the action list item",
icon: `<swirl-icon-mention></swirl-icon-mention>`,
iconBadge: `<swirl-badge></swirl-badge>`,
Copy link
Collaborator

Choose a reason for hiding this comment

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

nitpick: Should have a label.

>
{showIconBadge && (
<span
class="action-list-item__icon__badge"
Copy link
Collaborator

Choose a reason for hiding this comment

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

suggestion: action-list-item__icon-badge

We usually only do one level of nesting in the __ selectors.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

changed

@@ -42,4 +42,6 @@ export const SwirlOptionListItem = Template.bind({});
SwirlOptionListItem.args = {
label: "Option List Item",
value: "Value",
icon: `<swirl-icon-mention></swirl-icon-mention>`,
iconBadge: `<swirl-badge></swirl-badge>`,
Copy link
Collaborator

Choose a reason for hiding this comment

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

nitpick: Should have a label.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

added a label

Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://icy-water-049ec4003-929.westeurope.3.azurestaticapps.net

Copy link
Contributor

Azure Static Web Apps: Your stage site is ready! Visit it here: https://icy-water-049ec4003-929.westeurope.3.azurestaticapps.net

@AshleyBekemeier AshleyBekemeier merged commit 2d1cab4 into main Jan 30, 2025
9 checks passed
@AshleyBekemeier AshleyBekemeier deleted the update-menu-item-functionality branch January 30, 2025 10:13
@github-actions github-actions bot mentioned this pull request Jan 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants