11d535f4e3
fix(adminfront): prevent bulk import modal from unmounting when dropdown closes
...
Lifted the modal state out of the DropdownMenuContent to ensure the dialog does not unmount immediately when the dropdown item is clicked.
2026-05-20 13:28:03 +09:00
53dacda5d5
feat(adminfront): add Data Management menu to User tab
...
This commit introduces a 'Data Management' dropdown menu to the User list page, consolidating user CSV import, template download, and export actions. It aligns the UI with the existing Tenant list page.
2026-05-20 13:25:21 +09:00
fd82dd9bdd
조직 연동 오류 해결
2026-05-20 11:17:31 +09:00
42b49674cc
사용자 상태 세분화
2026-05-20 10:17:15 +09:00
9112c4fb36
조직도 줌 레벨 상향
2026-05-18 18:06:13 +09:00
0b54992309
테넌트 설정 샘플 추가
2026-05-18 15:38:21 +09:00
e29d056b9e
네이버 웍스 연동기능 개선
2026-05-18 15:36:30 +09:00
e01b3475ec
code check 오류 수정
2026-05-15 19:49:16 +09:00
eddab895e9
CSV 내보내기 버튼 공통
2026-05-15 18:42:05 +09:00
0f80ee4f4d
페이지 타이틀 하단 설명 문구 수정
2026-05-15 18:42:05 +09:00
9df69f22e8
감사 로그 테이블 헤더 및 검색창 문구 수정
2026-05-15 18:42:05 +09:00
055a804f7f
감사 로그 테이블 공통 컬럼 통일
2026-05-15 18:42:05 +09:00
0bf8089120
admin/dev 사이드바 프레임 공통화
2026-05-15 18:42:05 +09:00
c0894eeb8a
개요 페이지 공통 컴포넌트 및 문구 적용
2026-05-15 18:42:05 +09:00
cb602de049
감사로그 검색창 통일화
2026-05-15 18:42:05 +09:00
faffb6dc05
검색/필터 바 shell 공통화
2026-05-15 18:42:05 +09:00
3a0cd1cfed
페이지 헤더 공통 컴포넌트 통일
2026-05-15 18:42:05 +09:00
bdd42be57e
공통 테이블 헤더 배경 토큰 적용
2026-05-15 18:42:05 +09:00
b387673a8a
하위 테넌트 테이블 쉘을 common/ui/table 기준으로 정리
2026-05-15 18:42:05 +09:00
16422f4e2e
fix(ci): use npx playwright and fix adminfront scripts for reliable binary resolution in CI
2026-05-15 13:59:51 +09:00
1b483d4cbf
fix(ci): add @playwright/test to workspace projects so pnpm exec can locate the binary locally
2026-05-15 13:46:02 +09:00
9f7b925e73
fix(ci): update github actions to properly support pnpm workspace
2026-05-15 13:20:16 +09:00
55d5e58783
fix(frontend): revert to safe npm install in docker runtime to resolve persistent pnpm ENOENT cross-device store errors
2026-05-15 11:59:34 +09:00
4f952df003
fix(frontend): resolve docker build pnpm workspace errors by using no-frozen-lockfile and ignoring pnpm-store
2026-05-15 11:56:49 +09:00
412695841b
fix(frontend): use pnpm with no-frozen-lockfile to bypass docker mount issues
2026-05-15 11:37:39 +09:00
62d765a77b
fix(frontend): fallback to standard npm install in docker runtime scripts to bypass pnpm cross-device hardlink limitations
2026-05-15 11:31:10 +09:00
4de7124a3c
fix(frontend): force hoisted node-linker in docker runtime script to prevent cross-volume symlink/hardlink ENOENT errors
2026-05-15 11:30:15 +09:00
e71e090eec
fix(frontend): use isolated pnpm store inside docker to prevent ENOENT cache corruption errors
2026-05-15 11:24:22 +09:00
1a0dddbd98
fix(frontend): force clean pnpm install in runtime script to prevent ENOENT errors with corrupted node_modules mounts
2026-05-15 11:21:18 +09:00
dcab9205d2
fix(frontend): run pnpm install with CI=true to prevent TTY prompt errors during runtime setup
2026-05-15 11:14:22 +09:00
8951de510e
refactor(frontend): centralize configurations and deduplicate dependencies in common workspace
...
- Centralized biome.json, tailwind.config.ts, and vite.config.ts into common/config.
- Updated sub-apps to inherit from shared base configurations.
- Deduplicated dependencies across apps using common workspace.
- Fixed TypeScript resolution issues by restoring necessary build dependencies.
- Removed obsolete package-lock.json files.
- Applied minor import fixes via Biome.
- Fixed react-router-dom v7 type errors.
2026-05-15 10:28:07 +09:00
4ca562ce0e
fix: Dockerfile에서 더 이상 존재하지 않는 루트 package.json 복사 시도 오류 수정
2026-05-14 17:07:42 +09:00
3f957d7a9f
chore: 모노레포 구축에 따른 Dockerfile 빌드 컨텍스트 변경 및 pnpm 의존성 설치 지원
2026-05-14 17:01:05 +09:00
254e34dbca
chore: 모노레포 구축에 따른 Docker 컨테이너 및 런타임 스크립트 대응
2026-05-14 16:29:27 +09:00
d1b550f6f7
test: 프론트엔드 변경된 UI(트리 및 데이터 관리)에 따른 전체 테스트 케이스 동기화 및 픽스 완료
2026-05-14 12:50:35 +09:00
0b92ad49da
test: 프론트엔드 테스트 환경에서 벌크 액션 버튼명 변경에 따른 테스트 케이스 동기화
2026-05-14 11:55:17 +09:00
5cd3f04f69
fix: 프론트엔드 테스트 환경 런타임 오류(getSortIcon 누락) 및 타입스크립트 에러 수정
2026-05-14 11:35:27 +09:00
574238c744
Merge branch 'dev' into feature/tenant-user-list-ui-improvement
2026-05-14 11:23:57 +09:00
258c91a740
adminfront profile 접근 에러
2026-05-14 11:07:28 +09:00
ece8df50f6
Merge branch 'dev' into feature/tenant-user-list-ui-improvement
2026-05-14 11:06:39 +09:00
024e1cc5bd
fix: 기타 문법 오류 수정 및 i18n 언어팩(누락된 키) 업데이트
2026-05-14 11:01:49 +09:00
79f5ace7ef
누락 키 및 린트 적용
2026-05-14 10:56:23 +09:00
da10b4be15
92e607aee8 기준 code check 오류 수정
2026-05-14 10:24:21 +09:00
481ec5fc15
감사 로그 테이블에 공통 table 스타일 적용
2026-05-14 10:23:24 +09:00
ee8cfb4ba8
common/ui/table 기준 테이블 스타일 공통화
2026-05-14 10:23:24 +09:00
c8ac953b14
adminfront 사용자/테넌트 테이블 쉘 공통화
2026-05-14 10:23:24 +09:00
4a0e5641cb
dev/admin 테이블 정렬 헤더 UI 공통화
2026-05-14 10:23:24 +09:00
8a8b5baaf6
테이블 기본 정렬 생성일 통일
2026-05-14 10:23:24 +09:00
187f0da29b
정렬 헤더 UI 공통화 및 devfront secret 표시 수정
2026-05-14 10:23:24 +09:00
d77199bdbc
Fix code-check locale and headless test failures
2026-05-14 10:15:50 +09:00