forked from FooSoft/yomichan
-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added average frequency tag * fix errors * add support for term grouping * added option for average frequency, hides other tags when active * combines 2 frequencies if one reading is "null" * updated option-util.test to include average frequency option * added single space before { * added average frequency tag * fix errors * add support for term grouping * added option for average frequency, hides other tags when active * combines 2 frequencies if one reading is "null" * updated option-util.test to include average frequency option * added single space before { * fixes typo, changes averages from object to map * reformat code, changes display.css to not depend on last-child to hide average frequency * uses single quotes instead of double quotes * fixed error that inverts the average frequency setting * Revert random formatting changes * Keep for loop const * Use null coalesce instead of if for reading check * Split out avg frequency array making * Set avg freq dict count to 1 * Simplify control flow * Split out avg frequency data creation * Clarify merging two readings if one is null --------- Co-authored-by: kuuuube <[email protected]>
- Loading branch information
1 parent
85af213
commit 0357e8f
Showing
8 changed files
with
138 additions
and
2 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
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
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
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