Antony Jones

Results 337 comments of Antony Jones

I'm still looking into this - I need a RPi to test against, so I'm prepping one of mine to help with this issue and another potential issue as soon...

Hi @biapar - all the information you need is here: http://vudash.com/#/developers/

Work has started here feature/dynamic-svelte but is blocked by a potential rollup issue.

Could be difficult for me to remember now, but I think it boils down to this: https://github.com/rollup/rollup-plugin-virtual/issues/7 Because we have to do some of the bundling on the fly based...

I'm not sure I understand this. Dashboards are just JSON files.

Hi @torarnv Currently there is no support for this, at least not in the existing widgets. You could create a custom widget which shows the image, however. I think it...

@torarnv yeah - in fact it already does for internal assets: https://github.com/vudash/vudash/blob/master/packages/core/src/plugins/static/static.js It'd be a matter of adding a second handler in here which serves from a directory based on...

There was, but it was removed during a refactor/simplification. It's probably a useful thing to have so I will add it to the roadmap for re-introduction!

You can build completely custom widgets, and customise the existing ones, and there is an open issue to re-introduce CSS theming.

Yeah - there is no hot-reloading currently, as I haven't had the opportunity to implement it. I did add a feature to add a dashboard dynamically, but not to edit...