-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FE] fix : ErrorPage과 App의 레이아웃(=DOM 구조)다른 오류 수정 (#614)
* design: breadCrumb 높이 theme 오류 수정 * chore: breadCrumb 관련한 MainContainer props명 수정 * refactor: Topbar에서 사용하지 않는 코드및 컴포넌트 삭제 - 삭제된 컴포넌트: Sidebar, SidebarOpenButtion * refactor: PageLayout을 공통된 레이아웃으로 사용하도록 리팩토링 - Topbar, BreadCrumb, Main 추가 - children으로 필요한 Main의 하위 컴포넌트 받도록 함 - BreadCrumb 필요에 따라 화면에 보여지도록 props 추가
- Loading branch information
1 parent
b3b09fd
commit 6b27483
Showing
12 changed files
with
35 additions
and
219 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
frontend/src/components/layouts/Topbar/components/SidebarOpenButton/index.tsx
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
frontend/src/components/layouts/Topbar/components/SidebarOpenButton/styles.ts
This file was deleted.
Oops, something went wrong.
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
export { default as Main } from './Main'; | ||
export { default as PageLayout } from './PageLayout'; | ||
export { default as Sidebar } from './Sidebar'; | ||
export { default as Topbar } from './Topbar'; | ||
export { default as Footer } from './Footer'; |
This file contains 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
This file contains 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