Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web: support ending ongoing match; ui/colour tweaks | David Vazgenovich Shakaryan | 2022-05-16 | 1 | -5/+6 |
| | | | | | | 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: implement difficulty abstraction for stdev | David Vazgenovich Shakaryan | 2022-05-15 | 1 | -3/+3 |
| | |||||
* | web: use icons for settings; misc changes | David Vazgenovich Shakaryan | 2022-05-13 | 1 | -6/+6 |
| | |||||
* | web: add better icons for PWA | David Vazgenovich Shakaryan | 2022-05-13 | 1 | -2/+5 |
| | |||||
* | web: support installing as progressive web app™ | David Vazgenovich Shakaryan | 2022-05-12 | 1 | -0/+1 |
| | |||||
* | web: use subset font for dartboard numbers | David Vazgenovich Shakaryan | 2022-05-12 | 1 | -1/+1 |
| | | | | | | | | 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/+2 |
| | | | | | | | 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: ui improvements, mainly for mobile | David Vazgenovich Shakaryan | 2022-05-10 | 1 | -0/+2 |
| | | | | | | | | 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: dynamically generate (list-mode) keypad keys | David Vazgenovich Shakaryan | 2022-05-09 | 1 | -7/+2 |
| | | | | | This is currently only for match mode selection, but we'll reuse it to implement more menus. | ||||
* | web: dynamically generate SVG and groups | David Vazgenovich Shakaryan | 2022-05-09 | 1 | -4/+0 |
| | |||||
* | web: stylesheet cleanup | David Vazgenovich Shakaryan | 2022-05-07 | 1 | -8/+7 |
| | |||||
* | web: allow controls side to be chosen by user | David Vazgenovich Shakaryan | 2022-05-07 | 1 | -3/+4 |
| | |||||
* | web: more use of generic JS functions | David Vazgenovich Shakaryan | 2022-05-03 | 1 | -2/+2 |
| | |||||
* | web: more renaming | David Vazgenovich Shakaryan | 2022-05-02 | 1 | -3/+3 |
| | |||||
* | make name consistent; minor file organisation | David Vazgenovich Shakaryan | 2022-05-01 | 1 | -1/+1 |
| | |||||
* | web: less javascript, more c | David Vazgenovich Shakaryan | 2022-04-28 | 1 | -3/+2 |
| | |||||
* | web: the bot should have his own dartboard | David Vazgenovich Shakaryan | 2022-04-28 | 1 | -0/+9 |
| | |||||
* | web: rid HTML of inline JS | David Vazgenovich Shakaryan | 2022-04-26 | 1 | -20/+20 |
| | | | | | Maybe I'll change this to use targeted event listeners when I'm not lazy. | ||||
* | web: expand on help text | David Vazgenovich Shakaryan | 2022-04-26 | 1 | -1/+5 |
| | |||||
* | web: prevent player info boxes flashing on load | David Vazgenovich Shakaryan | 2022-04-26 | 1 | -8/+12 |
| | |||||
* | web: support quick rematch, fix checkout points | David Vazgenovich Shakaryan | 2022-04-26 | 1 | -3/+3 |
| | |||||
* | web: fix data types in HTML onclick scripts | David Vazgenovich Shakaryan | 2022-04-26 | 1 | -13/+13 |
| | |||||
* | 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/+14 |
| | |||||
* | web: change colours | David Vazgenovich Shakaryan | 2022-04-24 | 1 | -3/+3 |
| | |||||
* | web: make active prompt more prominent | David Vazgenovich Shakaryan | 2022-04-24 | 1 | -1/+1 |
| | |||||
* | web: add one-player scoreboard mode | David Vazgenovich Shakaryan | 2022-04-24 | 1 | -3/+4 |
| | |||||
* | web: implement prompt-aware keypad | David Vazgenovich Shakaryan | 2022-04-23 | 1 | -15/+21 |
| | |||||
* | web: fix undo state carrying over into next match | David Vazgenovich Shakaryan | 2022-04-23 | 1 | -1/+1 |
| | |||||
* | web: add undo ability; simplify prompt handlers | David Vazgenovich Shakaryan | 2022-04-23 | 1 | -12/+14 |
| | | | | Undo currently works only for ongoing matches. | ||||
* | misc web ui cleanup | David Vazgenovich Shakaryan | 2022-04-23 | 1 | -6/+6 |
| | |||||
* | more web ui refactoring | David Vazgenovich Shakaryan | 2022-04-22 | 1 | -12/+12 |
| | |||||
* | add leg average to web interface | David Vazgenovich Shakaryan | 2022-04-21 | 1 | -12/+14 |
| | |||||
* | redesign web interface; minor bug fixes | David Vazgenovich Shakaryan | 2022-04-21 | 1 | -3/+13 |
| | |||||
* | add web interface using Wasm | David Vazgenovich Shakaryan | 2022-04-20 | 1 | -0/+52 |