Skip to content

refactor(about): 폴더 구조 정리 및 url 수정#98

Merged
99mini merged 6 commits intomainfrom
about/feature/introduce-myself
Jun 6, 2025
Merged

refactor(about): 폴더 구조 정리 및 url 수정#98
99mini merged 6 commits intomainfrom
about/feature/introduce-myself

Conversation

@99mini
Copy link
Copy Markdown
Owner

@99mini 99mini commented Jun 6, 2025

No description provided.

99mini added 5 commits June 6, 2025 13:41
- 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
@99mini 99mini self-assigned this Jun 6, 2025
Copilot AI review requested due to automatic review settings June 6, 2025 05:24
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread apps/frontend/about/src/pages/home/index.tsx Outdated
@99mini 99mini merged commit 5806522 into main Jun 6, 2025
1 check passed
@99mini 99mini deleted the about/feature/introduce-myself branch June 6, 2025 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants