-
Notifications
You must be signed in to change notification settings - Fork 12
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
Release 9.5.0 #803
Merged
Merged
Release 9.5.0 #803
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
589f4c3
add gutenberg component style updates exclusion for numberpicker
goranalkovic-infinum b3b911f
update utility classes
goranalkovic-infinum a8a9e65
make Collapsable disableable
goranalkovic-infinum 7ce1958
tweak responsive number picker reset button
goranalkovic-infinum 067c3ed
update numberpicker
goranalkovic-infinum 2878a69
rename icontoggle to toggle
goranalkovic-infinum 0347849
update icons
goranalkovic-infinum 22e11bb
update dependencies
goranalkovic-infinum 1b842b9
update colorpickercomponent to allow new slots
goranalkovic-infinum 9e662ae
update toggleOff icon
goranalkovic-infinum 3bcb863
remove negative es-size classes
goranalkovic-infinum 28471c1
fix collapsable docblock
goranalkovic-infinum f266203
update collapsable logic
goranalkovic-infinum 8bf9b23
update changelog
goranalkovic-infinum aa65873
nest classes in number picker (before kancijan)
goranalkovic-infinum 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 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 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 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 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
13 changes: 0 additions & 13 deletions
13
scripts/components/color-picker-component/color-picker-component.scss
This file was deleted.
Oops, something went wrong.
This file contains 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 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.
Tip
Codebase Verification
The executed script aimed to verify the presence of specific CSS classes within the
number-picker.scss
file by searching for each class individually. The output clearly indicates that none of the specified classes were found in thenumber-picker.scss
file. This result suggests that the CSS classes defined in thespinnerButtonClass
variable are not included in the component's stylesheet as expected. Therefore, this could potentially lead to styling issues if these classes are essential for the component's appearance and functionality but are not defined elsewhere in the project's stylesheets.Given the evidence from the script's output, it is appropriate to conclude that the review comment is verified, indicating a potential issue with the styling consistency and centralization for the spinner buttons of the
number-picker
component.Analysis chain
The
spinnerButtonClass
variable defines a set of CSS classes for the spinner buttons. It's good practice to keep styling consistent and centralized. However, ensure that these classes are defined in a stylesheet that is loaded with this component to avoid styling issues.Scripts Executed
The following scripts were executed for the analysis:
Script:
Length of output: 152
Script:
Length of output: 2466