Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resumen
Este Pull Request consolida un conjunto de mejoras visuales y refactorizaciones estructurales orientadas a estandarizar el sistema de diseño y eliminar deuda técnica:
borderRadius, espaciado, backdropFilter) en las tarjetas de exhibición (NewsPosts.tsx, IndustryCards.tsx) para asegurar consistencia visual con el resto de la plataforma.Box,Stack, sx prop), eliminando dependencias mixtas de estilos.borderRadiusen src/theme/index.ts (16px para contenedores y 12px para elementos interactivos), reduciendo la necesidad de overrides manuales en componentes individuales.Tipo de Cambio
Checklist del Desarrollador
src/components/y sistema de diseñoMUIxs,sm), tablet (md) y desktop (lg,xl)aria-label, contraste adecuado)Next/Imageoptimizado y lazy loading donde aplicanpm run build) sin errores de TypeScript (tsc --noEmit)Screenshots / Demo
Notas Adicionales
La centralización de
borderRadiusen el tema permite ajustar la apariencia global de la aplicación modificando un único archivo (src/theme/index.ts), facilitando el mantenimiento a largo plazo. Se han implementado excepciones visuales específicas (comoborderRadius: "50%"para logos) en los componentes correspondientes (Header,Chat,DocsSidebar) para preservar su identidad visual.