-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: relic scorer improvements (#644)
* fix: relicScorer improvements improve typings move normalization out of function scope remove unnecessary runtime arrays * updated relicScorer caching and scoring caching is now done by weight profile instead of by character optimal parts calculation now tries to cache across sphere dmg% mainstats flat stats now use a global scaling fixed incorrect ScoringMetadata typing updated method call in RelicFilterBar * tests * fix: enfore consistent speed order * fix: stupid * fix tests * please work this time :cry~1: * revert flat stat weight changes * tests * fix: unwanted padding on button group * fix: sparkle lc default --------- Co-authored-by: Fribbels <[email protected]>
- Loading branch information
Showing
7 changed files
with
254 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -566,7 +566,6 @@ export function CharacterPreview(props) { | |
> | ||
<div | ||
style={{ | ||
position: 'relative', | ||
zIndex: 1, | ||
}} | ||
> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.