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 entireTabContainer
component, which included features and benefits tabs with animations.app/learn-more/page.tsx
: Removed theLearnMorePage
component, which included aTabContainer
and other elements.app/resources/page.tsx
: Removed theResourcesPage
component, which included a hero section and a list of programming languages.components/BlogListItem.tsx
: Removed theBlogListItem
component, which displayed individual blog entries with animations.components/SocialLinks.tsx
: Removed theSocialLinks
component, which provided links to social media profiles with animations.components/Stats.tsx
: Removed theStatsCard
component, which displayed user statistics from LeetCode.components/dashboardComponents/DashboardContentSkeleton.tsx
: Removed theDashboardContentSkeleton
component, which displayed a loading skeleton for dashboard content.components/dashboardComponents/DashboardNavbar.tsx
: Removed theNavbar
component, which provided navigation for the dashboard.components/footer.tsx
: Removed theFooter
component, which provided footer content for the application.components/navbar.tsx
: Removed theNavbar1
component, 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: