mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Update design-qa-considerations.md with responsiveness considerations (#32616)
This commit is contained in:
parent
f3612ba1a8
commit
4678a4e883
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue