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
At the moment, when testing the terms support from matrix-org/matrix-react-sdk#3199, whenever we need to display terms for the IM API, the following happens:
IM portal modal briefly appears for ~1 sec
Terms modal replaces it with different content in a differently sized box
It's a bit glitchy feeling UX-wise.
The text was updated successfully, but these errors were encountered:
This avoids a visual glitch where the Integration Manager portal would briefly
appear, but then be replaced by a smaller Terms dialog when there's something to
agree to.
To resolve this minimal code churn, this cheats a bit and customises the size of
the terms dialog to match the IM portal modal when terms are shown for IM
purposes.
Fixeselement-hq/element-web#10386
At the moment, when testing the terms support from matrix-org/matrix-react-sdk#3199, whenever we need to display terms for the IM API, the following happens:
It's a bit glitchy feeling UX-wise.
The text was updated successfully, but these errors were encountered: