Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web: add better icons for PWA | David Vazgenovich Shakaryan | 2022-05-13 | 1 | -6/+6 |
| | |||||
* | web: use subset font for dartboard numbers | David Vazgenovich Shakaryan | 2022-05-12 | 1 | -2/+7 |
| | | | | | | | | Inter is under a permissive font and we use the number glyphs only, so it makes sense to use a subset font to avoid loading the rest of the glyphs. Also removing the name table from the icons font to further reduce size. | ||||
* | web: add prettier icons | David Vazgenovich Shakaryan | 2022-05-11 | 1 | -2/+16 |
| | | | | | | | The icons come from the lovely people at Bootstrap, who've shared them under a permissive licence. To avoid loading a large file consisting almost entirely of icons we'll never display, I've generated the icon font myself, limiting it to only the glyphs we use. | ||||
* | web: bloody chromium… | David Vazgenovich Shakaryan | 2022-05-10 | 1 | -1/+1 |
| | |||||
* | web: ui improvements, mainly for mobile | David Vazgenovich Shakaryan | 2022-05-10 | 1 | -7/+17 |
| | | | | | | | | Using a `100vh' height results in the bottom bit of the UI being cropped until scrolling down, while using `100%' results in the address bar always wasting space. By combining these with a fixed-position element, we're able to have the UI grow and shrink as the address bar visibility changes. | ||||
* | web: give keypad list keys a max height | David Vazgenovich Shakaryan | 2022-05-10 | 1 | -1/+29 |
| | | | | Bonus CSS shenanigans to create key gaps that behave. | ||||
* | web: display who throws first in visit log | David Vazgenovich Shakaryan | 2022-05-10 | 1 | -0/+1 |
| | |||||
* | web: fix CSS media query | David Vazgenovich Shakaryan | 2022-05-09 | 1 | -1/+1 |
| | |||||
* | web: dynamically generate (list-mode) keypad keys | David Vazgenovich Shakaryan | 2022-05-09 | 1 | -1/+1 |
| | | | | | This is currently only for match mode selection, but we'll reuse it to implement more menus. | ||||
* | web: fix ui bug | David Vazgenovich Shakaryan | 2022-05-07 | 1 | -5/+7 |
| | |||||
* | web: stylesheet cleanup | David Vazgenovich Shakaryan | 2022-05-07 | 1 | -228/+244 |
| | |||||
* | web: make bot darts less prominent | David Vazgenovich Shakaryan | 2022-05-07 | 1 | -4/+2 |
| | |||||
* | web: remember layout setting | David Vazgenovich Shakaryan | 2022-05-07 | 1 | -1/+1 |
| | |||||
* | web: minor ui/colour tweaks | David Vazgenovich Shakaryan | 2022-05-07 | 1 | -8/+6 |
| | |||||
* | web: landscape css should be default | David Vazgenovich Shakaryan | 2022-05-07 | 1 | -45/+38 |
| | |||||
* | web: minor styling | David Vazgenovich Shakaryan | 2022-05-07 | 1 | -4/+9 |
| | |||||
* | web: allow controls side to be chosen by user | David Vazgenovich Shakaryan | 2022-05-07 | 1 | -4/+17 |
| | |||||
* | web: flip landscape layout | David Vazgenovich Shakaryan | 2022-05-07 | 1 | -3/+3 |
| | |||||
* | web: add landscape layout | David Vazgenovich Shakaryan | 2022-05-07 | 1 | -7/+35 |
| | |||||
* | web: move scroll ellipses to CSS where they belong | David Vazgenovich Shakaryan | 2022-05-06 | 1 | -0/+1 |
| | |||||
* | web: clean up scoreboard and dom functions | David Vazgenovich Shakaryan | 2022-05-05 | 1 | -0/+1 |
| | |||||
* | web: increase visits final column width | David Vazgenovich Shakaryan | 2022-05-04 | 1 | -1/+1 |
| | |||||
* | web: oi from c | David Vazgenovich Shakaryan | 2022-05-03 | 1 | -0/+4 |
| | |||||
* | web: more use of generic JS functions | David Vazgenovich Shakaryan | 2022-05-03 | 1 | -1/+9 |
| | |||||
* | web: more renaming | David Vazgenovich Shakaryan | 2022-05-02 | 1 | -1/+1 |
| | |||||
* | web: the bot should have his own dartboard | David Vazgenovich Shakaryan | 2022-04-28 | 1 | -1/+19 |
| | |||||
* | web: prevent player info boxes flashing on load | David Vazgenovich Shakaryan | 2022-04-26 | 1 | -0/+5 |
| | |||||
* | web: support quick rematch, fix checkout points | David Vazgenovich Shakaryan | 2022-04-26 | 1 | -3/+1 |
| | |||||
* | web: set dark colour scheme (mostly for scrollbars) | David Vazgenovich Shakaryan | 2022-04-26 | 1 | -0/+1 |
| | |||||
* | web: start shrinking font only when used part of display shrinks | David Vazgenovich Shakaryan | 2022-04-26 | 1 | -4/+4 |
| | |||||
* | web: fix prompt not clearing before bot throw | David Vazgenovich Shakaryan | 2022-04-26 | 1 | -1/+0 |
| | |||||
* | web: more cleanup | David Vazgenovich Shakaryan | 2022-04-25 | 1 | -1/+1 |
| | |||||
* | web: use a common function to determine the next action | David Vazgenovich Shakaryan | 2022-04-25 | 1 | -1/+1 |
| | |||||
* | web: enforce double out; hide suggested for bot; ui updates | David Vazgenovich Shakaryan | 2022-04-24 | 1 | -11/+11 |
| | |||||
* | web: change colours | David Vazgenovich Shakaryan | 2022-04-24 | 1 | -18/+23 |
| | |||||
* | web: make active prompt more prominent | David Vazgenovich Shakaryan | 2022-04-24 | 1 | -8/+13 |
| | |||||
* | web: minor style updates | David Vazgenovich Shakaryan | 2022-04-24 | 1 | -11/+15 |
| | |||||
* | web: add one-player scoreboard mode | David Vazgenovich Shakaryan | 2022-04-24 | 1 | -2/+2 |
| | |||||
* | web: implement prompt-aware keypad | David Vazgenovich Shakaryan | 2022-04-23 | 1 | -3/+15 |
| | |||||
* | web: support two-player scoreboard mode | David Vazgenovich Shakaryan | 2022-04-23 | 1 | -1/+4 |
| | |||||
* | web: fix undo state carrying over into next match | David Vazgenovich Shakaryan | 2022-04-23 | 1 | -1/+3 |
| | |||||
* | web: add undo ability; simplify prompt handlers | David Vazgenovich Shakaryan | 2022-04-23 | 1 | -1/+18 |
| | | | | Undo currently works only for ongoing matches. | ||||
* | web: store user opts in browser storage | David Vazgenovich Shakaryan | 2022-04-23 | 1 | -1/+3 |
| | |||||
* | misc web ui cleanup | David Vazgenovich Shakaryan | 2022-04-23 | 1 | -21/+21 |
| | |||||
* | more web ui refactoring | David Vazgenovich Shakaryan | 2022-04-22 | 1 | -8/+8 |
| | |||||
* | add leg average to web interface | David Vazgenovich Shakaryan | 2022-04-21 | 1 | -14/+21 |
| | |||||
* | redesign web interface; minor bug fixes | David Vazgenovich Shakaryan | 2022-04-21 | 1 | -73/+95 |
| | |||||
* | prevent web keypad from stretching too wide | David Vazgenovich Shakaryan | 2022-04-21 | 1 | -2/+8 |
| | |||||
* | adaptive font size for web interface | David Vazgenovich Shakaryan | 2022-04-21 | 1 | -22/+35 |
| | |||||
* | add web interface using Wasm | David Vazgenovich Shakaryan | 2022-04-20 | 1 | -0/+305 |