Compare commits
No commits in common. "demo/apresentacao-whatsapp-web" and "master" have entirely different histories.
demo/apres
...
master
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Objetivo
|
## Objetivo
|
||||||
|
|
||||||
O projeto representa o frontend MVP do Sothis Connect.
|
O projeto representa o frontend MVP do Omnichannel Sothis.
|
||||||
|
|
||||||
O objetivo principal é demonstrar, de forma visual e convincente, como um atendente pode:
|
O objetivo principal é demonstrar, de forma visual e convincente, como um atendente pode:
|
||||||
|
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<link rel="icon" type="image/png" href="/src/shared/assets/favicon_blue.png" />
|
<link rel="icon" type="image/png" href="/src/shared/assets/favicon_blue.png" />
|
||||||
<title>Sothis Connect</title>
|
<title>Omnichannel Sothis</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="root"></div>
|
<div id="root"></div>
|
||||||
|
|||||||
@ -51,7 +51,6 @@ export function ChatPage() {
|
|||||||
submitTransfer,
|
submitTransfer,
|
||||||
isPaused,
|
isPaused,
|
||||||
pauseDurationLabel,
|
pauseDurationLabel,
|
||||||
apiError,
|
|
||||||
} = useChat();
|
} = useChat();
|
||||||
const requestedChatId = searchParams.get('chatId');
|
const requestedChatId = searchParams.get('chatId');
|
||||||
const handledRequestedChatIdRef = useRef('');
|
const handledRequestedChatIdRef = useRef('');
|
||||||
@ -133,21 +132,6 @@ export function ChatPage() {
|
|||||||
</Link>
|
</Link>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
{apiError ? (
|
|
||||||
<div
|
|
||||||
style={{
|
|
||||||
borderRadius: 16,
|
|
||||||
padding: '0.85rem 1rem',
|
|
||||||
background: 'rgba(181, 31, 31, 0.08)',
|
|
||||||
border: '1px solid rgba(181, 31, 31, 0.2)',
|
|
||||||
color: 'var(--color-secondary)',
|
|
||||||
fontWeight: 700,
|
|
||||||
}}
|
|
||||||
>
|
|
||||||
{apiError}
|
|
||||||
</div>
|
|
||||||
) : null}
|
|
||||||
|
|
||||||
<section
|
<section
|
||||||
style={{
|
style={{
|
||||||
display: 'grid',
|
display: 'grid',
|
||||||
|
|||||||
@ -46,7 +46,7 @@ export function BrandMark({ compact = false, theme = 'light', size }) {
|
|||||||
/>
|
/>
|
||||||
<div>
|
<div>
|
||||||
<div style={{ fontSize: currentSize.titleSize, fontWeight: 800 }}>
|
<div style={{ fontSize: currentSize.titleSize, fontWeight: 800 }}>
|
||||||
Sothis Connect
|
Sothis Omnichannel
|
||||||
</div>
|
</div>
|
||||||
<div style={{ color: 'var(--color-text-soft)', fontSize: currentSize.subtitleSize }}>
|
<div style={{ color: 'var(--color-text-soft)', fontSize: currentSize.subtitleSize }}>
|
||||||
Central de atendimento unificada
|
Central de atendimento unificada
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user