Skip to content

Create Instance creation UI - #42

Open
dodok8 wants to merge 9 commits into
mainfrom
instance-creation-ui
Open

Create Instance creation UI#42
dodok8 wants to merge 9 commits into
mainfrom
instance-creation-ui

Conversation

@dodok8

@dodok8 dodok8 commented Aug 1, 2026

Copy link
Copy Markdown
Member

Closes #40

However, it doesn't implement following features

  • sign-in check features
  • acutally send name to graphsql server since createInstance doesn't accept name, it just accept slug.

dodok8 added 8 commits July 30, 2026 18:45
```
현재 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 페이지에서만 쓰이는 건 각 페이지별로 나눠서 유지해야 하지 않을까?
```
@dodok8 dodok8 linked an issue Aug 1, 2026 that may be closed by this pull request
Comment thread packages/web/src/routes/workspace/create/instance.tsx Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Make Instance Creation UI

2 participants