fix and features
This commit is contained in:
parent
1e1f7f0a61
commit
f797024f93
@ -72,7 +72,7 @@ export default function ChartCard({ title, subtitle, consumption, className, lin
|
||||
<h2>{title}</h2>
|
||||
<span>{subtitle}</span>
|
||||
</div>
|
||||
<ButtonGroup />
|
||||
{/* <ButtonGroup /> */}
|
||||
</div>
|
||||
{
|
||||
consumption?
|
||||
|
||||
@ -37,7 +37,7 @@ export default function Sidebar() {
|
||||
<Link href='/resumoOperacao'><li className={router.pathname=='/resumoOperacao'? 'actualPath' : null} ><Image src='/assets/sidebar/summaryOperationsIcon.svg' width={25} height={25} />{'Resumo de Op. '}</li></Link>
|
||||
<Link href='/news'><li className={router.pathname=='/news'? 'actualPath' : null}><Image src='/assets/sidebar/newsIcon.svg' width={25} height={25} />{'Notícias >'}</li></Link>
|
||||
<Link href='#'><li className={router.pathname=='/sectorialInfo'? 'actualPath' : null}><Image src='/assets/sidebar/sectorialInfoIcon.svg' width={25} height={25} />{'Info Setorial >'}</li></Link>
|
||||
<Link href='/consumption'><li className={router.pathname=='/consumption'? 'actualPath' : null} ><Image src='/assets/sidebar/consumptionIcon.svg' width={25} height={25} />{'Consumo'}</li></Link>
|
||||
{/* <Link href='/consumption'><li className={router.pathname=='/consumption'? 'actualPath' : null} ><Image src='/assets/sidebar/consumptionIcon.svg' width={25} height={25} />{'Consumo'}</li></Link> */}
|
||||
<Link href='/notifications'><li className={router.pathname=='/notification'? 'actualPath' : null}><Image src='/assets/sidebar/notificationsIcon.svg' width={25} height={25} />{'Notificação >'}</li></Link>
|
||||
<Link href='/aboutUs'><li className={router.pathname=='/aboutUs'? 'actualPath' : null}><Image src='/assets/sidebar/dashboardIcon.svg' width={25} height={25} />{'Sobre Nós >'}</li></Link>
|
||||
<Link href='/faq'><li className={router.pathname=='/faq'? 'actualPath' : null}><Image src='/assets/sidebar/saqIcon.svg' width={25} height={25} />{'FAQ >'}</li></Link>
|
||||
@ -45,7 +45,7 @@ export default function Sidebar() {
|
||||
</ul>
|
||||
<aside>
|
||||
<p>Nossos Gerentes estão prontos para atendê-los</p>
|
||||
<div><h3>(xx) XXXX-XXXX</h3></div>
|
||||
<div><h3>+55(41) 3012-5900</h3></div>
|
||||
</aside>
|
||||
</SidebarView>
|
||||
)
|
||||
|
||||
@ -79,7 +79,7 @@ export default function Home() {
|
||||
<legend className="text">Ou</legend>
|
||||
</fieldset>
|
||||
|
||||
<p><a href='tel:+55(41) 3012-5900' >+55(41) 3012-5900</a><br/><a href='https://www.energiasmart.com.br' >www.energiasmart.com.br</a></p>
|
||||
<p><a href='tel:+55(41) 3012-5900' >+55(41) 3012-5900</a><br/><a href='https://www.energiasmart.com.br' target="_blank" rel="noreferrer" >www.energiasmart.com.br</a></p>
|
||||
|
||||
</LoginContainer>
|
||||
</LoginView>
|
||||
|
||||
@ -81,9 +81,6 @@ export default function ResumoOperacao() {
|
||||
<p>Mostrando 1 a 10 de 30 Entradas</p>
|
||||
<p >Anterior <span className='number'>01</span> <span className='numberColor'>02 .. 05</span> <span className='number'>Proxima</span> </p>
|
||||
</Pagination>
|
||||
|
||||
</TableView>
|
||||
|
||||
|
||||
)
|
||||
}
|
||||
|
||||
@ -106,6 +106,14 @@ export default function Telemetria() {
|
||||
<GradientButton title='DOWNLOADS' description='Gerar gráficos com os dados selecionados' purple />
|
||||
<GradientButton title='DADOS' description='Gerar gráficos com os dados selecionados' green />
|
||||
</Buttons>
|
||||
<p className='paragraph'>
|
||||
Fonte: Dados coletados do Sistema de Coleta de Dados
|
||||
de Energia - SCDE da Câmara de Comercialização <br/>
|
||||
Energia Elétrica – CCEE, sendo que as quantidades aqui
|
||||
informadas são de responsabilidade <br/>do agente de
|
||||
medição - Distribuidora.
|
||||
</p>
|
||||
|
||||
</TelemetriaView>
|
||||
)
|
||||
}
|
||||
|
||||
@ -28,7 +28,11 @@ export const TelemetriaView = styled.main`
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
||||
.paragraph{
|
||||
color: #22d1f0;
|
||||
text-align: center;
|
||||
margin-top: 20px;
|
||||
}
|
||||
`;
|
||||
|
||||
export const Buttons = styled.div`
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user