Commit graph

14 commits

Author SHA1 Message Date
Kaspar Emanuel
13f7252dd7 Move Vue app to a js directory 2021-09-16 15:13:17 +01:00
Richard
3d33218072 Move error handling for taskSubmitter
taskSubmitter ended up in a confused state if the initial POST request
encountered an error.
I've updated `startPolling` to return a Promise, and moved the
error handling code to the top level.

This doesn't change anything for the case where we get a non-error
response to the POST request, but means that e.g. 400 errors
get caught and displayed properly.
2021-08-26 23:12:47 +01:00
Joel Collins
08f653233b Fixed onError propagation 2020-12-04 15:08:39 +00:00
Joel Collins
2e34722d6e Removed old console logs 2020-11-23 13:08:44 +00:00
Joel Collins
5a32e8a488 Changed default pollInterval to 1s 2020-11-06 10:39:25 +00:00
Joel Collins
fcd9fa4990 Fixed duplicated polling timers 2020-11-06 10:32:47 +00:00
Joel Collins
ac382b7fab Allow running tasks to be resumed 2020-11-06 10:27:00 +00:00
Joel Collins
eff03bfa2c Rearranged main components 2020-10-27 14:52:27 +00:00
Joel Collins
729e473ea0 Close #186 2020-10-26 15:41:59 +00:00
Joel Collins
41eff92e7d Updated Action status strings 2020-09-09 13:21:40 +01:00
Joel Collins
5139b24ffe Updated to new LabThings structure 2020-09-04 15:48:52 +01:00
Joel Collins
76664363dc Show indeterminate progress as soon as action is requested 2020-07-22 16:40:46 +01:00
Joel Collins
9cf491aeb0 Added global event listeners to task submitters 2020-07-06 10:34:00 +01:00
Joel Collins
98819403b3 Switched client from submodule to included 2020-06-25 15:40:51 +01:00