Rick Clark
Rick Clark
Broken CSS when (target) branch name too long?
`box-shadow: 0 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.4)` is used 13 times across the project. It should be included as a CSS variable in the `src/css/units.css` file and then...
This CSS is used in various places: ``` font-family: 'Roboto', sans-serif; text-transform: uppercase; font-weight: normal; ``` It should be extracted into a global css class and added to a new...
ScrollToTop component currently has no tests 😢 Need to create test file at `src/components/ScrollToTop/test.js` and add component tests for the code in ScrollToTop's `index.js`.
## Description of enhancement The current dashboard view is very useful, but sometimes it would be beneficial to get an overview of what has happened over a period of time...
Nav component currently has no tests 😢 Need to create test file at `src/components/Nav/test.js` and add component tests for the code in Nav's `index.js`.
Layout component currently has no tests 😢 Need to create test file at `src/components/Layout/test.js` and add component tests for the code in Layout's `index.js`.
Relates to https://github.com/grafana/k6-jslib-k6chaijs/issues/14 Provides a way to install this plugin as local files within a k6 project, with TypeScript type definitions.