hsr-optimizer icon indicating copy to clipboard operation
hsr-optimizer copied to clipboard

[Project] Expanded panel below the optimizer grid for more details about the selected build

Open fribbels opened this issue 1 year ago • 1 comments

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.

fribbels avatar Jan 16 '24 04:01 fribbels

Possibly toggle a full width row for this:

https://www.ag-grid.com/angular-data-grid/full-width-rows/

fribbels avatar Feb 18 '24 08:02 fribbels