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

feat(components): expansion panel web component #2051

Merged
merged 26 commits into from
Sep 7, 2023

Conversation

carolineguzylak
Copy link
Collaborator

Description

Developed expansion panel component using Lit framework - implemented in storybook.

What's included?

  • Expansion panel component
  • Expansion panel documentation page

Test Steps

  • npm run storybook

General Tests for Every PR

  • npm run start still works.
  • npm run lint passes.
  • npm run stylelint passes.
  • npm test passes and code coverage is not lower.
  • npm run build still works.
Screenshots or link to StackBlitz/Plunker
Screenshot 2023-08-30 at 11 17 04 AM Screenshot 2023-08-30 at 11 17 21 AM

@owilliams320
Copy link
Collaborator

@carolineguzylak looks like there is a few lint and build issues. You should be able to run locally using nx affected build and nx affected lint

Copy link
Collaborator

@owilliams320 owilliams320 left a comment

Choose a reason for hiding this comment

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

One comment then looks good

import { customElement, property } from 'lit/decorators.js';
import styles from './cv-expansion-panel-item.scss?inline';
import '../icon/icon';
import '../action-ribbon/action-ribbon';
Copy link
Collaborator

Choose a reason for hiding this comment

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

can you remove this action ribbon import if its not used.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Yes

@owilliams320
Copy link
Collaborator

@carolineguzylak looks like the pipeline did not pass you should be able run npm run lint -- --fix

Copy link
Collaborator

@owilliams320 owilliams320 left a comment

Choose a reason for hiding this comment

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

LGTM! 🏎️

@owilliams320 owilliams320 merged commit 63f6640 into Teradata:main Sep 7, 2023
6 of 7 checks passed
@owilliams320
Copy link
Collaborator

🎉 This PR is included in version 7.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants