mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-17 18:51:10 +01:00
14 lines
628 B
Markdown
14 lines
628 B
Markdown
# DOD for UI development
|
|
|
|
Use this as a kind of a checklist whenever you develop something in the UI of SCM-Manager 2.x., regardless whether you are developing core features or plugins.
|
|
|
|
| | Don't forget to |
|
|
|---|-----------------|
|
|
| ☐ | use imports with `@scm-manager`, eg. `@scm-manager/ui-components` |
|
|
| ☐ | let buttons have whitespace |
|
|
| ☐ | update german translation |
|
|
| ☐ | add help icons to input components |
|
|
| ☐ | not use colors directly, but refer to `is-primary` or `is-warning` |
|
|
| ☐ | make sure your view works on mobile devices |
|
|
| ☐ | document [extension points in wiki](extension-points.md) |
|