Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion components/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ CommendationCountCard.tsx
- Props: `{name, imageURL, numCommendations}: CommendationStatInfo`

GoogleIcon.tsx
-
- Description: This component was taken from Google Identity page here: https://developers.google.com/identity/branding-guidelines that allows programmers to use a pre-approved and public html button element of the Google icon.
- Props: none

CommendationForm.tsx
- Description: This component allows users to send a message (commendation) to another member or team--the `teamTab` prop is used to toggle between member and team recipients. `VirtualizedUserAutocomplete` is used to search for recipients efficiently.
Expand Down