summaryrefslogtreecommitdiff
path: root/web/static
Commit message (Collapse)AuthorAgeFilesLines
* web: add prettier iconsDavid Vazgenovich Shakaryan2022-05-114-5/+19
| | | | | | | 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 Shakaryan2022-05-102-4/+5
|
* web: add exit dialogue while match is activeDavid Vazgenovich Shakaryan2022-05-101-0/+11
|
* web: ui improvements, mainly for mobileDavid Vazgenovich Shakaryan2022-05-103-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 heightDavid Vazgenovich Shakaryan2022-05-101-1/+29
| | | | Bonus CSS shenanigans to create key gaps that behave.
* web: display who throws first in visit logDavid Vazgenovich Shakaryan2022-05-101-0/+1
|
* web: fix CSS media queryDavid Vazgenovich Shakaryan2022-05-091-1/+1
|
* web: add support for child DOM elements and text nodesDavid Vazgenovich Shakaryan2022-05-091-11/+29
|
* web: dynamically generate (list-mode) keypad keysDavid Vazgenovich Shakaryan2022-05-093-11/+9
| | | | | This is currently only for match mode selection, but we'll reuse it to implement more menus.
* web: dynamically generate SVG and groupsDavid Vazgenovich Shakaryan2022-05-091-4/+0
|
* web: fix ui bugDavid Vazgenovich Shakaryan2022-05-071-5/+7
|
* web: stylesheet cleanupDavid Vazgenovich Shakaryan2022-05-072-236/+251
|
* web: make bot darts less prominentDavid Vazgenovich Shakaryan2022-05-071-4/+2
|
* web: remember layout settingDavid Vazgenovich Shakaryan2022-05-072-3/+7
|
* web: minor ui/colour tweaksDavid Vazgenovich Shakaryan2022-05-071-8/+6
|
* web: landscape css should be defaultDavid Vazgenovich Shakaryan2022-05-071-45/+38
|
* web: minor stylingDavid Vazgenovich Shakaryan2022-05-071-4/+9
|
* web: allow controls side to be chosen by userDavid Vazgenovich Shakaryan2022-05-073-9/+30
|
* web: flip landscape layoutDavid Vazgenovich Shakaryan2022-05-071-3/+3
|
* web: add landscape layoutDavid Vazgenovich Shakaryan2022-05-071-7/+35
|
* web: move scroll ellipses to CSS where they belongDavid Vazgenovich Shakaryan2022-05-061-0/+1
|
* web: clean up scoreboard and dom functionsDavid Vazgenovich Shakaryan2022-05-051-0/+1
|
* web: increase visits final column widthDavid Vazgenovich Shakaryan2022-05-041-1/+1
|
* formattingDavid Vazgenovich Shakaryan2022-05-041-7/+14
|
* web: move opt logic to cDavid Vazgenovich Shakaryan2022-05-041-14/+8
|
* web: oi from cDavid Vazgenovich Shakaryan2022-05-032-17/+5
|
* web: use generic JS function for updating opt elemsDavid Vazgenovich Shakaryan2022-05-031-14/+10
|
* web: reuse elem array appending for drawing visitsDavid Vazgenovich Shakaryan2022-05-031-23/+11
|
* web: bloody JS scope…David Vazgenovich Shakaryan2022-05-031-1/+1
|
* web: more use of generic JS functionsDavid Vazgenovich Shakaryan2022-05-033-22/+18
|
* web: use generic JS functions for manipulating DOMDavid Vazgenovich Shakaryan2022-05-031-62/+24
|
* web: buffer and flush promptDavid Vazgenovich Shakaryan2022-05-031-9/+9
|
* web: more renamingDavid Vazgenovich Shakaryan2022-05-023-6/+6
|
* web: buffer player info and flush on state changeDavid Vazgenovich Shakaryan2022-05-021-3/+3
| | | | | Constant calls from Wasm to JS to replace unchanged elements in the DOM is not very efficient.
* make name consistent; minor file organisationDavid Vazgenovich Shakaryan2022-05-011-1/+1
|
* web: clean up svg generation codeDavid Vazgenovich Shakaryan2022-04-291-23/+3
|
* web: javascript needs more pointersDavid Vazgenovich Shakaryan2022-04-291-0/+24
|
* web: less javascript, more cDavid Vazgenovich Shakaryan2022-04-283-154/+26
|
* web: the bot should have his own dartboardDavid Vazgenovich Shakaryan2022-04-284-19/+198
|
* web: use technical terminologyDavid Vazgenovich Shakaryan2022-04-271-1/+1
|
* web: no need to expose horizontal and vertical stdevs individuallyDavid Vazgenovich Shakaryan2022-04-271-4/+2
|
* web: use targeted event listenersDavid Vazgenovich Shakaryan2022-04-271-29/+22
|
* web: use short alias for selectors; make key label function genericDavid Vazgenovich Shakaryan2022-04-271-49/+42
|
* web: let's use our new functionDavid Vazgenovich Shakaryan2022-04-271-15/+11
|
* web: malloc c strings explicitly; pass null pointer when emptyDavid Vazgenovich Shakaryan2022-04-271-1/+13
|
* web: move some memory management to c; use ccall wrapper lessDavid Vazgenovich Shakaryan2022-04-271-14/+6
|
* web: handle race condition on loadDavid Vazgenovich Shakaryan2022-04-271-0/+8
| | | | | This is incredibly unlikely to ever matter unless your browser is a potato.
* web: rid HTML of inline JSDavid Vazgenovich Shakaryan2022-04-262-26/+41
| | | | | Maybe I'll change this to use targeted event listeners when I'm not lazy.
* web: expand on help textDavid Vazgenovich Shakaryan2022-04-262-5/+5
|
* web: prevent player info boxes flashing on loadDavid Vazgenovich Shakaryan2022-04-263-19/+24
|