Closing a modal dialog using the back button: still surprisingly difficult.
- https://github.com/nolanlawson/pinafore/issues/60#issuecomment-414921695
- https://github.com/nolanlawson/pinafore/pull/467
Seems the way Mastodon does this is by using the built-in React Router, which does some bonkers manipulation of the History object to get everything to work properly.