ui-library icon indicating copy to clipboard operation
ui-library copied to clipboard

Chec UI library assets and components

Results 57 ui-library issues
Sort by recently updated
recently updated
newest added

eg when adding a category, I need to click into the Category Name field to then start typing. Ideally, the first field is already selected in this case

enhancement

I think this is encouraging bad practice as we end up with the tailwind classes directly in the DOM. By omitting `scoped` from our style definitions and properly using `BEM`...

enhancement

Currently the nav never collapses, and with our `min-width` of 375px this takes up a whole bunch of space.

enhancement

![image](https://user-images.githubusercontent.com/30238579/85883991-e6f1fd80-b7af-11ea-9eeb-3ee566e01a5b.png)

enhancement

Pretty much all our usage of `ChecCard` in dash has `tailwind="p-4"` as well. This'll need to go and check on usages of `ChecCard` that don't have `p-4` and whether they're...

enhancement

- Change mIcon's plusname property to 'plus' to match other plan property names Within dashboard-beta this allows me to simply pass the `plan_name` property to `` without having to worry...

enhancement

Not sure if there's much value in unit tests for these UI components... I assume we want to leave functionality out of these. We could benefit from automated visual testing...

enhancement