Update design-qa-considerations.md with responsiveness considerations (#32616)

This commit is contained in:
Janis Watts 2025-09-10 13:52:49 -05:00 committed by GitHub
parent f3612ba1a8
commit 4678a4e883
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -142,6 +142,8 @@ This is meant to be a helpful checklist of 'events' or 'transactions' to help ca
## Responsiveness and low-width browsers
- Long database names rendered in the UI e.g. team names, scripts, software titles...
- Wide tables with many columns or wide columns (horizontal scroll vs. old, bad pattern of hiding columns)
- Page load expectations (how long should it take for a page to load with x number of items in the API response)
- Cron run time expectations (what is an acceptable change in amount of time it takes for a scheduled cron to complete)
## Actionable components (e.g. buttons, links, form fields, navigation)
- Keyboard accessibility