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(style-bootstrap): slider style refactor + style-bootstrap package #218

Merged

Conversation

ValentinNelu
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Nov 6, 2023

Codecov Report

Merging #218 (9647023) into main (3ad3601) will increase coverage by 9.91%.
Report is 7 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #218      +/-   ##
==========================================
+ Coverage   78.51%   88.43%   +9.91%     
==========================================
  Files          60       66       +6     
  Lines        1643     1781     +138     
  Branches      259      292      +33     
==========================================
+ Hits         1290     1575     +285     
+ Misses        268      148     -120     
+ Partials       85       58      -27     
Flag Coverage Δ
e2e-1 56.80% <ø> (ø)
e2e-2 49.16% <ø> (ø)
e2e-4 66.31% <ø> (ø)
e2e-5 50.09% <ø> (ø)
e2e-7 62.22% <ø> (ø)
e2e-8 56.25% <ø> (ø)
unit 92.54% <ø> (?)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
angular/lib/src/lib/slider/slider.component.ts 96.15% <ø> (ø)

... and 22 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

[attr.aria-valuenow]="item.value"
[attr.aria-valuetext]="item.value"
[attr.disabled]="state().disabled ? true : null"
Copy link
Member

Choose a reason for hiding this comment

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

You should not remove the disabled attribute on the <button> element (and you should not add tabindex="-1").
Note that, unlike the disabled attribute, tabindex="-1" does not prevent the ability to focus the button by click.

@ValentinNelu ValentinNelu force-pushed the feat/slider-css-variables branch 6 times, most recently from e5aecb6 to 85eab3d Compare November 7, 2023 15:22
@ValentinNelu ValentinNelu force-pushed the feat/slider-css-variables branch from 85eab3d to 9647023 Compare November 7, 2023 15:25
@ValentinNelu ValentinNelu merged commit 21b11f3 into AmadeusITGroup:main Nov 7, 2023
13 checks passed
@ValentinNelu ValentinNelu deleted the feat/slider-css-variables branch June 4, 2024 07:57
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