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
概要
UserIcon.jsxを非React化し、不要なファイルは削除しました。
削除ファイルと削除した理由
user-icon.vue
はtalk.vue
から使用されていましたが、talk.vue
が未使用ファイルのため、user-icon.vue
およびtalk.vue
を削除しました。UserIcon.jsx
は非React化のため削除し、user-icon.js
に置き換えました。ui/UserGroup.jsx
は独自にUserIconを定義してますが、UserGroup.jsx
を使用していたFilterByArea.jsx
は、このPRで非React化されており、UserGroup.jsx
は未使用ファイルとなっていたため削除しました。変更確認方法
chore/user-icon-to-non-vue-react
をローカルに取り込むi.
git fetch origin pull/8255/head:chore/user-icon-to-non-vue-react
ii.
git checkout chore/user-icon-to-non-vue-react
foreman start -f Procfile.dev
でローカルサーバーを立ち上げるkomagata
、パスワードtesttest
でログインするScreenshot
変更前
特別イベント
定期イベント
ブックマーク一覧
提出物
通知
ダッシュボード
企業別ユーザー一覧
変更後
このPRに伴う画面の変更はございません。