Refractor code for the application #119
Merged
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.
Pull Request Template
Summary
This pull request includes significant changes to the codebase, primarily focusing on removing unused components and cleaning up the project structure. The most important changes include the removal of multiple components that were no longer in use, as well as a minor configuration update.
Removal of Unused Components:
app/learn-more/components/TabContainer.tsx: Removed the entireTabContainercomponent, which included features and benefits tabs with animations.app/learn-more/page.tsx: Removed theLearnMorePagecomponent, which included aTabContainerand other elements.app/resources/page.tsx: Removed theResourcesPagecomponent, which included a hero section and a list of programming languages.components/BlogListItem.tsx: Removed theBlogListItemcomponent, which displayed individual blog entries with animations.components/SocialLinks.tsx: Removed theSocialLinkscomponent, which provided links to social media profiles with animations.components/Stats.tsx: Removed theStatsCardcomponent, which displayed user statistics from LeetCode.components/dashboardComponents/DashboardContentSkeleton.tsx: Removed theDashboardContentSkeletoncomponent, which displayed a loading skeleton for dashboard content.components/dashboardComponents/DashboardNavbar.tsx: Removed theNavbarcomponent, which provided navigation for the dashboard.components/footer.tsx: Removed theFootercomponent, which provided footer content for the application.components/navbar.tsx: Removed theNavbar1component, which provided the main navigation bar for the application.Configuration Update:
.vscode/settings.json: Added a setting to disable dotenv detection notifications in Postman.Fixes #118
Type of Change
Please mark [X] for applicable items: