Shannon Hochkins

Results 5 issues of Shannon Hochkins

With the carousel pagination, could we chuck the html into a template cache like you've done for the `carousel-indicators`? This would be great so that we could overwrite the template...

…ctionality so that each directive can pass in different player variables as a scope parameter

I'm only pointing this out as I noticed you're scraping translations from the docker image but this isn't necessary, you can retrieve the exact same locales over a websocket without...

enhancement

There's been a request to ensure we can support multiple languages, I've done some initial experimentation and all looks possible to retrieve translations from homeassistant over websockets which means this...

Assess the viability of swapping the current zustand store to signals Why? Signals are undoubtably better for performance, Signals provide fine-grained control over reactivity. Only components that consume specific signals...