Bucky Schwarz
Bucky Schwarz
until #23 gets merged, you can silence the warning by adding the following to your `package.json` file: ```json "resolutions": { "@dump247/storybook-state/@storybook/addons": "^3.2.16" } ```
@russorat i clicked the link in that ticket and read over the recommendation. where is [this rec](https://qualys-secure.force.com/discussions/s/question/0D52L00004TnvvaSAB/how-to-resolve-qid11827) coming from? it seems a little arbitrary and possibly unrelated to our server....
Moving this to giraffe, which is the most appropriate place for it.
And this is exactly why we're trying to consolidate our configuration. `giraffe/storybooks/package.json` includes `style-loader`, while `giraffe/giraffe/package.json` does not.
### Types of annotations - Point annotations - Have identical `_timeStart` and `_timeStop` values - A single vertical line the full height of the visualization - Range annotations - Use...
added another item to the bullet list
Each app that needs to use Clockface includes it as an npm/yarn dependency ([cloud 2 marks it as a ui dependency in package.json](https://github.com/influxdata/influxdb/blob/master/ui/package.json#L132)). So Clockface is deployed to production as...
@vineethasok and I chatted about and this and he proposed a list of libraries we can use to power this. - [Ant design](https://ant.design/components/date-picker). Pros: Lots of functionality, highly active and...
@serdec ~haven't made a decision yet. Do you have any preferences on a library?~ I've started initial development using h6s/calendar.
I've made good progress on the basic DatePicker. What I'm thinking is that I'll get the basic `DatePicker` in first, so that if anyone needs one, they can start using...