-
Notifications
You must be signed in to change notification settings - Fork 50
Footer Help and Resource List Patterns #3523
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
Conversation
|
We detected some changes in |
jas7457
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.
Mainly looking good, just caught a few things. Nice!
packages/ui-extensions/src/surfaces/admin/components/patterns/footerHelp.ab.doc.ts
Show resolved
Hide resolved
packages/ui-extensions/src/surfaces/admin/components/patterns/resourceList.ab.doc.ts
Show resolved
Hide resolved
packages/ui-extensions/src/surfaces/admin/components/patterns/examples/resourceList.html
Outdated
Show resolved
Hide resolved
packages/ui-extensions/src/surfaces/admin/components/patterns/examples/resourceList.jsx
Outdated
Show resolved
Hide resolved
packages/ui-extensions/src/surfaces/admin/components/patterns/examples/resourceList.jsx
Outdated
Show resolved
Hide resolved
jas7457
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.

Background
We did not have a Footer Help or Resource List pattern. A few aria-labels should have used accessibilityLabel instead. There was a typo with SetupGuide. s-image on EmptyState and calloutCard resulted in odd LLM rendering due to aspect ratio.
Solution
Add patterns for Footer Help and Resource List. Change aria-labels for accessibilityLabel on button and clickable where applicable. Fix typo to Setup guide. Added comment to guide LLM to match image's aspect ratio to actual width and height.
🎩
Checklist