-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
担当教員と授業場所の編集欄を追加 #571
担当教員と授業場所の編集欄を追加 #571
Conversation
2d83616
to
fed4a11
Compare
お疲れ様です!Storybook にも追加してもらい感謝です! |
fed4a11
to
853d480
Compare
const newElements = [...props.elements]; | ||
newElements.push(""); | ||
emit("update:elements", newElements); | ||
focus([`#text-field-single-line-${newElements.length - 1}`, "input"]); |
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.
フォーカスしてくれるの、とても便利ですね…!!ナイスです
853d480
to
671e0d6
Compare
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.
めっちゃレビュー遅れちゃって申し訳ないが、
いいと思います!
<TextFieldSingleLine | ||
v-for="(el, i) in elements" | ||
:id="`text-field-single-line-${i}`" | ||
:key="`${i}`" |
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.
i
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.
修正確認できました、ありがとうございます!
手動で授業を追加するページと授業を編集するページにおいて、担当教員と授業場所を編集できるようにしました。
また、storybookも適宜追加しました。
Resolves #503