차량만 견적 저장 잠김 · 탭 레이아웃 · 「얹다」→「장착」 - #296
Merged
Merged
Conversation
**① 저장이 영영 막혔다** 저장 버튼은 「방문하지 않은 탭」이 있으면 잠긴다. 그런데 차량만 견적은 특장·옵션 탭에 **갈 수가 없어서** 확인이 끝나지 않았다 — 「특장·옵션 확인 필요」로 잠긴 채 남았다. 잠긴 탭은 확인 대상에서 뺀다. 판정을 `lockedTab` 한 곳에 모아 탭 표시와 저장 판정이 갈리지 않게 했다. **② 차량 트림 탭이 길어졌다** 차량만을 고르면 안내 박스가 끼어들어 탭 높이가 달라졌다. 잠그기만 하면 될 일에 칸을 더할 이유가 없다 — 안내를 걷어내고 레이아웃을 그대로 둔다. **③ 「얹다」 → 「장착」** 특장 문맥의 「얹다」를 전부 「장착」으로 바꿨다(30줄). 전문적인 표현이 아니다. 「그림자를 얹다」·「라우트에 얹다」 같은 코드 얘기는 그대로 뒀다 — 거기서 「장착」은 말이 되지 않는다. Closes #295
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #295
① 저장이 영영 막혔다 🔴
저장 버튼은 「방문하지 않은 탭」이 있으면 잠긴다. 그런데 차량만 견적은 특장·옵션 탭에 갈 수가 없어서 확인이 끝날 방법이 없었다.
잠금 판정을
lockedTab한 곳에 모았다 — 탭 표시와 저장 판정이 각자 조건을 쓰면 이번처럼 한쪽만 고쳐진다.② 트림 탭이 길어졌다
안내 박스를 걷어냈다. 잠그기만 하면 될 일에 칸을 더하면 탭 높이가 달라져 화면이 흔들린다. 레이아웃은 그대로, 클릭만 막는다.
③ 「얹다」 → 「장착」
특장 문맥 30줄을 바꿨다. 「그림자를 얹다」·「라우트에 얹다」 같은 코드 얘기는 그대로 뒀다 — 거기서 「장착」은 말이 되지 않는다.
회귀 가드
셋을 되살려 실제로 깨지는 것까지 확인했다:
기존 실패 9건은 이 브랜치와 무관.