Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web: add better icons for PWA | David Vazgenovich Shakaryan | 2022-05-13 | 21 | -31/+235 |
| | |||||
* | web: support installing as progressive web app™ | David Vazgenovich Shakaryan | 2022-05-12 | 12 | -0/+91 |
| | |||||
* | web: use subset font for dartboard numbers | David Vazgenovich Shakaryan | 2022-05-12 | 5 | -3/+102 |
| | | | | | | | | 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 | 6 | -6/+42 |
| | | | | | | | 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 | 2 | -4/+5 |
| | |||||
* | web: add exit dialogue while match is active | David Vazgenovich Shakaryan | 2022-05-10 | 4 | -0/+22 |
| | |||||
* | web: ui improvements, mainly for mobile | David Vazgenovich Shakaryan | 2022-05-10 | 3 | -9/+22 |
| | | | | | | | | 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 | 2 | -0/+6 |
| | |||||
* | web: fix post-match undo when bot is throwing second | David Vazgenovich Shakaryan | 2022-05-10 | 1 | -1/+5 |
| | |||||
* | web: allow selection of starting points and user to throw first | David Vazgenovich Shakaryan | 2022-05-09 | 7 | -23/+184 |
| | | | | | | | This new option selection code is a bit messy for now. It requires the options and their order to be in sync between the prompt functions and the corresponding submit functions. There's also a bit too much repetition of generic code that's applicable to all options. | ||||
* | web: fix CSS media query | David Vazgenovich Shakaryan | 2022-05-09 | 1 | -1/+1 |
| | |||||
* | web: add support for child DOM elements and text nodes | David Vazgenovich Shakaryan | 2022-05-09 | 4 | -23/+88 |
| | |||||
* | web: dynamically generate (list-mode) keypad keys | David Vazgenovich Shakaryan | 2022-05-09 | 5 | -22/+61 |
| | | | | | This is currently only for match mode selection, but we'll reuse it to implement more menus. | ||||
* | web: fix memory bugs | David Vazgenovich Shakaryan | 2022-05-09 | 2 | -2/+2 |
| | |||||
* | web: dynamically generate SVG and groups | David Vazgenovich Shakaryan | 2022-05-09 | 4 | -14/+49 |
| | |||||
* | web: fix ui bug | David Vazgenovich Shakaryan | 2022-05-07 | 1 | -5/+7 |
| | |||||
* | web: stylesheet cleanup | David Vazgenovich Shakaryan | 2022-05-07 | 3 | -247/+262 |
| | |||||
* | 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 | 2 | -3/+7 |
| | |||||
* | 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 | 3 | -9/+30 |
| | |||||
* | web: flip landscape layout | David Vazgenovich Shakaryan | 2022-05-07 | 1 | -3/+3 |
| | |||||
* | web: add landscape layout | David Vazgenovich Shakaryan | 2022-05-07 | 3 | -10/+44 |
| | |||||
* | web: move scroll ellipses to CSS where they belong | David Vazgenovich Shakaryan | 2022-05-06 | 2 | -8/+9 |
| | |||||
* | web: simplify buffering of display data | David Vazgenovich Shakaryan | 2022-05-06 | 4 | -96/+74 |
| | |||||
* | web: allocate space for header elems | David Vazgenovich Shakaryan | 2022-05-05 | 1 | -1/+1 |
| | |||||
* | web: free elem namespace | David Vazgenovich Shakaryan | 2022-05-05 | 1 | -3/+4 |
| | |||||
* | web: clean up scoreboard and dom functions | David Vazgenovich Shakaryan | 2022-05-05 | 7 | -160/+164 |
| | |||||
* | web: increase visits final column width | David Vazgenovich Shakaryan | 2022-05-04 | 1 | -1/+1 |
| | |||||
* | web: abstract away most EM_ASM calls to dom file | David Vazgenovich Shakaryan | 2022-05-04 | 9 | -52/+105 |
| | |||||
* | web: fix averages after undo | David Vazgenovich Shakaryan | 2022-05-04 | 1 | -2/+2 |
| | |||||
* | formatting | David Vazgenovich Shakaryan | 2022-05-04 | 9 | -63/+102 |
| | |||||
* | web: move opt logic to c | David Vazgenovich Shakaryan | 2022-05-04 | 3 | -24/+74 |
| | |||||
* | web: oi from c | David Vazgenovich Shakaryan | 2022-05-03 | 5 | -22/+30 |
| | |||||
* | web: use generic JS function for updating opt elems | David Vazgenovich Shakaryan | 2022-05-03 | 2 | -16/+27 |
| | |||||
* | web: move elem construction to shared dom file | David Vazgenovich Shakaryan | 2022-05-03 | 4 | -80/+90 |
| | |||||
* | web: reuse elem array appending for drawing visits | David Vazgenovich Shakaryan | 2022-05-03 | 3 | -66/+99 |
| | |||||
* | web: bloody JS scope… | David Vazgenovich Shakaryan | 2022-05-03 | 1 | -1/+1 |
| | |||||
* | web: more use of generic JS functions | David Vazgenovich Shakaryan | 2022-05-03 | 7 | -33/+54 |
| | |||||
* | web: use generic JS functions for manipulating DOM | David Vazgenovich Shakaryan | 2022-05-03 | 6 | -97/+91 |
| | |||||
* | web: buffer and flush prompt | David Vazgenovich Shakaryan | 2022-05-03 | 4 | -26/+95 |
| | |||||
* | web: move reading opts to opts file | David Vazgenovich Shakaryan | 2022-05-03 | 3 | -4/+10 |
| | |||||
* | web: more renaming | David Vazgenovich Shakaryan | 2022-05-02 | 7 | -37/+37 |
| | |||||
* | web: move some stuff around | David Vazgenovich Shakaryan | 2022-05-02 | 4 | -61/+56 |
| | |||||
* | web: buffer player info and flush on state change | David Vazgenovich Shakaryan | 2022-05-02 | 4 | -18/+113 |
| | | | | | Constant calls from Wasm to JS to replace unchanged elements in the DOM is not very efficient. | ||||
* | web: minor cleanup of prompt code | David Vazgenovich Shakaryan | 2022-05-02 | 5 | -18/+23 |
| | |||||
* | web: generate all required files in new dir | David Vazgenovich Shakaryan | 2022-05-02 | 3 | -3/+6 |
| |