Commit graph

30 commits

Author SHA1 Message Date
23b04a58bc remove useless js things 2019-11-16 12:58:45 +01:00
ee9f396c5c js: more linting 2019-11-16 12:41:40 +01:00
b729eec1d1 JS: standard --fix 2019-11-16 12:34:43 +01:00
97c74d8542 js: debounce name change 2019-11-16 12:31:14 +01:00
7df8d60f1b js: name changed while typing
there used to be a slight bug. Suppose the user types a text in the
input box, and never changes the focus.
Then, she press "Stop". the click and the focus lost happen in nearly
the same moment, which leads to a race in which the name is set only if
the /api/update arrives before the /api/generate.

Sending the message before losing the focus mitigates the issue
2019-11-16 02:20:40 +01:00
3687623efa OLD: form validation is presented to user 2015-05-04 13:32:44 +02:00
dc6c039c7c FIX bug in "old" form validation 2015-05-04 13:22:31 +02:00
f7ba160f23 FIX forms: more accessible (but less beautiful)
Borders in old.html were too light, and on some screens they were not
visible. This changes will make them stronger, and also make input in
new.html behave consistently
2014-05-03 21:58:04 +02:00
3a9d4a5c95 Starttime is now editable; closes #19 2014-04-24 12:36:40 +02:00
34e716fc32 Archive finally linked; closes #18 2014-04-24 12:35:46 +02:00
5b69411b15 Archive download is nicer 2014-04-24 12:01:12 +02:00
cfa08ddb72 Archive.html is feature-complete
It just needs some love in table style and alignments
2014-04-23 12:41:12 +02:00
9940b908b6 Add archive.html (not linked anywhere) 2014-04-15 01:35:14 +02:00
ddeef6ab78 theme: redder than red 2014-03-07 14:47:09 +01:00
1af5393441 widget refactoring, old.html works (refs #13) 2014-03-02 00:35:36 +01:00
fbf94eceba old.html (refs #13) + refactoring 2014-03-02 00:35:27 +01:00
4f8bb54b56 Old show page 2014-02-24 18:40:43 +01:00
73a47f4f2b Error reporting; the user can retry; fix #1 2013-12-27 02:17:12 +01:00
7e9aa219db useless files cleanup 2013-12-23 22:26:25 +01:00
466f9a0b7d ongoing recs are shown at startup 2013-12-10 02:35:53 +01:00
14521b223e "recid" removed
JS api call reorganized
2013-12-10 01:52:21 +01:00
972fbb9430 FIX countclock always displaying "to" 2013-12-05 01:09:08 +01:00
82f6ea926e Add endtime in countclock 2013-12-03 21:23:54 +01:00
9f31ce174f Split /update in /update + /generate; filename handled
Clearer separation of data and its representation of datetime objects in
db: now the db only handles datetime objects and the server will take
care of converting from/to strings with the browser
2013-12-03 21:07:17 +01:00
11bdd11749 Polling until download is ready 2013-12-03 01:56:54 +01:00
5c97622567 work in progress: changing completely the graphics 2013-12-02 20:58:43 +01:00
e2939c6169 JOB handling + /api/ namespace 2013-11-29 23:57:26 +01:00
a8406e74be search APIs are more RESTful 2013-11-26 14:59:11 +01:00
816d923d02 Links reorganized 2013-11-26 14:04:33 +01:00
36eae35528 Merge client and server in a single bottle app 2013-11-26 12:04:43 +01:00