-
Notifications
You must be signed in to change notification settings - Fork 71
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
practice_memo.vueをhtmlとjsでの実装に変更 #7442
Conversation
@reckyy |
@taco-nantai |
@reckyy |
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.
@taco-nantai
お疲れ様です〜。
読みやすかったです!勉強になりました。
一点コメントしていますが、何かしらコメント残したかっただけなので、全然スルーでも大丈夫です。
私からはOKです🙆
noMemoMessage.classList.toggle('is-hidden', memo !== '') | ||
} | ||
|
||
function toggleClass(elements, className) { |
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.
実際にはhiddenかactiveかを切り替えてるのみなので、以下でもいいかなと思いました。ただこちらは好みなので、無視でも大丈夫です!(というかコメントすべきところが思いつかなかっただけです。)
function toggleClass(elements, className) { | |
function toggleVisibility(elements, className) { |
@reckyy |
@komagata 3/6 追記 |
@machida |
@taco-nantai 他の似た部分のデザイン(HTML+CSS)を参考にすると治りそうな気がするのでちょっとみてみていただければありがたいです〜 無理でしたら再度 @machida さんに頼んでいただければと思います。 |
@taco-nantai 了解ですー僕の方で見てみます🙆♂️ |
@taco-nantai お待たせしました!こちら対応しましたー |
machidaさん確認と対応ありがとうございます🙇♂️ |
@komagata |
@komagata |
@taco-nantai テストが落ちているようです~。 |
b0b1531
to
54a25a3
Compare
@komagata |
54a25a3
to
fb2a2e5
Compare
rebaseの操作の際にミスをしており、関係のないコミットを取り込んだ状態になっていたので修正しました。 |
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.
確認させていただきました。OKです~👌
Issue
概要
practice_memo.vueを削除し、htmlとjsでの実装に変更しました。
また、プラクティスメモの余白が正しく表示されるようになりました。
変更確認方法
「プラクティスメモ」タブ確認項目:
Screenshot
変更前
提出物のページで「プラクティスメモ」タブを選択
「編集」ボタンをクリックし、「メモ」タブが選択された状態
「プレビュー」タブが選択された状態
プラクティスメモを空にして保存した直後の状態
変更後
提出物のページで「プラクティスメモ」タブを選択
「編集」ボタンをクリックし、「メモ」タブが選択された状態
「プレビュー」タブが選択された状態
プラクティスメモを空にして保存した直後の状態