Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR adds a popup in the automations section prompting users to complete a survey.
The primary link points to the maze survey.
The terms link points to the PDF which I've hosted in Google Drive and made publicly readable.
Visibility is controlled by a simple local storage flag, so it won't reappear after being dismissed unless local storage is cleared, which typically happens infrequently. For a short term popup like this I don't think it's correct to start saving permanent metadata against the user doc.
The popup will be hidden by either clicking the close icon or by clicking the link.
The popup has a slight delay before sliding in from the right, to catch the eye of the user.
Screen.Recording.2024-12-05.at.09.28.50.mov
Addresses
Screenshots
Launchcontrol
Add automation survey popup.