Closed dyeongg closed 4 days ago
이 PR은 두 가지 주요 변경 사항을 구현합니다: 사이드바에 표시되는 프로젝트 수를 5개로 제한하여 과도한 길이를 방지하고, 기본 프로젝트 초기화 값을 제거합니다. 구현에는 탐색 경로 및 프로젝트 표시 형식의 수정이 포함됩니다.
변경 사항이 간단해 보이고 시각적 표현이 필요하지 않으므로 다이어그램이 생성되지 않았습니다.
변경 사항 | 세부 사항 | 파일 |
---|---|---|
사이드바에 표시되는 프로젝트 수를 5개로 제한하고 프로젝트 레이블 표시 업데이트 |
|
src/components/section/sidebar/NavSidebar.tsx |
기본 초기화 값을 제거하여 프로젝트 생성 단순화 |
|
src/components/custom/dialogs/CreateProjectDialog.tsx |
탐색 경로 표준화 |
|
src/components/section/sidebar/NavSidebar.tsx src/components/custom/tables/history/RecentExportTable.tsx src/components/section/contents/RecontProject.tsx |
Visit the preview URL for this PR (updated for commit c6b6ed2):
https://aipark-four-t--224-23mlyysx.web.app
(expires Mon, 02 Dec 2024 02:05:28 GMT)
🔥 via Firebase Hosting GitHub Action 🌎
Sign: 0a4b3ef6ecc2c695a6a0d6ade46651e032870a9f
사이드바가 너무 길어지지 않기위해 5개로 제한
Sourcery에 의한 요약
사이드바에 표시되는 프로젝트 수를 5개로 제한하고, 새 프로젝트를 생성할 때 기본 프로젝트 이름을 제거합니다. 일관성을 위해 탐색 경로를 업데이트합니다.
새로운 기능:
개선 사항:
Original summary in English
## Summary by Sourcery Limit the number of projects displayed in the sidebar to 5 and remove the default project name when creating a new project. Update navigation paths for consistency. New Features: - Limit the number of projects displayed in the sidebar to 5 to prevent excessive length. Enhancements: - Remove default project name when creating a new project to allow for more flexibility.