-
Notifications
You must be signed in to change notification settings - Fork 361
Do not land - needs to wait for AX pilot [Image] | (CX) | Add issues panel warning for long alt text #2921
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?
Conversation
…ing message about alt text length, and encourage the use of long description if alt text is too long
…ng for long alt text Adding the long alt text warning message to the perseus linter. This will make it show up in the issues panel, and it will show the red dot of doom. Issue: https://khanacademy.atlassian.net/browse/LEMS-3379 Test plan: `pnpm jest packages/perseus-linter/src/rules/image-widget.test.ts` Storybook - `?path=/docs/widgets-image-editor-demo--docs#populated-within-editor-page`
…ssues panel warning for long alt text
🗄️ Schema Change: No Changes ✅ |
🛠️ Item Splitting: No Changes ✅ |
|
Size Change: +87 B (+0.02%) Total Size: 493 kB
ℹ️ View Unchanged
|
npm Snapshot: PublishedGood news!! We've packaged up the latest commit from this PR (c4cf9ba) and published it to npm. You Example: pnpm add @khanacademy/perseus@PR2921If you are working in Khan Academy's frontend, you can run the below command. ./dev/tools/bump_perseus_version.ts -t PR2921If you are working in Khan Academy's webapp, you can run the below command. ./dev/tools/bump_perseus_version.js -t PR2921 |
|
Putting the video in a new comment rather than the PR description so the checks don't rerun. Screen.Recording.2025-09-24.at.3.28.17.PM.mov |
catandthemachines
left a comment
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.
Looks great to me! Thank you @nishasy 😊
Summary:
Adding the long alt text warning message to the perseus linter.
This will make it show up in the issues panel, and it will show
the red dot of doom.
Issue: https://khanacademy.atlassian.net/browse/LEMS-3379
Test plan:
pnpm jest packages/perseus-linter/src/rules/image-widget.test.tsStorybook
?path=/docs/widgets-image-editor-demo--docs#populated-within-editor-page