node-build-monitor
node-build-monitor copied to clipboard
Influence tile layout by numberOfBuilds config setting
Right now the number of tiles to be displayed per column and row is hard-coded via css. I would have expected some kind of dynamic setting based on the numberOfBuilds value in the config file. I just added a new theme to get MORE tiles on the screen without having a scroll bar: https://github.com/marcells/node-build-monitor/pull/197
But it would be much nicer to have a more dynamic tile layout. Is that even possible with the current code base?