flatsiedatsie / domoticz-aurora-theme

A modern theme for Domoticz, the open source home automation platform.
GNU General Public License v3.0
35 stars 23 forks source link

Show three highlighted items #34

Closed virusczz closed 5 years ago

virusczz commented 6 years ago

Hi, Super theme. I want to have more like 3 big items. I managed to have 9. Only i can not do the 9x highcharts to run. Can you implement the possibility to chose the number how many items to be Highlighted?

virusczz commented 6 years ago

image

virusczz commented 6 years ago

image

Done :) manualy: -n+3 changed to -n+9 in files: dashboard_show_data_visualizations.js dashboard_highlights_see-through.css

virusczz commented 6 years ago

What i don't know how to do is to add a box to write the number, and not to have only 3.

xztraz commented 6 years ago

other settings in theme is saved in user variables. you could start there. somewhere in code there should be something that reads from user vars. should be a case of mostly copy paste coding :)

flatsiedatsie commented 5 years ago

The best thing would be to create a setting where users enter a number. Then javascript could add a CSS class to that number of devices. Then the theme's CSS could be changed to just apply to thing with that tag, instead of the hardcoded first three devices. Perhaps in the future..

flatsiedatsie commented 5 years ago

There is now an option to make all items large. That will have to do for now.