Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | web: display svg overflow | David Vazgenovich Shakaryan | 2022-05-16 | 1 | -9/+6 |
| | |||||
* | web: add throw animation | David Vazgenovich Shakaryan | 2022-05-16 | 1 | -0/+7 |
| | |||||
* | web: dynamically generate SVG and groups | David Vazgenovich Shakaryan | 2022-05-09 | 1 | -8/+47 |
| | |||||
* | web: add landscape layout | David Vazgenovich Shakaryan | 2022-05-07 | 1 | -1/+1 |
| | |||||
* | web: clean up scoreboard and dom functions | David Vazgenovich Shakaryan | 2022-05-05 | 1 | -40/+40 |
| | |||||
* | web: abstract away most EM_ASM calls to dom file | David Vazgenovich Shakaryan | 2022-05-04 | 1 | -1/+1 |
| | |||||
* | formatting | David Vazgenovich Shakaryan | 2022-05-04 | 1 | -18/+24 |
| | |||||
* | web: move elem construction to shared dom file | David Vazgenovich Shakaryan | 2022-05-03 | 1 | -67/+2 |
| | |||||
* | web: reuse elem array appending for drawing visits | David Vazgenovich Shakaryan | 2022-05-03 | 1 | -21/+19 |
| | |||||
* | web: use generic JS functions for manipulating DOM | David Vazgenovich Shakaryan | 2022-05-03 | 1 | -6/+12 |
| | |||||
* | web: split code into more files | David Vazgenovich Shakaryan | 2022-05-01 | 1 | -0/+256 |
This is currently very messy with all the files interdependent on one another and a lot of the logic still in the main file. It will take some time to refactor and clean up. |