guimillet
guimillet
The problem also occurs with the `outlined` style:  The width of the `v-input__slot` section remains equal to that of the parent `v-input__control` whatever the padding of `v-input__slot`, hence the...
If you replace `vue.min.js` with `vue.js` [here](https://github.com/voila-dashboards/voila-vuetify/blob/c21ab33afdda6810d6799553b9922cfb8b38c14b/share/jupyter/nbconvert/templates/vuetify-base/index.html.j2#L5), it seems to work with firefox.
If ManyWidgets.ipynb is for the `vuetify-base` template, then this should be specified somewhere (notebook's metadata or in the readme). But with that template, there is a display issue: the row-class...
I cannot help but I just noticed that, in the tooltip example, if v_model is not initialised, the activator slot stays, whereas if the tooltip v_model is initialised with v_model=True...
Also toggling dark theme (`v.theme.dark = not v.theme.dark`) makes some slots disappear, for example the button of a Menu activator slot (but, surprisingly, not the button of a Tooltip activator...
Great! This solves a number of issues! However, the Textfield progress slot seems to still disappear after toggling the `loading` prop or `v.theme.dark`.
I agree with your suggestion. Shall I update the commit or do you prefer to do it?
Thanks for the implementation with respect to JupyterLab. What about adding the check for Voilà on line 39 of Theme.js?
I have tried with `--theme=dark` as well as with the URL query string `?voila-theme=dark`, it didn't work. Does it work on your side? What source code is supposed to catch...
I'll try to make a PR. I have an issue with building the extension. After modifying Themes.js, I run `jlpm run prepare` in the `js` folder, but webpack complains as...