-
Notifications
You must be signed in to change notification settings - Fork 0
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/グループ新規作成のレイアウトを Figma に揃える #293
Conversation
PR Reviewer Guide 🔍(Review updated until commit ae4164a)
|
/review |
/improve |
PR Code Suggestions ✨
|
Persistent review updated to latest commit ae4164a |
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.
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.
ごめんなさい、間違えました!LGTMです、ありがとうございます
こちらも#268 と同じように、画面幅が390pxを切ったあたりから左右にスクロールできるようになってしまうのと、全体が画面の左端と接してしまうのが少し気になるかなーって感じです。今のままでも全然okです!
User description
fix: #166
PR Type
Enhancement
Description
InputTextarea
コンポーネントをMarkdownTextarea
に置き換え、説明入力を改善しました。font-medium
クラスを追加し、一貫性を持たせました。Changes walkthrough 📝
NewGroupPage.vue
Update New Group Page layout and components
src/pages/NewGroupPage.vue
InputTextarea
replaced withMarkdownTextarea
for description input.font-medium
class for consistency.