509029f8f3
super admin RP 관계 관리 버튼 활성화
2026-05-29 18:26:17 +09:00
6512fea8fe
개요 차단 화면에 개발자 권한 신청 버튼 추가
2026-05-29 18:26:17 +09:00
7fe86e8aa4
일반 사용자 연동 앱 추가 버튼 노출 방지
2026-05-29 18:26:17 +09:00
23cd316c23
코드체크 결과 README에 뱃지로 추가
2026-05-29 17:15:13 +09:00
3e31fdfa0c
test: raise frontend coverage baselines
2026-05-29 14:31:10 +09:00
a830242947
ci: add code check badges and coverage reports
2026-05-29 12:05:43 +09:00
35e51910c6
fix(frontend): pnpm TTY error and lockfile mismatch in non-interactive environments
...
- Set CI=true in Dockerfiles and pnpm commands to avoid TTY issues
- Use --no-frozen-lockfile in runtime scripts to allow lockfile updates during development/startup
- Resolves #890
2026-05-27 13:10:35 +09:00
e481ae2821
모바일 fallback 변경. .env유출 가능성 차단
2026-05-26 11:30:00 +09:00
b55ab7bc67
앱 생성 개발자 권한 신청 안내 추가
2026-05-20 13:41:16 +09:00
fc4a2f3536
공용 i18n namespace 정리
2026-05-20 13:41:15 +09:00
c2dbc8fc88
페이지 헤더 스타일 통일
2026-05-20 13:41:15 +09:00
528ceea754
공유 의존성 설치 락 수정
2026-05-20 13:41:15 +09:00
598f6ff9d1
공유 node_modules 설치 충돌 방지
2026-05-20 13:41:15 +09:00
0155ee4ee7
front류 개발모드에서는 세션 갱신 끄기
2026-05-20 11:48:31 +09:00
9112c4fb36
조직도 줌 레벨 상향
2026-05-18 18:06:13 +09:00
e29d056b9e
네이버 웍스 연동기능 개선
2026-05-18 15:36:30 +09:00
f22a914586
devfront ci 포트 변경
2026-05-15 20:31:04 +09:00
b84c52366e
devfront 코드 체크 오류
2026-05-15 20:20:57 +09:00
97c02fdba1
webServer.command를 npm 기준에서 pnpm 기준으로 변경
2026-05-15 20:08:52 +09:00
f028aeb716
devfront 코드 체크 오류 수정
2026-05-15 19:58:22 +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
974af01d34
타이틀 상단 보조문구 제거
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
0327409631
devfront: 개요 페이지 경로와 레이아웃 정리
2026-05-15 18:42:05 +09:00
faffb6dc05
검색/필터 바 shell 공통화
2026-05-15 18:42:05 +09:00
12e37b24b0
사이드바 메뉴 순서 변경
2026-05-15 18:42:05 +09:00
153ea3bad5
페이지 헤더 레이아웃 공통화
2026-05-15 18:42:05 +09:00
5ef8f933cc
공통 테이블 헤더 배경 토큰 적용
2026-05-15 18:42:05 +09:00
4d0d4f6a63
개발자 권한 신청 테이블 공통 스타일 적용
2026-05-15 18:42:05 +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
79f5ace7ef
누락 키 및 린트 적용
2026-05-14 10:56:23 +09:00
da10b4be15
92e607aee8 기준 code check 오류 수정
2026-05-14 10:24:21 +09:00
e803a0b150
프로필 메뉴 문구 한국어 적용
2026-05-14 10:23:24 +09:00