-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
관리자 페이지 구현 - 메인, 도시 관리 페이지 #789
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
리 더 이 오 멋집니다
plugins: [react(), tsconfigPaths(), svgr()], | ||
resolve: { | ||
alias: { | ||
'hang-log-design-system': '../hang-log-design-system', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
시간되면 제가 수정해둘게용
@@ -1,8 +1,17 @@ | |||
import { defineConfig } from 'vite'; | |||
import react from '@vitejs/plugin-react'; | |||
import tsconfigPaths from 'vite-tsconfig-paths'; | |||
import svgr from 'vite-plugin-svgr'; | |||
|
|||
// https://vitejs.dev/config/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거지워도될듯
* feat: 행록 디자인 시스템 적용 및 layout 생성 * feature: 예외 페이지 추가 * feat: SidebarNavigation 구현 * feat: AdminMainPage 구현 * refactor: SidebarNavigation 리팩터링 * feat: page routing 구현 * feat: 도시 테이블 구현 * feat: city table style 적용 * feat: 도시 추가 모달 구현 * feat: 도시 수정 버튼 및 기능 구현 * refactor: 주석 제거
📄 Summary
🙋🏻 More
- 관리자 메인 페이지 (/admin)
- 도시 관리 페이지 (/admin/city)
- 도시 추가, 수정 모달