Commit graph

5 commits

Author SHA1 Message Date
Renaud Chaput
d27216dc46
Enforce import order with ESLint () 2023-05-23 17:15:17 +02:00
Renaud Chaput
5eeb40bdbe
Add stricter ESLint rules for Typescript files () 2023-05-10 12:59:29 +02:00
Nick Schonning
06b68490d1
Enable eslint:recommended ruleset ()
* Enable ESLint recommended ruleset

* Disable failing ESLint recommended rules

* Remove rules shadowed by eslint:recommended
2022-12-19 00:51:37 +09:00
ThibG
fa4876a1b9
Fix read marker state not being udpated internally ()
Fixes 
2020-06-28 20:55:32 +02:00
ThibG
5aff2a6957
Fix timeline markers not working on Chrome ()
* Periodically save timeline markers

This saves timeline markers immediately upon message arrival, but not more
than once every 5 minutes.

This does not change how the markers are saved on closing the window,
except that it avoids submitting them if there is no need for it.

* Use the Fetch API when possible instead of XHR on window unload
2020-05-29 16:14:16 +02:00