Поправлен интерфейс

This commit is contained in:
mi
2026-07-27 19:33:02 +03:00
parent 958fba5f3e
commit 3ed7239efa
95 changed files with 299 additions and 104 deletions
@@ -182,7 +182,10 @@ export default function HomeScreen() {
sending={sending}
value={message}
/>
<QuickActions phone={config.data?.operator.call_phone} />
<QuickActions
authenticated={authStatus === "authenticated"}
phone={config.data?.operator.call_phone}
/>
{Boolean(sendError) && (
<View style={{ paddingHorizontal: 16, paddingBottom: 8 }}>
<ErrorNotice error={sendError} />