Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: cria pagina de login issue #240 #301

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

EdiltonOliveira
Copy link
Contributor

Closes #240

Feature

N/A

Bugfix
  • Description
    N/A

  • Cause
    N/A

  • Solution
    N/A

Changelog
  • Cria página de login e incorpora o componente de formulário de login.
Visual evidences 🖼️

loginpage

Checklist
  • [ x] Issue linked
  • Build working correctly
  • Tests created
Additional info N/A

Copy link
Contributor

@diogocaronte diogocaronte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Está faltando mobile, e criar a rota para o login (o caminho dos arquivos ira mudar tambem)

align-items: center;
}

.login-page__img-box img {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

não usar tags no css

Comment on lines +7 to +25
const html = `
<div data-select="container" class="login-page">
<div class="login-page__img-box">
<div class="login-page__img-top">
<img src="${petdexLogo}" class="login-page__img-logopetdex"/>
</div>
<div class="login-page__img-down">
<img src="${petAndDog}" class="login-page__img-petanddog"/>
</div>

</div>
<div class=login-page__login-box>

<div class="login-page__login-form">
</div>
</div>

</div>
`;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Arrumar a identação

@EdiltonOliveira
Copy link
Contributor Author

Está faltando mobile, e criar a rota para o login (o caminho dos arquivos ira mudar tambem)

Design figma para a tela de login indisponível. Sendo assim, tenho a liberdade de poder criar a versão mobile ?

Comment on lines +9 to +14
<div class="login-page__img-box">
<div class="login-page__img-top">
<img src="${petdexLogo}" class="login-page__img-logopetdex"/>
</div>
<div class="login-page__img-down">
<img src="${petAndDog}" class="login-page__img-petanddog"/>
Copy link
Contributor

@Frompaje Frompaje Sep 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bota o kebab no logo-petdex
ex:

class="login-page__img-logo-petdex

@@ -0,0 +1,34 @@
import { Component } from 'pet-dex-utilities';
import LoginForm from '../../../../components/LoginForm';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Não dava para usar o Path Aliases aqui?
image


</div>
<div class=login-page__login-box>

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ta sem eslint configurado? pq acho que ele ja evita esses espacos e ajusta a identacao, qualquer duvida liga nois pra configurar.

@juliaam
Copy link
Contributor

juliaam commented Oct 2, 2024

atualiza a branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Criar página de Login
5 participants