mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-11 02:55:28 +00:00
chore(refactor): move and re-organise types folder
This commit is contained in:
@@ -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(
|
||||
|
||||
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user