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
On successful drag end or on successful user-select (i.e. a json file was able to be parse), a call will go out to /featureflags/validation. While that call is pending:
the large draggable "Import" widget will be hidden
a spinner will show in the middle of the modal (retain the same height as when showing the widget though so it's not janky and popping up and down in height)
when the response has been received, the spinner will disappear and the next state will be dispatched.
The text was updated successfully, but these errors were encountered:
danoswaltCL
changed the title
FF: Design needed for validation pending state in Import modal
FF: Pending state in Import Flag modal while validating json
Jul 19, 2024
On successful drag end or on successful user-select (i.e. a json file was able to be parse), a call will go out to
/featureflags/validation
. While that call is pending:The text was updated successfully, but these errors were encountered: