-
Notifications
You must be signed in to change notification settings - Fork 10
Fix/scripts search empty state #658
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
base: main
Are you sure you want to change the base?
Changes from all commits
b85b327
494e8a8
4cff812
f85c762
b790094
325f918
31c5ef6
e463393
31ad968
c9f0231
5d59474
697696f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| "landscape-ui": minor | ||
| --- | ||
|
|
||
| Add a message for when scripts search returns no results. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -35,3 +35,4 @@ src/**/*.module.scss.d.ts | |
| /playwright-report/ | ||
| /playwright/ | ||
| .cert | ||
| .prettierrc.json | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why are we doing this?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I noticed we didn't have a default prettier configuration, so I didn't want to accidentally commit mine to git.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We don't have it because we're using its defaults, but it doesn't mean we should add this config to gitignore, because we have a prettier job in the pipeline. You can just not commit yours in this PR, but I wouldn't add it to gitignore. |
||
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'd tag is a
patchbecause it's rather a UX fix, not a new feature - minor inconsistency with how #644 (a similar "show a message when empty" change) was taggedpatch.