summaryrefslogtreecommitdiff
path: root/web/static/sw.js
Commit message (Collapse)AuthorAgeFilesLines
* web: bump cache versionDavid Vazgenovich Shakaryan2022-05-211-1/+1
|
* web: display darts for comp as player 1David Vazgenovich Shakaryan2022-05-191-1/+1
|
* web: store comp info as part of match player info instead of globallyDavid Vazgenovich Shakaryan2022-05-181-1/+1
| | | | | This allows us things like two computer players against one another, which I've also added for testing.
* web: fix bug when player 2 presses remaining keyDavid Vazgenovich Shakaryan2022-05-181-1/+1
|
* web: use match info funcs instead of checking modeDavid Vazgenovich Shakaryan2022-05-181-1/+1
|
* web: support first-visit undo when player 2 throws firstDavid Vazgenovich Shakaryan2022-05-181-1/+1
|
* web: refactor undo logicDavid Vazgenovich Shakaryan2022-05-181-1/+1
|
* 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