-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add infrastructure support for suggesting score. #426
Comments
Once this is done create issues to add genScoreRange() to all the ciphers. |
There are three things that each cipher needs to do:
which returns the suggested score and an min/max range for what the score should fall into. Note that if
which returns an HTML string that is posted directly into the dialog. Note that the
|
Make the dialog slightly rounted Make title of dialogs the Primary color Make loadLanguageDictionary a Promise
Create a new routine
genScoreRange() : number[] {
}
First number is the suggested score, Next two numbers are the low and high for the range.
The text was updated successfully, but these errors were encountered: