-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into fix_autocomplete_overflow
- Loading branch information
Showing
16 changed files
with
171 additions
and
306 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@primer/view-components': patch | ||
--- | ||
|
||
Remove redundant code for better performance. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- name: Get specific changed files | ||
id: changed-files | ||
uses: tj-actions/[email protected].2 | ||
uses: tj-actions/[email protected].4 | ||
with: | ||
files: | | ||
docs/**/*.md | ||
|
@@ -38,7 +38,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- name: Get specific changed files | ||
id: changed-files | ||
uses: tj-actions/[email protected].2 | ||
uses: tj-actions/[email protected].4 | ||
with: | ||
files: | | ||
app/**/*.rb | ||
|
@@ -58,7 +58,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- name: Get changed files | ||
id: changed-files | ||
uses: tj-actions/[email protected].2 | ||
uses: tj-actions/[email protected].4 | ||
with: | ||
files: | | ||
app/components/**/*.erb | ||
|
@@ -75,7 +75,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- name: Get changed files | ||
id: changed-files | ||
uses: tj-actions/[email protected].2 | ||
uses: tj-actions/[email protected].4 | ||
with: | ||
files: | | ||
app/components/**/*.ts | ||
|
@@ -95,7 +95,7 @@ jobs: | |
- uses: actions/checkout@v4 | ||
- name: Get changed files | ||
id: changed-files | ||
uses: tj-actions/[email protected].2 | ||
uses: tj-actions/[email protected].4 | ||
with: | ||
files: | | ||
app/components/**/*.pcss | ||
|
Binary file modified
BIN
-136 Bytes
(100%)
...enshots/snapshots.test.ts-snapshots/primer/forms/auto_complete_form/default.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
-145 Bytes
(100%)
...enshots/snapshots.test.ts-snapshots/primer/forms/auto_complete_form/focused.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
-935 Bytes
(99%)
...hots/snapshots.test.ts-snapshots/primer/forms/multi_text_field_form/default.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
-938 Bytes
(99%)
...hots/snapshots.test.ts-snapshots/primer/forms/multi_text_field_form/focused.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
-932 Bytes
(99%)
...enshots/snapshots.test.ts-snapshots/primer/forms/submit_button_form/default.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
-933 Bytes
(99%)
...enshots/snapshots.test.ts-snapshots/primer/forms/submit_button_form/focused.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 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
Oops, something went wrong.