-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add: 同期機能を追加 * Add: ソートを追加 * Fix: 同じ単語があるときの挙動を修正 * Add: 削除を実装 * Add: 編集を実装 * Add: 起動時の辞書同期を追加 * Add: コメントを追加 * Add: エンジンを選択できるように * Revert: エンジンの選択機能を削除 * Refactor: loadingTypeとloadingDictをloadingDictStateにまとめる * Refactor: マージ処理をリファクタ * Refactor: マージ処理のコードの順序を変更 * Fix: メインエンジン以外のキャラクターが一番上に来たときの挙動を修正 * Add: 同期処理をADD_WORD内でも行うように * Add: return "の代わりにthrowするように * Code: ESLintのエラーを修正 * Improve: import_user_dictを必要なときだけ叩くように * Update src/store/dictionary.ts Co-authored-by: Hiroshiba <hihokaruta@gmail.com> Co-authored-by: Hiroshiba <hihokaruta@gmail.com>
- Loading branch information
1 parent
4eafadd
commit a01bd2b
Showing
4 changed files
with
165 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters