reworking reconcilation and improved debug
This commit is contained in:
parent
cdaa7c678d
commit
f1c9af7b6b
4 changed files with 251 additions and 142 deletions
|
@ -12,9 +12,11 @@
|
|||
<script type="module" src="/js/main.js"></script>
|
||||
<div id="controls">
|
||||
<label for="fakeping">Fake Latency (ms): </label>
|
||||
<input type="number" id="fakeping" value="0" min="0" max="1000" title="This feature is broken!" disabled>
|
||||
<input type="number" id="fakeping" value="0" min="0" max="1000">
|
||||
<label for="interpolation">Interpolation: </label>
|
||||
<input type="checkbox" id="interpolation">
|
||||
<label for="show-authority">Show Authority Positions: </label>
|
||||
<input type="checkbox" id="show-authority">
|
||||
</div>
|
||||
<div id="chatbox"></div>
|
||||
<div id="compose">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue