voila-dashboards / voici

Voici turns any Jupyter Notebook into a static web application
https://voici.readthedocs.io/
Other
156 stars 9 forks source link

Fix extra network theme requests #62

Closed jtpio closed 1 year ago

jtpio commented 1 year ago

References

Fixes https://github.com/voila-dashboards/voici/issues/28

Code changes

Fix handling of the theme so it does not trigger network requests indefinitely.

User-facing changes

No more extra network requests:

https://user-images.githubusercontent.com/591645/231767525-35e1daec-c56e-4298-8c12-33f4dfb6535c.mp4

Backwards-incompatible changes

None

martinRenou commented 1 year ago

Thanks!