HugoFara / lwt

Learn languages by reading! A language learning app stemmed from Learning with Texts (LWT).
https://hugofara.github.io/lwt/
The Unlicense
169 stars 19 forks source link

Us AJAX for tests #112

Closed HugoFara closed 1 year ago

HugoFara commented 1 year ago

Tests have some inconsistent behaviors: timer is not displayed, refresh rate is note perfect and worst of all: sounds are cut. The reason is that originally, everything was in different frames, and only the test frame was reloaded, this is no longer an option.

Some nice AJAX requests could bring back good behaviors!

HugoFara commented 1 year ago

Phew, that is a lot of work!

I'm starting to see the end of it though. Anyone checking out 7997c95 will find:

It stills needs testing and fixing before going to master, but it is promising.

HugoFara commented 1 year ago

Things seem to work, merged to master, enjoy!