vaadin-miki / super-fields

Some extra Vaadin 14 / 24 components that support localisation, plus (hopefully) more.
Apache License 2.0
21 stars 7 forks source link

Dynamic themes #336

Open vaadin-miki opened 2 years ago

vaadin-miki commented 2 years ago

Investigate if the hack around the lack of run-time themes (https://lumme.dev/2021/06/15/dynamic-theming-in-vaadin-flow.html) is something that can be turned into a component with events. If so, check if Carbon theme (https://github.com/anezthes/carbon-vaadin14) can be plugged in into such a solution.

vaadin-miki commented 2 years ago

it seems a crucial part of the abovementioned solution is IndexHtmlRequestListener, which is not present in Vaadin 14 (it runs flow 2.X, whereas the class has been added for flow 3.X)

looking for a workaround

vaadin-miki commented 2 years ago

not sure if this is even doable in a way I would like to see it - with themes packaged neatly into their own folders - so putting it on hold until further notice