chore(refactor): move and re-organise types folder

This commit is contained in:
Paul Makles
2022-06-10 14:11:38 +01:00
parent 67de7dbd79
commit a5e5f3ea0b
53 changed files with 78 additions and 102 deletions

View File

@@ -93,7 +93,7 @@ export function Audio() {
return (
<>
<div class={styles.audio}>
<div className={styles.audio}>
{!permission && (
<Tip palette="error">
<Text id="app.settings.pages.audio.tip_grant_permission" />
@@ -115,7 +115,7 @@ export function Audio() {
<h3>
<Text id="app.settings.pages.audio.input_device" />
</h3>
<div class={styles.audioBox}>
<div className={styles.audioBox}>
<ComboBox
value={
window.localStorage.getItem(

View File

@@ -171,7 +171,7 @@ export function Sessions() {
type="text"
className={styles.name}
value={session.name}
autocomplete="off"
autoComplete="off"
style={{ pointerEvents: "none" }}
/>
<span className={styles.time}>