-
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
メンバー一覧ページの背景を作りました #186
メンバー一覧ページの背景を作りました #186
Conversation
…/rin/150-create-each-member-button
#156 の対応をしました |
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.
2ヶ所だけ微修正お願いします!
本質的には問題ないので、Approveします!
@@ -1,3 +1,4 @@ | |||
import { relative } from 'path'; |
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.
これは削除していいかも!
); | ||
} | ||
}; | ||
console.log(props.users) |
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.
ついでにこれも削除していいかも!
what
メンバー一覧ページを、seedsの目標「情報局の繋がりを強くする」に則り、デザインを一新する。
デザインを新しくする一貫として背景を楽しそうにした。
why
seedsの目標「情報局の繋がりを強くする」ために、メンバーページをみんなにたくさん見てもらえるようなデザインに変えたかったから
how
デザインはfigmaで作った。かわいいデザインとモーションを追加することで、楽しげなページにすることで、情報局のみんなにたくさん見てもらうようにした。
https://qiita.com/degudegu2510/items/9682968a045b168f89c2
↑のサイトを参考にコードを書いた
UsersBackgroundAnimationを作った。
以前、いまいまいがRecord追加時のアニメーションでtsparticlesをインストールしていたので、今回インストール作業はしていない。
test