-
Notifications
You must be signed in to change notification settings - Fork 2
Feat/user profile #26
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
base: main
Are you sure you want to change the base?
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
dig-ie
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Já temos a atomos (CardSurface) pronto, reutilizar e delelar o novo que foi codado do 0.
- Apagar template por enquanto, está fora do padrão do atomic, depois ajudo nisso
Simplificar atoms, vi que tem 2 components de icon, sendo que a página de profile possui
somente 1 tipo de ícone (círculo com a varíavel de cor Primary de background, que recebe um ícone/provavelmente svg), deveria ser um component só com tamanho parametrizável via props (pelo que entendi, há dois atualmente: "IconsUser" e "Avatar", não deveria).
o Atom "Text" não faz sentido, pode excluir. Não tem estilo fixo nem nada justifica, é basicamente como chamar uma tag p, que vai ter estilo variável em cada local, então não é um component reutilizável.
No description provided.