summaryrefslogtreecommitdiff
path: root/web/static/sw.js
Commit message (Collapse)AuthorAgeFilesLines
* web: overlay virtual keyboard on chromeDavid Vazgenovich Shakaryan2022-05-161-1/+1
| | | | | | This prevents everything from getting resized when an input field is focused. Ideally we'd make the page scrollable when the keyboard appears, but the inputs are all at the top so it's not crucial.
* web: display svg overflowDavid Vazgenovich Shakaryan2022-05-161-1/+1
|
* web: add favicon to local cacheDavid Vazgenovich Shakaryan2022-05-161-0/+1
|
* web: add throw animationDavid Vazgenovich Shakaryan2022-05-161-1/+1
|
* web: fix ending match mid-comp-throw and starting another quicklyDavid Vazgenovich Shakaryan2022-05-161-1/+1
|
* web: clean up properly when match is ended while comp is throwingDavid Vazgenovich Shakaryan2022-05-161-1/+1
|
* web: support ending ongoing match; ui/colour tweaksDavid Vazgenovich Shakaryan2022-05-161-1/+1
| | | | | | Ending a match while the computer is throwing currently results in data being written to the prompt because any scheduled C calls are not being cleared yet.
* web: add back button to option menusDavid Vazgenovich Shakaryan2022-05-151-1/+1
|
* web: implement difficulty abstraction for stdevDavid Vazgenovich Shakaryan2022-05-151-1/+1
|
* web: host fonts locallyDavid Vazgenovich Shakaryan2022-05-131-3/+8
|
* web: use icons for settings; misc changesDavid Vazgenovich Shakaryan2022-05-131-9/+6
|
* web: disable back button when installed as a PWADavid Vazgenovich Shakaryan2022-05-131-1/+1
|
* web: add better icons for PWADavid Vazgenovich Shakaryan2022-05-131-13/+6
|
* web: support installing as progressive web app™David Vazgenovich Shakaryan2022-05-121-0/+68