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
Update the switch component to support the loading state
a. Rename component from Toggle to Switch
b. Migrate from styled components to sass
Identify areas where the loading state is supported
a. Search in code for the Toggle component and figure out which ones need to have the loading state
Update layout around toggle to include error messages when the request fails
The error functionality, based on the mocks, needs to exist outside the Switch component.
Adding in loading states is fine, and while I can include error messages if they're generated I feel it's slightly outside the apparent scope.
Error reporting should perhaps be part of a larger body of work as often our Error Boundaries just eat them since they're bubbled up through the render tree.
a. Rename component from
Toggle
toSwitch
b. Migrate from styled components to sass
a. Search in code for the Toggle component and figure out which ones need to have the loading state
Designs here: https://www.figma.com/proto/etaOkOsnXMoKwbfhCD71kw/WEB-APP?page-id=34030%3A187870&node-id=34051%3A188679&viewport=305%2C48%2C0.25&scaling=min-zoom&starting-point-node-id=34051%3A188679&show-proto-sidebar=1
The text was updated successfully, but these errors were encountered: