Merged
Conversation
- Create project.ts to store all project information - Update imports in related files - Export project constants from constants/index.ts
- Move footer from common to layout directory - Create layout/index.ts for better organization - Update imports in root-router.tsx
- Extract HorizontalLine component - Update ProjectSection to use project data from constants - Simplify Home page by mapping through projects array
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR refactors the folder structure for the "about" section and updates various URLs to reflect the new organization.
- Added new scripts for the "about" section in package.json
- Updated URL references in Docusaurus and footer components
- Refactored the home page and project section to use centralized project configuration
Reviewed Changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Added new development, build, and deploy scripts for the about section. |
| apps/frontend/tech/docusaurus.config.ts | Updated URL for the Crypto Monitor project. |
| apps/frontend/about/src/root-router.tsx | Updated the Footer import to the new layout folder. |
| apps/frontend/about/src/pages/home/index.tsx | Refactored static project sections to iterate over a projects array. |
| apps/frontend/about/src/lib/constants/project.ts | Added project definitions including a new “Line Art Coloring” project. |
| apps/frontend/about/src/lib/constants/index.ts | Exported the newly added project constants. |
| apps/frontend/about/src/components/layout/footer.tsx | Adjusted footer project mapping using the centralized projects data. |
| apps/frontend/about/src/components/indicator/waka-graph.tsx | Added a comment for cumulative sum data generation. |
| apps/frontend/about/src/components/hero/project-section.tsx | Updated the component API by replacing children with an items array. |
| apps/frontend/about/src/components/common/* | Added and exported a new HorizontalLine component. |
| .windsurfrules | Added git commit guidelines. |
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.
No description provided.