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

fix(side-drawer): refactor side drawer #1022

Merged
merged 19 commits into from
Aug 17, 2021
Merged

fix(side-drawer): refactor side drawer #1022

merged 19 commits into from
Aug 17, 2021

Conversation

YonatanKra
Copy link
Contributor

Follow the commit path :)

@YonatanKra YonatanKra requested review from rinaok and yinonov August 16, 2021 14:11
@changeset-bot
Copy link

changeset-bot bot commented Aug 16, 2021

⚠️ No Changeset found

Latest commit: 79030f6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link

🚀

Latest successful build of the PR deployed here.

🚀

@YonatanKra YonatanKra marked this pull request as ready for review August 16, 2021 18:26
*/
onKeydown({ key }: KeyboardEvent): void {
console.log(this.type, this.open, key);
#onKeydown = ({ key }: KeyboardEvent): void => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Should consider changing the name to #handleKeydown

* Handles the `transitionend` event when the side drawer finishes opening/closing.
*/
onTransitionEnd(): void {
#onTransitionEnd = (): void => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Should consider changing the name to #handleTransitionEnd

rinaok
rinaok previously approved these changes Aug 17, 2021
Clickable non-interactive elements must have at least 1 keyboard event listener lit-a11y/click-events-have-key-events
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

@rinaok rinaok merged commit 2788c2b into master Aug 17, 2021
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