Closed LUISPINTO90 closed 2 months ago
Name | Link |
---|---|
Latest commit | 65097560b89596d10ab8f5f2daf8b9aef4ab3de4 |
Latest deploy log | https://app.netlify.com/sites/miudc/deploys/66dd76abbedcb00008368e21 |
Deploy Preview | https://deploy-preview-66--miudc.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site configuration.
¿Qué se hizo en cada commit (9 en total)?
refactor: add mobile width and size props on variant classes Se modificaron estilos de Button.tsx.
chore: set button styles in user layout En user layout se cambiaron los estilos padre del boton
chore: improve design of input and buttons (for login and register) Mejora de RegisterForm.tsx y SignInForm.tsx en los colores, además de cambio en Input.tsx para que acepte tipo de input, muestre icono de showPassword, e icono de error en las validaciones.
chore: set redirection of login and register (commit autodescriptivo)
feat: installation of shadcn ui (commit autodescriptivo)
feat: add button, dialog, drawer, input and label component from shadcn (commit autodescriptivo)
feat: delete Tabs.tsx component (obsolete) (commit autodescriptivo)
feat: creation of UserProfileEditor dialog Creación del componente cliente UserProfileEditor.tsx, donde se muestra como dialog en pc, y como drawer en mobil. El cual renderiza el formulario componente ProfileForm (que está en este mismo archivo también).
Vista en PC:
Vista en movil: