As part of the subscription form redesign we need to show some feedback text to the user depending on the result of the email entered in the subscription form. For reference here are the designs:
Depends on D7917
Paths
| Differential D8039 Authored by ginsu on May 31 2023, 9:26 AM.
Details Summary As part of the subscription form redesign we need to show some feedback text to the user depending on the result of the email entered in the subscription form. For reference here are the designs: Depends on D7917 Test Plan
Diff Detail
Event TimelineHerald added subscribers: atul, tomek, ashoat. · View Herald TranscriptMay 31 2023, 9:26 AM2023-05-31 09:26:04 (UTC-7) ginsu edited the summary of this revision. (Show Details)May 31 2023, 9:28 AM2023-05-31 09:28:21 (UTC-7) Harbormaster completed remote builds in B19928: Diff 27308.May 31 2023, 9:44 AM2023-05-31 09:44:53 (UTC-7) ginsu added a child revision: D8054: [landing] remove deprecated info blocks.Jun 1 2023, 10:08 AM2023-06-01 10:08:37 (UTC-7) ginsu added a parent revision: D7917: [landing] fix css class names for subscription form component. This revision is now accepted and ready to land.Jun 1 2023, 11:09 AM2023-06-01 11:09:07 (UTC-7) Comment Actions Tablet / mobile screenshots have buttons with text that doesn't appear vertically centered. Can we look into that and ideally resolve it before landing? ginsu attached a referenced file: F569583: Screenshot 2023-06-02 at 2.11.03 PM.png. (Show Details)Jun 2 2023, 11:16 AM2023-06-02 11:16:26 (UTC-7) Harbormaster completed remote builds in B19992: Diff 27409.Jun 2 2023, 11:32 AM2023-06-02 11:32:34 (UTC-7) Harbormaster completed remote builds in B21632: Diff 29678.Aug 8 2023, 1:47 PM2023-08-08 13:47:05 (UTC-7) Closed by commit rCOMMcb315ae7cde7: [landing] add feedback text to subscription form component (authored by ginsu). · Explain WhyAug 8 2023, 2:08 PM2023-08-08 14:08:46 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 29748 landing/subscription-form.css
landing/subscription-form.react.js
|
Then why are we keeping styles like border and border-radius?
Don't these styles also affect the <textarea> tag? Are you sure we want to be removing these styles for that as well? Or should we break this into two separate selectors (one for input and another for textarea)?