summaryrefslogtreecommitdiff
path: root/web/web_match.c
Commit message (Collapse)AuthorAgeFilesLines
* web: allow selection of starting points and user to throw firstDavid Vazgenovich Shakaryan2022-05-091-0/+7
| | | | | | | 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: abstract away most EM_ASM calls to dom fileDavid Vazgenovich Shakaryan2022-05-041-1/+1
|
* web: split code into more filesDavid Vazgenovich Shakaryan2022-05-011-0/+20
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.