Slava Sayko

Results 43 comments of Slava Sayko
trafficstars

From the top of my head, I would place localization file into the common package - this way it can be used across all modules - frontend, backend ...

Hi ! It's in packages/ui ... or did you mean something else ?

It can use data from any source, including Google Analytics. Template itself is pure front-end, you can combine it with your backend APIs that return data from your preferred data...

Don't have time right now

It's a helper module to manage color themes, provided by dashblocks library that template uses: https://github.com/slanatech/dashblocks/blob/master/src/components/dbcolors.js

Hi ! Vue3 support is work in progress ...

It's possible, however it would make Prometheus a mandatory dependency - as a data source for built-in dashboards. Being able to see built-in dashboard without any dependencies is valuable, in...

Put together a boilerplate repo to try out various options: https://github.com/slanatech/vue-monorepo-boilerplate Here is how I set up Dockerfile to get caching for dependencies, and avoid publishing packages ``` FROM node:8-alpine...

This sounds good, thank you ! couple of thoughts: - we can use onResponseFinish callback to do exactly that - app can extend rrr before it gets stored in Elasticsearch...

Also added more comments to #27 ... > even if the template is not updated, it should work but new custom fields won't be indexed right? Not exactly. Elasticsearch will...