aboutsummaryrefslogtreecommitdiff
path: root/ext/js/application.js
Commit message (Collapse)AuthorAge
* Move isExtensionUrl into WebExtension (#666)toasted-nutbread2024-02-11
|
* Update eslint (#638)toasted-nutbread2024-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add json test * Update vscode settings to better handle json * Collapse eslint rules for easier readability * Reorganize * Update no-multi-spaces rule for JSON * Rules updates * Switch to @stylistic/eslint-plugin * Update deprecated stylistic rules * Group stylistic rules * Simplify rules * Move eslint env overrides to end of file * Add test * Move promiseAnimationFrame to separate file * Remove unneeded eslint disable * Remove unneeded
* Update application init process (#634)toasted-nutbread2024-02-07
|
* Application refactor (#591)toasted-nutbread2024-02-01
* Rename Yomitan class to Application, change initialization style * Rename file * Update init * Update config * Remove dead code