clockface
clockface copied to clipboard
UI Kit for building Chronograf
Currently all components have `className` typed as `string | undefined` since it is an optional prop with no default. To deal with this we are coercing `className` to be strict...
Current form validation is banjaxed, forms need to: - validate themselves - submit valid forms - (https://github.com/influxdata/clockface/issues/599) - (https://github.com/influxdata/clockface/issues/601) - (https://github.com/influxdata/clockface/issues/600)
It would be nice to be able to allow the grid row and column to take up full height of a container rather than having to use FlexBox along side...
`ComponentStatus` seems more like a mirror of `RemoteDataState`, which doesn't have any concept of "disabled". We have some components that have a separate `disabled` prop as a boolean, which seems...
Specifically targeting page loads time on https://cloud2.influxdata.com/signup Looks like we could compress the funnel page graphic: https://cloud2.influxdata.com/images/FunnelPageGraphic-27ec7c17cd2f649af6ab8e2c2be9b3c6.svg And possibly compress, remove or preload: /fonts/icomoon-5a3c1db….woff2?vsn=d(cloud2.influxdata.com) /fonts/Rubik-Medium-e71b678….woff2?vsn=d(cloud2.influxdata.com) Also looks like some CSS...
### Problem: - We are using Rollup for production builds and Webpack for development builds (aka storybook) - Having two build tools is hard to understand - Makes it harder...
**Is your feature request related to a problem? Please describe.** z-index appears to be very high for $cf-z--* properties **Describe the solution you'd like** A lower z-index, maybe in the...