Skip to content

Commit

Permalink
add links
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-at-jobber committed Feb 3, 2025
1 parent 7734e18 commit 544a442
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions docs/patterns/errors.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ of the view.
</Content>
</Canvas>

Whenever possible, avoid showing raw error messages (`500 response timeout`) in
the app. Write like a human and whenever possible explain if there's anything
the user can do to resolve the issue.
Whenever possible, avoid showing raw error messages (like
`500 response timeout`) in the app. Write like a human and explain if there's
anything the user can do to resolve the issue.

#### System-wide errors

Expand All @@ -100,11 +100,12 @@ If content is missing as a result of the error, follow guidance around

### Forms and inputs

Atlantis inputs like InputText have input validation built-in for ease of use.
The input validation is integrated with the Form components on both web and
mobile as well.
Atlantis inputs like [InputText](../components/InputText) have input validation
built-in for ease of use. The input validation is integrated with the
[Form](../components/Form) components on both web and mobile as well.

You can also provide InputValidation externally if needed.
You can also provide [InputValidation](../components/InputValidation) externally
if needed.

### System-wide feedback

Expand All @@ -120,6 +121,7 @@ systemic-messages for presentation on web and mobile.
### Components

- [Banner](../components/Banner)
- [InputText](../components/InputValidation)
- [InputValidation](../components/InputValidation)

## Principles
Expand Down

0 comments on commit 544a442

Please sign in to comment.