summaryrefslogtreecommitdiff
path: root/web/static/style.css
Commit message (Collapse)AuthorAgeFilesLines
* web: host fonts locallyDavid Vazgenovich Shakaryan2022-05-131-5/+41
|
* web: use icons for settings; misc changesDavid Vazgenovich Shakaryan2022-05-131-1/+2
|
* web: fix font pathDavid Vazgenovich Shakaryan2022-05-131-1/+1
|
* web: add better icons for PWADavid Vazgenovich Shakaryan2022-05-131-6/+6
|
* web: use subset font for dartboard numbersDavid Vazgenovich Shakaryan2022-05-121-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 iconsDavid Vazgenovich Shakaryan2022-05-111-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 Shakaryan2022-05-101-1/+1
|
* web: ui improvements, mainly for mobileDavid Vazgenovich Shakaryan2022-05-101-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 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: dynamically generate (list-mode) keypad keysDavid Vazgenovich Shakaryan2022-05-091-1/+1
| | | | | This is currently only for match mode selection, but we'll reuse it to implement more menus.
* web: fix ui bugDavid Vazgenovich Shakaryan2022-05-071-5/+7
|
* web: stylesheet cleanupDavid Vazgenovich Shakaryan2022-05-071-228/+244
|
* web: make bot darts less prominentDavid Vazgenovich Shakaryan2022-05-071-4/+2
|
* web: remember layout settingDavid Vazgenovich Shakaryan2022-05-071-1/+1
|
* 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-071-4/+17
|
* 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
|
* web: oi from cDavid Vazgenovich Shakaryan2022-05-031-0/+4
|
* web: more use of generic JS functionsDavid Vazgenovich Shakaryan2022-05-031-1/+9
|
* web: more renamingDavid Vazgenovich Shakaryan2022-05-021-1/+1
|
* web: the bot should have his own dartboardDavid Vazgenovich Shakaryan2022-04-281-1/+19
|
* web: prevent player info boxes flashing on loadDavid Vazgenovich Shakaryan2022-04-261-0/+5
|
* web: support quick rematch, fix checkout pointsDavid Vazgenovich Shakaryan2022-04-261-3/+1
|
* web: set dark colour scheme (mostly for scrollbars)David Vazgenovich Shakaryan2022-04-261-0/+1
|
* web: start shrinking font only when used part of display shrinksDavid Vazgenovich Shakaryan2022-04-261-4/+4
|
* web: fix prompt not clearing before bot throwDavid Vazgenovich Shakaryan2022-04-261-1/+0
|
* web: more cleanupDavid Vazgenovich Shakaryan2022-04-251-1/+1
|
* web: use a common function to determine the next actionDavid Vazgenovich Shakaryan2022-04-251-1/+1
|
* web: enforce double out; hide suggested for bot; ui updatesDavid Vazgenovich Shakaryan2022-04-241-11/+11
|
* web: change coloursDavid Vazgenovich Shakaryan2022-04-241-18/+23
|
* web: make active prompt more prominentDavid Vazgenovich Shakaryan2022-04-241-8/+13
|
* web: minor style updatesDavid Vazgenovich Shakaryan2022-04-241-11/+15
|
* web: add one-player scoreboard modeDavid Vazgenovich Shakaryan2022-04-241-2/+2
|
* web: implement prompt-aware keypadDavid Vazgenovich Shakaryan2022-04-231-3/+15
|
* web: support two-player scoreboard modeDavid Vazgenovich Shakaryan2022-04-231-1/+4
|
* web: fix undo state carrying over into next matchDavid Vazgenovich Shakaryan2022-04-231-1/+3
|
* web: add undo ability; simplify prompt handlersDavid Vazgenovich Shakaryan2022-04-231-1/+18
| | | | Undo currently works only for ongoing matches.
* web: store user opts in browser storageDavid Vazgenovich Shakaryan2022-04-231-1/+3
|
* misc web ui cleanupDavid Vazgenovich Shakaryan2022-04-231-21/+21
|
* more web ui refactoringDavid Vazgenovich Shakaryan2022-04-221-8/+8
|
* add leg average to web interfaceDavid Vazgenovich Shakaryan2022-04-211-14/+21
|
* redesign web interface; minor bug fixesDavid Vazgenovich Shakaryan2022-04-211-73/+95
|