diff --git a/.prettierignore b/.prettierignore index 38972655..cad77e00 100644 --- a/.prettierignore +++ b/.prettierignore @@ -11,3 +11,5 @@ node_modules pnpm-lock.yaml package-lock.json yarn.lock + +static/languages/*/.json diff --git a/icons.config.ts b/icons.config.ts index d955f0bd..cf552cca 100644 --- a/icons.config.ts +++ b/icons.config.ts @@ -13,6 +13,7 @@ const config: IconsConfig = { "piano", "keyboard", "settings", + "edit", "music_note", "avg_pace", "lyrics", diff --git a/src/lib/components/InputEdit.svelte b/src/lib/components/InputEdit.svelte index 172e7cc2..fc2f1661 100644 --- a/src/lib/components/InputEdit.svelte +++ b/src/lib/components/InputEdit.svelte @@ -10,7 +10,39 @@ {@const action = KEYMAP_CODES[layer[id]]} counter_{i + 1} - {action?.id} + {/each} + + diff --git a/src/lib/components/Navigation.svelte b/src/lib/components/Navigation.svelte index 3c850aee..f22bdabd 100644 --- a/src/lib/components/Navigation.svelte +++ b/src/lib/components/Navigation.svelte @@ -1,6 +1,5 @@