-
Notifications
You must be signed in to change notification settings - Fork 2
/
TODO.txt
35 lines (23 loc) · 1.04 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
put sharethis back
use popover for titles
new settings modal
setting for rounding places
move fullscreen, donate, night btns there
icon display toggle switch
option to display probabilities as percentage (ex. 3.2% instead of 0.032)
print btn?
recolor modal btns
make link to android app more prominent? display in bottom banner?
increase max input size to 10,000
must use bigInt, otherwise vals are "infinity"
organize css?
more calculations? formula for charting binomial distribution line function?
modal that displays your "work" with numbers
----
fix overflow, rounding, efficiency problems for very large inputs
use realfavicongenerator.net, make it a pwa
BUG: when generating a link to the learn modal, if the URL parameters are changed then the learn link maintains the old params
until the link buttn is clicked
potential solution: try sorting out a system for managing url params
potential solution: use window.history and url.searchParams to make code cleaner and correct
potential solution: update learn link on calc() as well