Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
8150e54
docs: main 직접 머지 금지 규칙 추가 및 레포 이름 오타 수정
g-hyxn Jun 15, 2026
45f037f
chore: viewport-fit=cover 추가로 iOS safe area 활성화
koreahghg Jun 15, 2026
ee8c156
feat: iOS 홈 바 대응 pb-safe 유틸리티 클래스 추가
koreahghg Jun 15, 2026
c57456a
feat: 홈 화면 하단 버튼 safe area 패딩 적용
koreahghg Jun 15, 2026
73c7fe7
fix: pb-safe 홈 바 위 여백 누락 방지를 위해 calc 방식으로 수정
koreahghg Jun 15, 2026
07ababb
feat: VITE_SINGLE_STYLE 환경변수로 스타일 선택 단계 ON/OFF 지원
koreahghg Jun 15, 2026
e9c7bd0
feat: VITE_SINGLE_STYLE 환경변수 기본값을 true로 변경
koreahghg Jun 15, 2026
6e50c6d
chore: package-lock.json 동기화
koreahghg Jun 15, 2026
542a33a
feat: VITE_SINGLE_STYLE 환경변수를 false에서 true로 변경
koreahghg Jun 15, 2026
d4c0336
chore: package-lock.json develop 브랜치 버전으로 복원
koreahghg Jun 15, 2026
a948bfa
feat: 전역 하단에 학교 동아리명 푸터 배지 렌더링
koreahghg Jun 15, 2026
9426a99
feat: FooterBadge 공유 UI 컴포넌트 추가
koreahghg Jun 15, 2026
4390644
feat: FooterBadge 컴포넌트에 z-50 클래스 추가
koreahghg Jun 15, 2026
de92e8c
feat: 스타일 자동 선택 기능 추가
g-hyxn Jun 15, 2026
5580158
feat: 아바타 스타일 타입 추가 및 자동 스타일 설정 추가
g-hyxn Jun 15, 2026
7d68061
Merge pull request #23 from DarkMode-Lap/feat/single-style
koreahghg Jun 15, 2026
dfe1a2d
Merge pull request #22 from DarkMode-Lap/feat/mobile-optimization-home
koreahghg Jun 15, 2026
97a4c79
Merge pull request #24 from DarkMode-Lap/feat/footer-club-badge
koreahghg Jun 15, 2026
77606ec
feat: 스타일 자동 선택 기능을 랜덤으로 변경 및 불필요한 상수 제거
g-hyxn Jun 15, 2026
7b07e8b
fix: 자동 선택 더블클릭 시 단계 건너뛰기 방지
g-hyxn Jun 16, 2026
8d5bcbd
Merge pull request #25 from DarkMode-Lap/feat/age-range
g-hyxn Jun 16, 2026
ee8b683
feat: Vercel 분석 및 속도 통찰력 추가
koreahghg Jun 24, 2026
ab7ccf4
feat: Vercel 분석 및 속도 통찰력 추가 및 라우터 구조 개선
koreahghg Jun 24, 2026
8f84f32
feat: @emnapi/wasi-threads 및 관련 종속성 버전 업데이트
koreahghg Jun 24, 2026
023376c
feat: npm ci 명령어에 --omit=optional 플래그 추가
koreahghg Jun 24, 2026
34fedc4
fix: npm ci 명령어를 npm install로 변경하여 종속성 설치 방식 수정
koreahghg Jun 24, 2026
00cc039
Merge pull request #26 from DarkMode-Lap/feat/vercel
koreahghg Jun 24, 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
2 changes: 1 addition & 1 deletion .env.development
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VITE_API_BASE_URL=/api
VITE_API_BASE_URL=/api
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
cache: npm

- name: Install dependencies
run: npm ci
run: npm install

- name: Type check
run: npm run typecheck
Expand All @@ -49,7 +49,7 @@ jobs:
cache: npm

- name: Install dependencies
run: npm ci
run: npm install

- name: Build
run: npm run build
Expand Down
7 changes: 6 additions & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ Never do any of the following:
- **No inline styles** — use Tailwind classes only
- **No cross-layer imports in FSD** — e.g., `features` must not import from `pages`
- **No committing to `main` or `develop`** — always use a feature branch + PR
- **No PRs to `main`** — every PR targets `develop`; `main` is updated only by a maintainer's release PR
- **No skipping CI gates** — do not use `--no-verify` or bypass lint/typecheck

## Commit Convention (Conventional Commits)
Expand Down Expand Up @@ -110,12 +111,16 @@ CI must pass before merging. Run `npm run typecheck && npm run lint && npm run f
Direct pushes to `main` and `develop` are blocked by a git `pre-push` hook.
Always work on a feature branch and open a PR. Use `/pr` to create the PR.

**All PRs MUST target `develop` — never open a PR against `main`.**
`main` only receives changes via a `develop` → `main` release PR opened by a maintainer.
Claude must never create a PR to `main` or merge anything into `main`.

Hook lives in `.githooks/pre-push` and registers automatically on `npm install`
via the `prepare` script (`git config core.hooksPath .githooks`).

## GitHub

- Repo: `DarkMode-Lab/AIKON-Client`
- Repo: `DarkMode-Lap/AIKON-Client`
- Default branch: `main`
- PR template: `.github/pull_request_template.md`
- Use `gh` CLI for PR operations (`/pr` command handles this)
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<title>aikon-client</title>
</head>
<body>
Expand Down
Loading
Loading