ltl2tgba.html: Display a loading logo for delayed results.
* wrap/python/ajax/css/loading.gif: New file. * wrap/python/ajax/css/ltl2tgba.css (.loading): New class. * wrap/python/ajax/ltl2tgba.html: Display loading.gif after 200ms if the answer hasn't arrived * wrap/python/ajax/spot.in: Do not suggest not to draw the automaton on timeout. * wrap/python/ajax/js/jquery.ba-dotimeout.min.js: New file. * wrap/python/ajax/Makefile.am: Distribute it.
This commit is contained in:
parent
bfc668246c
commit
81d3ee48f0
6 changed files with 38 additions and 6 deletions
BIN
wrap/python/ajax/css/loading.gif
Normal file
BIN
wrap/python/ajax/css/loading.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 4.1 KiB |
|
|
@ -119,6 +119,12 @@ table.ltltable
|
|||
color: red;
|
||||
}
|
||||
|
||||
.ltl2tgba .loading {
|
||||
display: block;
|
||||
margin: 0 auto;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.ltl2tgba .neverclaim, .ltl2tgba .accrun {
|
||||
font-family: monospace;
|
||||
white-space: pre;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue