mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 12:14:08 -06:00
c809d63065
* refactor(loginpage): migrate custom button styles to use Button component * refactor(certificationkey): prefer grafana-ui form elements over html elements and classnames * refactor(axisselector): prefer grafana-ui Button component over html button element * refactor(input-datasource): replace use of btn class with grafana-ui components * chore(grafana-ui): delete deprecated ToggleButtonGroup component * refactor: replace btn and cta-form__close class usage with IconButton * chore(closebutton): post master merge use v2 theme * refactor(permissionlist): remove usage of .btn classname * Wip * docs(styling): update styling and theme docs import paths * refactor(alerting): remote btn classnames from TestRuleResult * refactor(apikeys): prefer grafana-ui Button components over btn classNames * refactor(folders): prefer grafana-ui Button components over btn classNames * refactor(teams): prefer grafana-ui Button components over btn classNames * refactor(datasources): prefer grafana-ui Button components over btn classNames * refactor: prefer grafana-ui Button components over btn classNames * Minor style tweak to service buttons * test: update snapshots related to button changes * chore(input-datasource): remove unused import declaration * refactor(loginservicebuttons): rename theme.palette to theme.colors Co-authored-by: Torkel Ödegaard <torkel@grafana.com> |
||
---|---|---|
.. | ||
architecture | ||
engineering | ||
style-guides | ||
templates | ||
create-pull-request.md | ||
developer-guide.md | ||
documentation.md | ||
README.md | ||
triage-issues.md |
Contribute
This directory contains guides for contributors to the Grafana project.
The style-guides
directory contains style guides for the Grafana software project and documentation.
- Backend style guide for how to style and format backend functionality and code.
- Documentation style guide for how to style and format documentation.
- Frontend style guide for how to style and format the user-facing functionality and code.
- Redux framework for designing the Grafana redux framework.
- Themes style guide for designing and updating Grafana themes.