Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update types | toasted-nutbread | 2023-11-27 |
| | |||
* | Update some common types | toasted-nutbread | 2023-11-27 |
| | |||
* | Add JSDoc type annotations to project (rebased) | toasted-nutbread | 2023-11-27 |
| | |||
* | `yomichan` -> `yomitan` | starxeras | 2023-11-10 |
| | |||
* | Fix hb import for media provider | jbukl | 2023-11-09 |
| | |||
* | Modernize codebase | Darius Jahandarie | 2023-11-04 |
| | | | | | | - Use ES modules - Remove vendored libs and build them from npm using esbuild - Switch from JSZip to zip.js | ||
* | fixed eslint, changed header to only use 2 spaces, added missing headers to test | Austin Siew | 2023-03-22 |
| | |||
* | Updated LICENSE to full license, added Yomitan 2023 to all license headers | Austin Siew | 2023-03-21 |
| | |||
* | Update copyright date (#2062) | toasted-nutbread | 2022-02-02 |
| | | | | | | | * Update eslint settings * Update 2021 files * Update other files | ||
* | Dictionary worker updates (#1914) | toasted-nutbread | 2021-08-28 |
| | | | | | | | * Add support for running getDictionaryCounts via DictionaryWorker * Run dictionary integrity checks on a separate thread * Remove api.getDictionaryCounts | ||
* | Dictionary database worker refactoring (#1913) | toasted-nutbread | 2021-08-28 |
| | | | | | | | | | | | | | * Rename DictionaryWorker => DictionaryWorkerHandler * Rename var * Rename file * Simplify * Rename DictionaryDatabaseModifier => DictionaryWorker * Rename dictionary-database-modifier.js => dictionary-worker.js | ||
* | Fix incorrect dictionary name ordering being used for counts (#1912) | toasted-nutbread | 2021-08-28 |
| | |||
* | Threaded dictionary delete (#1895) | toasted-nutbread | 2021-08-14 |
| | | | | | | | | | * Generalize dictionary worker * Add deleteDictionary functionality * Update DictionaryController to use DictionaryDatabaseModifier * Fix incorrect result handling | ||
* | Fix an issue with reordering dictionary settings (#1812) | toasted-nutbread | 2021-07-09 |
| | |||
* | Improve the behaviour of the "Move to..." action (#1667) | toasted-nutbread | 2021-05-11 |
| | |||
* | Fix invalid node/selectors being used in the dictionary delete process (#1658) | toasted-nutbread | 2021-05-10 |
| | |||
* | Add "Move to" menu option for moving dictionary options to a specific ↵ | toasted-nutbread | 2021-05-02 |
| | | | | | | | location (#1651) * Add "Move to" option * Fix IDs | ||
* | Fix the "Prefix wildcard searches supported" toggle having incorrect state ↵ | toasted-nutbread | 2021-05-02 |
| | | | | (#1650) | ||
* | Add support for reordering dictionary options (#1641) | toasted-nutbread | 2021-04-30 |
| | |||
* | Improve dictionary options (#1640) | toasted-nutbread | 2021-04-30 |
| | | | | | | | | | | | | | | | | | | | * Update dictionary options layout * Update extras * Improve display when no dictionaries are installed * Implement "All" toggle * Move modal * Update welcome page * Remove resizer button * Fix ordering * Fix extra closing tag | ||
* | Remove code for old settings page (#1588) | toasted-nutbread | 2021-04-03 |
| | |||
* | Update dictionary settings structure (#1587) | toasted-nutbread | 2021-04-03 |
| | | | | | | | * Update dictionary settings structure to use an array instead of an object * Update ensureDictionarySettings implementation * Remove some usage of ObjectPropertyAccessor | ||
* | Fix dictionary settings being missing after importing settings (#1576) | toasted-nutbread | 2021-03-31 |
| | |||
* | Definition collapsing when overflowing (#1575) | toasted-nutbread | 2021-03-31 |
| | | | | | | | | | | | | | | | * Add double-down-chevron.svg * Add options * Update dictionary importers * Update settings * Add support for collapsible definitions * Improve case when there is a very small amount of overflow * Fix incorrect enabled state of newly imported dictionaries | ||
* | Persistent storage controller (#1478) | toasted-nutbread | 2021-03-02 |
| | | | | | | | | | * Add PersistentStorageController * Update DictionaryController * Update DictionaryImportController * Update when storage stats are updated | ||
* | Move js/settings (#1397) | toasted-nutbread | 2021-02-14 |
* Move js/settings to js/pages/settings * Fix script ordering |