guimillet

Results 5 issues of guimillet

## Description Textareas with solo style are incorrectly displayed with voila-vuetify, the width is too large: ![image](https://user-images.githubusercontent.com/3398881/136714608-57265627-439d-4844-a20b-8e0b7003d88b.png) ## Reproduce ```python import ipyvuetify as v solo1 = v.Textarea(solo=True, v_model='Solo') solo2 =...

bug

## Description ![image](https://user-images.githubusercontent.com/3398881/136356848-863c26de-b984-42e9-9955-170913e3ca61.png) ## Reproduce 1. Add `"voila": {"template": "vuetify-default"}` to the notebook metadata of [ManyWidgets.ipynb](https://github.com/voila-dashboards/voila-vuetify/blob/master/ManyWidgets.ipynb) 2. Render ManyWidgets.ipynb with `voila` Or run `voila --template vuetify-default ManyWidgets.ipynb` (I have not...

bug

In the current example, `single_widget` is only a class attribute, such that when creating a new instance of `MyComponent`, the same widget is displayed. The user rather would rather need...

The class names of the document's body's are checked whether they contain 'theme-light' or 'theme-dark', which indicates the theme loaded by Voilà for the lab template. The patch also adds...

`Theme.dark` is initialised as `False` in [Themes.py](https://github.com/mariobuikhuizen/ipyvuetify/blob/e6d11bdc2e47948c97335e77de28239b7b93e1c4/ipyvuetify/Themes.py#L38) and this value sets the vuetify theme in [Themes.js](https://github.com/mariobuikhuizen/ipyvuetify/blob/e6d11bdc2e47948c97335e77de28239b7b93e1c4/js/src/Themes.js#L26). When JupyterLab or Voilà is set to a dark theme, the ipyvuetify widgets are...