Copy was discussed in ENG-8226#comment-dea392ea.
I am not sure how to solve this in terms of UX, the time when removing the device is pending:
- Like this, there might be a lag before navigating to Linked devices.
- Not await promise, but in this case user might see the device on the list, and will disappear after this promise is finished.
- Somehow show progress, but don't know how to handle the Ignore button then.
Also, swallowing errors here and just navigating to the Linked devices screen, we could show an Alert but wondering if this is worth it.
In ENG-9968 there is an example of how this looks like.
Depends on D14151