mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-26 18:45:12 +00:00
chore: publish from main
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# Simplify an interface
|
||||
|
||||
Remove obstacles between the user and the main task without removing necessary capability.
|
||||
|
||||
## Find the excess
|
||||
|
||||
- Identify the primary goal and the information required to complete it.
|
||||
- Remove repeated copy, duplicate actions, decorative noise, and containers that do not clarify grouping.
|
||||
- Reduce unnecessary variation in colors, type sizes, button styles, spacing, and surface treatments.
|
||||
- Prefer one obvious primary action and a small number of clearly subordinate actions.
|
||||
- Use progressive disclosure for advanced or infrequent controls, but keep essential information visible.
|
||||
|
||||
## Preserve clarity
|
||||
|
||||
- Do not hide required actions behind mystery interactions.
|
||||
- Do not remove labels, focus states, accessibility semantics, error messages, or recovery paths.
|
||||
- Do not flatten genuinely complex information until it becomes harder to understand.
|
||||
- Prefer spacing and alignment over nested cards; prefer plain language over explanatory copy.
|
||||
|
||||
Verify that the simplified result still supports the complete task, including its important states, at the relevant screen sizes.
|
||||
Reference in New Issue
Block a user