Commit c9cfba3
authored
[Interactive Graph] Handle autogen aria label for open locked points (#3042)
## Summary:
There was no indication about locked points being open in the autogen aria label.
Adding that here.
Issue: none
## Test plan:
`pnpm jest packages/perseus-editor/src/widgets/interactive-graph-editor/locked-figures/locked-point-settings.test.tsx`
Storybook
`/?path=/docs/widgets-interactive-graph-editor-demo--docs#locked-figures`
| Before | After |
| --- | --- |
| <img width="346" height="392" alt="Screenshot 2025-11-17 at 3 00 59 PM" src="https://github.com/user-attachments/assets/40bc6baf-c8fc-495f-b757-9ee03f2bbaa1" /> | <img width="341" height="390" alt="Screenshot 2025-11-17 at 3 01 07 PM" src="https://github.com/user-attachments/assets/dfa33563-9170-4a69-8094-58b6ae0aba9a" /> |
Author: nishasy
Reviewers: ivyolamit
Required Reviewers:
Approved By: ivyolamit
Checks: ⏭️ 1 check has been skipped, ✅ 4 checks were successful, ⏹️ 6 checks were cancelled
Pull Request URL: #30421 parent 9b50f4c commit c9cfba3
File tree
3 files changed
+39
-2
lines changed- .changeset
- packages/perseus-editor/src/widgets/interactive-graph-editor/locked-figures
3 files changed
+39
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
Lines changed: 29 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
494 | 523 | | |
Lines changed: 5 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
121 | 124 | | |
122 | 125 | | |
123 | 126 | | |
| |||
0 commit comments