unconfirmed_link.vue unconfirmed_links_open_button.vueを削除 #7725
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
概要
Issueの内容としては、
unconfirmed_link.vue
,unconfirmed_links_open_button.vue
の非Vue化でしたが、現在使用されていなかったため、それぞれ以下の対応になりました。unconfirmed_link.vue
どこからも参照されていなかったため削除しました。
unconfirmed_links_open_button.vue
app/javascript/products.vue
から参照されていましたが、unconfirmed_links_open_button.vue
の使用箇所は、既にReactに置き換えられていました。(app/javascript/products.vue
はメンターのダッシュボードには使用されているが、提出物ページとしては使用されておらず不要なコードが残った状態)そのため、
unconfirmed_links_open_button.vue
を削除し、app/javascript/products.vue
の不要コードを削除・整理しました。変更確認方法
chore/remove-unconfirmed-link-vue
をローカルに取り込むScreenshot