Commit 91ccb5c
Add gear icon to Description label that opens pullRequestDescription setting (#8248)
* Initial plan
* Initial plan for adding gear icon to Description label
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Add gear icon to Description label that opens pull request description settings
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Fix keyboard accessibility - use event.type instead of 'in' operator
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Use button element instead of anchor and improve keyboard handling
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* Add aria-label and refactor event handler for better code quality
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>
* clean up
* tab
* Undo css
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: alexr00 <38270282+alexr00@users.noreply.github.com>1 parent 53315ca commit 91ccb5c
File tree
2 files changed
+13
-1
lines changed- src/github
- webviews/createPullRequestViewNew
2 files changed
+13
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
538 | 542 | | |
539 | 543 | | |
540 | 544 | | |
| |||
569 | 573 | | |
570 | 574 | | |
571 | 575 | | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
572 | 579 | | |
573 | 580 | | |
574 | 581 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
176 | 180 | | |
177 | 181 | | |
178 | 182 | | |
| |||
337 | 341 | | |
338 | 342 | | |
339 | 343 | | |
| 344 | + | |
340 | 345 | | |
341 | 346 | | |
342 | 347 | | |
| |||
0 commit comments