-
Provide a way (as widget params) to filter out some of the unwanted rows
-
Recent change in Mozaik deprecates the usage of unique ids, like https://github.com/plouc/mozaik-ext-weather/blob/master/src/components/Weather.jsx#L67
```
Error: Invalid request id "weather.combine…
-
Dashboard rotation is hardcoded to 4000ms:
https://github.com/plouc/mozaik/blob/extensibility/src/browser/stores/DashboardStore.js#L19
Whereas mozaik-demo hints about the config value:
https://gith…
-
Theme is hard coded to `night-blue`: https://github.com/plouc/mozaik/blob/master/gulp/tasks/styl.js#L15
While fixing the issue, the support of providing a custom theme could be added as well: In a ca…
-
Recent change requires Mozaik extension apis to be in format of `extension.methodName`. This makes sense but the problem is when same API method is called twice (or more) with different parameters.
C…
-
When running `gulp publish` for the first time, I encountered the following error:
``` shell
[12:49:08] Starting 'react'...
Potentially unhandled rejection [2] ParseError: /Users/cluebcke/projects/to…
-
I had forgotten I had iojs-v1.1.0 installed--build failed. So I switched back to the latest stable node, v0.10.36. The build succeeded but when I ran `node mozaik.js`, I received the following error:
…
-
Cool project... Could not find an actual demo on the GH pages site, maybe I missed it? I'd like to add to react.rocks, need a demo. Thanks!
-
I would like to suggest one Jenkins Widget to monitor views, Providing information about percentage of time that view spent blue, yellow and green for instance.
What you think about this idea ? And …
-
Hi
I like the idea of loading parameters from urls, however, my parameter files usually are more complex then the example, i.e. I quite often need a `ParameterTable`.
I would like to do this:
{{{
# !…