Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
26d162d
chore: gitignore에 .gstack 디렉토리 추가
constantly-dev Jun 23, 2026
0c1f15c
fix: 개발 환경 ORG API URL 수정
constantly-dev Jun 23, 2026
5b71103
fix: Authorization 헤더에서 Bearer 중복 접두사 처리 제거
constantly-dev Jun 23, 2026
3f5c82b
chore: API 스키마 타입 재생성
constantly-dev Jun 23, 2026
a3e09cc
fix: 홈 탭 뉴스 이미지 필드명을 imageFileName으로 변경
constantly-dev Jun 23, 2026
3368d93
refactor: 사용하지 않는 ButtonSection 컴포넌트 제거
constantly-dev Jun 23, 2026
6a2522b
style: EditActionBar 버튼 영역 우측 정렬
constantly-dev Jun 23, 2026
c9989ef
style: OrgAdmin 컨테이너에 position relative 추가
constantly-dev Jun 23, 2026
8f89e1f
feat: 공통 탭에서 전역 배포 버튼 숨김 처리
constantly-dev Jun 23, 2026
ee0a44f
feat: 브랜딩컬러 필드에 편집모드 disabled 처리 및 라디오 값 black/white로 변경
constantly-dev Jun 23, 2026
cee2372
refactor: 브랜딩컬러 검증 필드를 BRANDING_COLOR_FIELD_IDS 기준으로 변경
constantly-dev Jun 23, 2026
9c17e90
refactor: 사용하지 않는 BrandingSubColor 컴포넌트 제거
constantly-dev Jun 23, 2026
05a9f2c
feat: 기수 정보/모집 일정 필드에 편집모드 disabled 처리 추가
constantly-dev Jun 23, 2026
7d561f5
feat: CommonSection utils에 폼-API 변환 헬퍼 추가
constantly-dev Jun 23, 2026
9f87ba6
feat: CommonSection 폼-API 매핑 모듈 추가
constantly-dev Jun 23, 2026
043d987
feat: CommonSection 배포 API 호출 함수 추가
constantly-dev Jun 23, 2026
8e55246
feat: CommonSection 배포 mutation 훅 추가
constantly-dev Jun 23, 2026
f1a6ab3
feat: 공통 탭에 편집/배포 플로우 연결
constantly-dev Jun 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,5 @@ next-env.d.ts
!.yarn/versions

# omc
.omc
.omc
.gstack/
144 changes: 71 additions & 73 deletions src/__generated__/api.d.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading