mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
merge: branch 'master' into production
This commit is contained in:
2
external/lang
vendored
2
external/lang
vendored
Submodule external/lang updated: 7440384751...14d51d68a5
@@ -1,6 +1,7 @@
|
|||||||
import "./styles/index.scss";
|
import "./styles/index.scss";
|
||||||
import { render } from "preact";
|
import { render } from "preact";
|
||||||
|
|
||||||
|
import "../external/lang/Languages.patch";
|
||||||
import { App } from "./pages/app";
|
import { App } from "./pages/app";
|
||||||
import "./updateWorker";
|
import "./updateWorker";
|
||||||
|
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import { Check } from "@styled-icons/boxicons-regular";
|
import { Error, Check } from "@styled-icons/boxicons-regular";
|
||||||
import { observer } from "mobx-react-lite";
|
import { observer } from "mobx-react-lite";
|
||||||
|
|
||||||
import styles from "./Panes.module.scss";
|
import styles from "./Panes.module.scss";
|
||||||
@@ -112,7 +112,8 @@ function Entry({ entry: [x, lang], selected, onSelect }: Props) {
|
|||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
<span className={styles.description}>
|
<span className={styles.description}>
|
||||||
{lang.display} {lang.verified && <Check size={16} />}
|
{lang.display} {lang.verified && <Check size={16} />}{" "}
|
||||||
|
{lang.incomplete && <Error size={16} />}
|
||||||
</span>
|
</span>
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user