v2 event editor (#265)

* style: add cursor indicator in all blocks

* style: prevent reflows on width

* style: harmonise white range

* ux: focus elements on cursor nav

* ux: prevent focus on indicators

* refactor: convert to typescript

* fix: missing dependency

* chore: add linter rules for dependency arrays

* style: style editable component

* style: tweak input styles

* style: tweak switch styles

* style: style tweaks
This commit is contained in:
Carlos Valente
2022-12-08 22:22:08 +01:00
committed by GitHub
parent c56c5a636d
commit 6720626bd3
36 changed files with 193 additions and 100 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ export default function AliasesModal() {
}
setSubmitting(false);
},
[aliases, refetch],
[aliases, emitError, refetch],
);
/**