Sergey Stepanov
2bc64a3be8
Migrate from IIFE to modern ES modules
...
These modules should be supported by all contemporary browsers, and this transition should resolve most issues related to the explicit import order of the .js files.
2024-03-17 22:09:43 +03:00
Sergey Stepanov
4baccc4701
Allow adjusting log levels on the fly
2022-04-11 17:46:10 +03:00
Sergey Stepanov
3bbf075f92
Log lines in the browser console
2022-04-11 09:16:08 +03:00
giongto35
7b736d455e
Merge Pr/173 with master ( #218 )
...
* Add the initial support for settings
* Rearrange init order for the settings and log modules
* Add import settings function
* Add initial settings display panel
* Add settings controls
* Add settings controls handlers
* Add garbage gui auto-builder for settings
* Add some custom binding handlers for settings
* Add super ineffective ¯\_(ツ)_/¯ keyboard bindings remap function
* Migrate keyboard to codes instead deprecated keyCodes
* Abort key remap on Esc
Co-authored-by: Sergey Stepanov <sergystepanov@gmail.com>
2020-07-04 04:24:13 +08:00
sergystepanov
3d1f1ee587
Initial new frontend rewrite ( #129 )
...
* Initial new frontend rewrite
* Refactor some module deps
* Fix options ref in the ajax module
* Refactor
* Add controller state
* Refactor
2019-11-05 01:44:19 +07:00