[Project] Expanded panel below the optimizer grid for more details about the selected build
Motivation
Currently a lot of the math is hidden - For example, skill damage increase, def shred, res pen, etc. Part of the reason is to minimize the amount of data transfer from threadworker buffers to the main thread.
Objective
A panel under the optimizer grid to show these hidden numbers would be useful for more detailed investigation into the effect of buffs / etc. To do this would most likely require refactoring the optimizerWorker.js so it can be called from the main thread on each click of the grid, and display the expanded numbers from a single row instead of calculating them all for the whole grid.
Possibly toggle a full width row for this:
https://www.ag-grid.com/angular-data-grid/full-width-rows/