Skip to content
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

Merged
merged 11 commits into from
Feb 2, 2024

Conversation

LJW25
Copy link
Collaborator

@LJW25 LJW25 commented Feb 1, 2024

📄 Summary

관리자 메인 페이지, 도시 관리 페이지, 도시 추가 및 수정 모달 구현

🙋🏻 More

시작이 반이니까 반은 했다! 너무 꼬이기 전에 끊어가 보겠습니다.

- 관리자 메인 페이지 (/admin)

image

- 도시 관리 페이지 (/admin/city)

image image

- 도시 추가, 수정 모달

image image

@LJW25 LJW25 added ✨ Feature FE-Admin 행록 어드민 프론트엔드 labels Feb 1, 2024
@LJW25 LJW25 self-assigned this Feb 1, 2024
Copy link
Member

@dladncks1217 dladncks1217 left a 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',
Copy link
Member

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/
Copy link
Member

Choose a reason for hiding this comment

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

이거지워도될듯

@LJW25 LJW25 merged commit 78c0d36 into develop Feb 2, 2024
1 check passed
hgo641 pushed a commit that referenced this pull request Apr 23, 2024
* feat: 행록 디자인 시스템 적용 및 layout 생성

* feature: 예외 페이지 추가

* feat: SidebarNavigation 구현

* feat: AdminMainPage 구현

* refactor: SidebarNavigation 리팩터링

* feat: page routing 구현

* feat: 도시 테이블 구현

* feat: city table style 적용

* feat: 도시 추가 모달 구현

* feat: 도시 수정 버튼 및 기능 구현

* refactor: 주석 제거
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FE-Admin 행록 어드민 프론트엔드 ✨ Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants