-
Notifications
You must be signed in to change notification settings - Fork 0
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
Devl #10
Conversation
This file contains 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
… and add new styles for improved layout and design
…or improved type consistency
…emove unused styles; update PortifolioIndice sections in page.tsx for better content organization
…for improved consistency
…e coworker rendering with CoworkerList component for improved structure and maintainability
…ter structure and maintainability, update global styles, and improve content organization in the portfolio
…and WorkExperienceArea components for improved structure and maintainability, and update styles for better organization and readability
…lMenu, InformationArea, AcademicArea, and CoursesArea components for improved structure and maintainability, and update styles for better organization and readability
…dule.css and update class references for improved styling and maintainability
…lMenu, InformationArea, LanguageArea, and SkillArea components for improved structure and maintainability, and update styles for better organization and readability
Componentização
…ng and development experience
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
MestreSol
commented
Feb 4, 2025
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.
Adicionar ao Gitignore o diretorio .idea, os arquivos n são importantes para o projeto
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.
This pull request includes various changes to the
.idea/workspace.xml
configuration file and several updates to the CSS and layout files in the project. The most important changes include adding new test configurations, updating file paths, and enhancing the responsiveness of the layout.Configuration updates:
.idea/workspace.xml
: Added new test configurations for the About component and updated the package.json to include watch mode for Jest. [1] [2] [3].idea/workspace.xml
: Updated recent branches and tasks to reflect recent changes and improvements in the project structure and maintainability. [1] [2]CSS and layout enhancements:
app/globals.css
: Removed redundant root variables and added media queries to improve responsiveness on smaller screens. [1] [2]app/page.module.css
: Added media queries to enhance the layout's responsiveness, adjusting padding, gaps, and flex properties for better display on smaller screens.app/layout.tsx
: Reorganized imports, added a footer component, and ensured consistent import paths for components. [1] [2]app/page.tsx
: Updated the class names to use a global style module for consistent styling across the application. [1] [2]