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
The upsell messaging here is unnecessarily verbose. Let's explore a lighter or more nuanced approach.
Option 1
Here's a very basic idea that would reduce from two lines to one:
Option 2
A more comprehensive solution could be to conditionally show the upsell messages. For instance we might only show the storage details / upsell when a certain threshold is breached:
Additionally we might show the file format upgrade nudge only if the user tries to drop a video or audio file on the dropzone:
This would eliminate the nagging sensation caused by the ubiquitous 'upgrade' messages throughout the experience (related: #96875).
The text was updated successfully, but these errors were encountered:
The upsell messaging here is unnecessarily verbose. Let's explore a lighter or more nuanced approach.
Option 1
Here's a very basic idea that would reduce from two lines to one:
Option 2
A more comprehensive solution could be to conditionally show the upsell messages. For instance we might only show the storage details / upsell when a certain threshold is breached:
Additionally we might show the file format upgrade nudge only if the user tries to drop a video or audio file on the dropzone:
This would eliminate the nagging sensation caused by the ubiquitous 'upgrade' messages throughout the experience (related: #96875).
The text was updated successfully, but these errors were encountered: