Create Instance creation UI - #42
Open
dodok8 wants to merge 9 commits into
Open
Conversation
``` 현재 app.css에 전부다 묶여 있는 스타일 시트를 나눠서, 각 페이지 컴포넌트 별로 .css를 가지게 해줘. sign-in.css만 만들자 진행해줘. ```
Used Skil: https://github.com/anthropics/claude-code/blob/main/plugins/frontend-design/skills/frontend-design/SKILL.md User Prompt: ``` $frontend-design workspace/create/instance 페이지가, sign-in 페이지와 유사한 구조를 가지도록, required 여부랑 readonly 여부가 잘 드러나도록 디자인을 해줘. 페이지와 선택자가 다른데 sign-in.css를 재활용하는 건 잘못된 결정 같아. 오히려 공통 요소를 app.css로 빼야지. 그리고 Name만 사용자가 입력하고, Slug는 자동 생성되어 수정할 수 없는 값 맞아. 음 sign-in 페이지에서만 쓰이는 건 각 페이지별로 나눠서 유지해야 하지 않을까? ```
dahlia
requested changes
Aug 1, 2026
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 #40
However, it doesn't implement following features