Feature/course#44
Conversation
|
✔️ Deploy Preview for dev-estartandodevs ready! 🔨 Explore the source changes: af114de 🔍 Inspect the deploy log: https://app.netlify.com/sites/dev-estartandodevs/deploys/621a98cfc914b70007df5bc5 😎 Browse the preview: https://deploy-preview-44--dev-estartandodevs.netlify.app/ |
Lighthouse result for https://www.estartandodevs.com.br/
Lighthouse result for http://estartandodevs-site.s3-website-sa-east-1.amazonaws.com/
|
jonataspinto
left a comment
There was a problem hiding this comment.
| Device | URL |
|---|---|
| desktop | http://estartandodevs-site.s3-website-sa-east-1.amazonaws.com/ |
| Device | URL |
|---|---|
| mobile | http://estartandodevs-site.s3-website-sa-east-1.amazonaws.com/ |
Not what you expected? Are your scores flaky? Run Lighthouse on Foo
If scores continue to be inconsistent consider running all audits on Foo
Lighthouse result for https://www.estartandodevs.com.br/
Lighthouse result for http://estartandodevs-site.s3-website-sa-east-1.amazonaws.com/
|
jonataspinto
left a comment
There was a problem hiding this comment.
| Device | URL |
|---|---|
| desktop | http://estartandodevs-site.s3-website-sa-east-1.amazonaws.com/ |
| Device | URL |
|---|---|
| mobile | http://estartandodevs-site.s3-website-sa-east-1.amazonaws.com/ |
Not what you expected? Are your scores flaky? Run Lighthouse on Foo
If scores continue to be inconsistent consider running all audits on Foo
| <S.ListModulesContainer> | ||
| {exhibition && | ||
| literalObjectCall.courseModules.map((item, index) => ( | ||
| <p key={index}>- {item}</p> |
There was a problem hiding this comment.
Não entendi pq o lint não reclamou. Pode ajeitar @yagovaluchedevs ?
| }; | ||
|
|
||
| const Courses = ({ course }: PropsCourse) => { | ||
| const [exhibition, setExhibition] = useState(false); |
There was a problem hiding this comment.
Poderíamos usar query params mais pra frente, assim quando compartilhar, já vai com o box aberto.
| @@ -0,0 +1,29 @@ | |||
| <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> | |||
There was a problem hiding this comment.
Esqueci de por esse no clodnary.
Ticket | Mocks
Description
Implementando o componente referente aos cursos que teremos no projeto.
Dev Notes
Testing
Steps
Screenshots / Videos
Developer Checks