Skip to content

feature/responsive web#7

Open
jdw09 wants to merge 31 commits intomainfrom
feature/responsive-web
Open

feature/responsive web#7
jdw09 wants to merge 31 commits intomainfrom
feature/responsive-web

Conversation

@jdw09
Copy link
Copy Markdown
Contributor

@jdw09 jdw09 commented Feb 18, 2026

beep-admin-web의 반응형을 구현하였습니다.

@netlify
Copy link
Copy Markdown

netlify Bot commented Feb 18, 2026

Deploy Preview for beep-admin ready!

Name Link
🔨 Latest commit 99678b7
🔍 Latest deploy log https://app.netlify.com/projects/beep-admin/deploys/699975d35ed0f90008611237
😎 Deploy Preview https://deploy-preview-7--beep-admin.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@jdw09 jdw09 requested a review from cher1shRXD February 18, 2026 11:30
Comment thread src/app/globals.css Outdated
Comment thread src/features/search/ui/SearchBar.tsx Outdated
Comment thread src/app/layout.tsx Outdated
Comment thread src/app/layout.tsx Outdated
Comment thread src/app/layout.tsx Outdated
Copy link
Copy Markdown

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

beep-admin-web에 모바일/데스크톱 레이아웃 분기(xl 기준)와 하단 탭바/모바일 헤더 등을 추가해 반응형 UI를 구현하는 PR입니다.

Changes:

  • 모바일 전용 Header/Tabbar 위젯 추가 및 Sidebar를 데스크톱(xl) 전용으로 전환
  • 주요 관리 페이지(학생/체크포인트/출석종류)에서 모바일 전용 액션 컴포넌트/모달 추가
  • TS 경로 별칭(@/*) 설정 정리 및 일부 의존성(lockfile) 업데이트

Reviewed changes

Copilot reviewed 24 out of 29 changed files in this pull request and generated 8 comments.

Show a summary per file
File Description
tsconfig.json baseUrl/paths 정리 및 include 패턴 조정
src/widgets/table/ui/Table.tsx 테이블 body를 모바일/데스크톱로 display 분기
src/widgets/tabbar/ui/Tabbar.tsx 모바일 하단 탭바 추가
src/widgets/tabbar/ui/NavItem.tsx 탭바 네비게이션 아이템 추가
src/widgets/sidebar/ui/Sidebar.tsx Sidebar를 xl 이상에서만 보이도록 변경, ROUTES 상수로 분리
src/widgets/section/ui/Section.tsx 모바일 헤더 구성/필터 슬롯(mobileFilter) 추가 및 반응형 타이포 조정
src/widgets/header/ui/Header.tsx 모바일 상단 헤더(로고 + 검색) 추가
src/shared/constants/routes.tsx Sidebar/Tabbar 공용 ROUTES 정의 추가
src/features/search/ui/SearchBar.tsx onlyMobile 옵션으로 모바일/데스크톱 렌더링 제어
src/features/manage-students/ui/UpdateStudentModal.tsx 포맷팅 변경(실질 로직 변화 없음)
src/features/manage-students/ui/MobileUpdateStudentModal.tsx 모바일 학생 상세/수정 모달 추가
src/features/manage-students/ui/MobileManageStudent.tsx 모바일 학생 row 액션(수정) 추가
src/features/manage-students/hooks/useUpdateStudent.ts client directive 추가
src/features/manage-rooms/ui/UpdateRoomModal.tsx 모바일에서 삭제 버튼 노출(모달 오픈) 추가
src/features/manage-rooms/ui/ManageRoom.tsx 데스크톱에서만 삭제 버튼 노출하도록 분기
src/features/manage-limited-users/ui/CreateLimitedUser.tsx 버튼 라벨을 반응형으로 분기
src/features/manage-checkpoints/ui/MobileUpdateCheckpointModal.tsx 모바일 체크포인트 수정 + 삭제 버튼 추가
src/features/manage-checkpoints/ui/MobileManageCheckpoint.tsx 모바일 체크포인트 row 액션(수정) 추가
src/features/manage-checkpoints/ui/MobileCreateCheckpoint.tsx (추가) 체크포인트 생성 버튼 컴포넌트
src/features/manage-attend-types/ui/MobileDeleteAttendType.tsx 모바일 출석종류 삭제 트리거 추가
src/features/manage-attend-types/ui/MobileCreateAttendType.tsx 모바일 출석종류 생성 트리거 추가
src/app/layout.tsx 전역 레이아웃 래핑 구조 변경
src/app/globals.css 포맷팅 변경(실질 변화 없음)
src/app/(root)/students/page.tsx 학생 관리 페이지 모바일/데스크톱 분기
src/app/(root)/layout.tsx 전체 레이아웃을 모바일/데스크톱 반응형 구조로 변경(Header/Tabbar 추가)
src/app/(root)/checkpoints/page.tsx 체크포인트 페이지 모바일/데스크톱 분기
src/app/(root)/attend-types/page.tsx 출석종류 페이지 모바일/데스크톱 분기
pnpm-lock.yaml 의존성 잠금파일 업데이트
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread src/features/manage-students/ui/MobileUpdateStudentModal.tsx
Comment thread src/app/(root)/students/page.tsx Outdated
Comment thread src/app/(root)/checkpoints/page.tsx
Comment thread src/app/(root)/attend-types/page.tsx
Comment thread src/app/layout.tsx
Comment thread src/features/manage-checkpoints/ui/MobileUpdateCheckpointModal.tsx
Comment thread src/features/manage-checkpoints/ui/MobileCreateCheckpoint.tsx
Comment thread src/features/manage-limited-users/ui/CreateLimitedUser.tsx
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 22, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
beep-admin-web Ready Ready Preview, Comment Apr 22, 2026 8:49am

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.

8 participants