-
Notifications
You must be signed in to change notification settings - Fork 13.4k
fix(datetime): remove ion-buttons to fix CSP violations #30770
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
Open
brandyscarney
wants to merge
25
commits into
next
Choose a base branch
from
FW-6912-datetime
base: next
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+252
−89
Open
Changes from all commits
Commits
Show all changes
25 commits
Select commit
Hold shift + click to select a range
97d6fac
refactor(datetime): remove usage of ion-buttons and phosphor icons
brandyscarney f64c77c
style: lint
brandyscarney 9c28450
test(datetime): update e2e test to pass button fill
brandyscarney 340c060
fix(datetime): max font for ios scaling
brandyscarney 6bc89ff
chore(): add updated snapshots
Ionitron e17c9c0
fix(datetime): update styles for proper scaling
brandyscarney cebb992
chore(): add updated snapshots
Ionitron 4e607ca
style: lint
brandyscarney 1913616
fix(datetime): revert phosphor icons removal
brandyscarney 0713f9e
Merge branch 'next' into FW-6912-datetime
brandyscarney 8694e29
chore(): revert snapshots back to next
brandyscarney 9b0b84e
chore(): revert snapshots back to next
brandyscarney 80d70d3
refactor(button,datetime): check if a button is inside of a datetime …
brandyscarney 189cd92
test(datetime): remove usage of ion-buttons for custom buttons
brandyscarney 70517d7
style: lint
brandyscarney dc37f07
chore(): add updated snapshots
Ionitron a481fac
test(datetime): add more screenshot tests for custom slotted buttons
brandyscarney 6164261
chore(): add updated snapshots
brandyscarney fe2921a
style: update button comment
brandyscarney b476bfe
chore: revert screenshot
brandyscarney 8ea2ab2
style: specify its the buttons component that changes the fill
brandyscarney 3ed9535
Merge branch 'next' into FW-6912-datetime
brandyscarney 033ea19
chore(): add updated snapshots
Ionitron 2d89230
fix(datetime): use correct focus background color
brandyscarney 0942a8f
docs(breaking): add a note about ion-buttons no longer being recommended
brandyscarney File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-630 Bytes
(97%)
...-button.e2e.ts-snapshots/datetime-overlay-modal-ios-ltr-Mobile-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
-1008 Bytes
(95%)
...e-button.e2e.ts-snapshots/datetime-overlay-modal-md-ltr-Mobile-Chrome-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I compared this test locally with what's on
nextand saw no differences so this appears to be a Playwright rendering issue.