Fribbels
Fribbels
### Motivation For some scenarios like 0 speed DPS with a sparkle team, their extra speed substats dont matter but the sim will consider them as useful rolls. ### Goal...
### Motivation https://github.com/fribbels/hsr-optimizer/blob/main/src/lib/statCalculator.js This was a remnant of a previous version of the optimizer before we moved to web workers, currently duplicates logic from https://github.com/fribbels/hsr-optimizer/blob/main/src/lib/optimizer/calculateStats.js ### Goal Remove statCalculator.js and...
### Motivation Weight was removed, and needs to be replaced ### Goal Add a selector for column names, and multiply them together
### Motivation When editing/upgrading a +0 relic on the Relics tab, the relic's potential numbers dont get updated. This means the user has to press reapply scores to get their...
### Motivation The button fires off an api request each time, we should rate limit it on the UI side ### Goal Start a timer after each button submission and...
### Motivation Currently some characters have to do this for their combat scoring, which is over 4000 simulation runs on the card load This comes from having to calculate: *...
[Feature] Blur / display skeleton components while DPS score is loading, calculate DPS score async
### Motivation DPS score calculations currently lag the page because the simulations take a while to process Related: https://github.com/fribbels/hsr-optimizer/issues/420 ### Goal Use some skeleton components https://ant.design/components/skeleton/ to hide the score...
### Motivation * Some buff effects are not actually combat stats, but rather trigger only on hit without adding to the character's stats. For example, crit rate buffs from Wastelander....
### Motivation With DPS score launched, we only have half the characters covered  ### Goal Launch an additional Support score with a simulation based approach to scoring support characters
# Pull Request ## Description - [x] Research UI libraries - [x] UI implementation - [x] Rotation state management - [x] Restructure request/params - [ ] Update wgsl injection -...