mirror of https://github.com/vector-im/riot-web
* Fix closing all modals We used `Modal.closeCurrentModal()` in a bunch of places, in all cases (as far as I can see: it wasn't commented) we meant to close all open modals. This swaps that function for one that closes all open modals. Also types the close reason which claimed to be something in a comment, of course, was wrong because a load of places passed their own random string which was never used. * Force close modals * Try with minimal changes * Already had a method for this * Add test * More tests * Unused importsd |
||
|---|---|---|
| .. | ||
| audio.ts | ||
| beacon.ts | ||
| call.ts | ||
| client.ts | ||
| composer.ts | ||
| console.ts | ||
| date.ts | ||
| events.ts | ||
| index.ts | ||
| location.ts | ||
| oidc.ts | ||
| platform.ts | ||
| poll.ts | ||
| pushRules.ts | ||
| relations.ts | ||
| room.ts | ||
| test-utils.ts | ||
| threads.ts | ||
| utilities.ts | ||
| wrappers.tsx | ||