-
Notifications
You must be signed in to change notification settings - Fork 0
feat: ํญ UI #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: ํญ UI #6
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR implements a tab UI feature for the playground by refactoring the editor structure and introducing multi-tab functionality. The main changes involve renaming the editor directory to playground to better reflect its purpose, and adding a new PlaygroundGroups component to manage multiple playground tabs.
Key changes:
- Renamed
pages/editortopages/playgroundwith corresponding component name updates - Implemented
PlaygroundGroupscomponent to manage tab creation, switching, and closing - Updated documentation to reflect the new directory structure
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/docs/guide/development.mdx | Updated documentation to reflect the directory rename from editor to playground |
| apps/executeJS/src/pages/playground/playground-page.tsx | Renamed component from EditorPage to PlaygroundPage |
| apps/executeJS/src/pages/playground/playground-page.test.tsx | Updated test file to use new PlaygroundPage component name |
| apps/executeJS/src/pages/playground/playground-groups.tsx | New component implementing tab UI with add/close functionality |
| apps/executeJS/src/pages/playground/index.ts | New barrel export file for playground components |
| apps/executeJS/src/pages/editor/index.ts | Removed old editor barrel export |
| apps/executeJS/src/app/index.tsx | Updated to use PlaygroundGroups instead of EditorPage |
๐ก Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
* refactor: rename folder editor > playground * refactor: rename file editor-page > playground-page * feat: tab ui * feat: ํญ ์ถ๊ฐ ๊ธฐ๋ฅ * feat: ํญ ๋ซ๊ธฐ ๊ธฐ๋ฅ * style: ํญ ์ถ๊ฐ ๋ฒํผ ์คํ์ผ ์์ * chore: ์ฃผ์ ์ถ๊ฐ * chore: ์๋ก์ด ํญ ์ถ๊ฐ ์ ์ด์ ์ํ ๊ฐ ๋ฐ๋ผ๋ณด๋๋ก ์์ * chore: ํญ id ์ค๋ณต๋์ง ์๋๋ก ์์ * chore: ์๋ก์ด ํญ ์ถ๊ฐ ์ title ์์
๐ ์์ฝ
๐ ์์ ๋ด์ฉ
๋ค์๊ณผ ๊ฐ์ ๊ตฌ์กฐ๋ฅผ ์ ์ฉํ ์์
๐ ์คํฌ๋ฆฐ์ท
2025-10-28.3.35.25.mov
๐ก ์ฐธ๊ณ ์ฌํญ