You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
button to click (can be plain now and get styles from React Team later) underneath the confirmation info that triggers a button click event that calls a
function to with http request to have Firebase api resend the email
Component Description and Screenshot
Description:
There is currently no mockup of this feature. But, there should exist a button that, when clicked, will either:
generate and send a new link and invalidate the last link or
resend the last link email
Screenshot: N/A
Props and State
Props: if required, information/credentials needed in order to send an api request to resend the confirmation
Parents and Children
Parents: Direct Parent: The "confirmation sent" container component
Children: N/A
Styling Notes
While looking at the component in Figma, note any pieces of styling that you might need here by checking out the CSS preview:
AC:
Component Description and Screenshot
Description:
There is currently no mockup of this feature. But, there should exist a button that, when clicked, will either:
Screenshot: N/A
Props and State
Props: if required, information/credentials needed in order to send an api request to resend the confirmation
Parents and Children
Parents: Direct Parent: The "confirmation sent" container component
Children: N/A
Styling Notes
While looking at the component in Figma, note any pieces of styling that you might need here by checking out the CSS preview:
/* fonts */
font-family: Roboto;
font-style: normal;
font-weight: 500;
/* colors */
color: #9A9A9A;
background: #FFFFFF;
/* borders and shadows */
border: 2px solid #EC6C52;
border-radius: 5px;
box-shadow: 2px 10px 30px rgba(0, 0, 0, 0.05);
Remember not to copy any hardcoded positioning and size values.
Additional Notes
Are there any icons you will need? Images? Written content? Note that here so that we can get it from Product Design before we start!
The text was updated successfully, but these errors were encountered: