backstage: π Bug Report: UX on search pop up the X button on the corner is not working
π Description
X on the corner should reflect canceling the pop-up box, but itβs not pop-up
π Expected behavior
It should close the search when you click the X
π Actual Behavior with Screenshots
the button just didnβt respond when I click, even showing the Text insertion cursor
π Reproduction steps
$ npx @backstage/create-app@latest
$ npm run start-backend
$ npm start
π Provide the context for the Bug.
itβs just a small thing when I try to set up backstage doing a search
π₯οΈ Your Environment
No response
π Have you spent some time checking if this bug has been raised before?
- I checked and didnβt find a similar issue
π’ Have you read the Code of Conduct?
- I have read the Code of Conduct
Are you willing to submit PR?
Yes, I am willing to submit a PR!
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 16 (9 by maintainers)
Iβve created a new issues: https://github.com/backstage/backstage/issues/16089
I had same exact problem as what @diggyk, I think maybe we can create a new issue for improvement documentation for plugins contributors. Or maybe itβs somewhere in the docs I couldnβt find?
@emmaindal if I wanted to try hacking on a fix for this sort of thing, is there a set of directions I can follow? I tried following https://backstage.io/docs/local-dev/linking-local-packages but that did not seem to work for me. I also tried changing the
dependencyfrom version to file path of my local checkout of the backstage repo but that also didnβt work (webpack complaining about not being able to import stuff).Iβd love some help getting a dev environment setup to work on backstage PRs so I can help contribute fixes.