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

Add contribution (issue: #57 Implementar interacciones principales) #59

Merged
merged 18 commits into from
Jun 10, 2022

Conversation

annalbirena
Copy link
Member

  • Scroll to contact section
  • header links redirect to a page
  • Update link of OurDreamTeam button
  • Add link to OutGitHub button

Copy link
Member

@bregydoc bregydoc left a comment

Choose a reason for hiding this comment

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

Quedaron geniales las implementaciones, lo único que nos falta es reparar el formato para que este sea uniforme y definir como declaramos las dependencias.

package.json Outdated
@@ -11,7 +11,7 @@
},
"dependencies": {
"@directus/sdk": "9.7.1",
"@mantine/core": "4.1.0",
"@mantine/core": "^4.1.0",
Copy link
Member

Choose a reason for hiding this comment

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

Al parecer es mejor práctica usar dependencias fijas (sin expresiones generales (^)). Buscaré algo de referencias para pasarlas por aquí, ¿tú qué piensas?

@bregydoc
Copy link
Member

bregydoc commented May 14, 2022

Anna, estamos probando deepsource para asegurar/mejorar la calidad del código. Es una pieza de software bastante interesante, remarca los posibles problemas en el código fuente, es bastante más "inteligente" que un analizador estático clásico. Dejo abajo una captura de los issues detectados en este PR, si puedes, revísalo, a ver si te hace sentido, algunos son issues relativamente simples de solventar, te dejo el link con detalles (nombre del archivo, número de línea, etc.) aquí.

image

@annalbirena
Copy link
Member Author

Claro Bregy, lo estare revisando!

@@ -177,7 +182,7 @@ export function MinskyLandingHeader({ links }: MinskyLandingHeaderProps) {
>
{colorScheme === "dark" ? <Sun size={18} /> : <MoonStars size={18} />}
</ActionIcon>
<Button radius="md">Contact</Button>
<Button radius="md" onClick={() => scrollTo({ y: 3229 })}>Contact</Button>
Copy link
Member

Choose a reason for hiding this comment

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

@bregydoc bregydoc merged commit 5c04857 into minskylab:main Jun 10, 2022
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.

2 participants