Files
zulip/static/js
Pragati Agrawal 507cf1d322 settings_org: Fix visibility time of Saved state.
This fixes the bug where the `Saved` state button faded out almost
instantly (that is actually 300 ms) and `Discard` button fades out
along with `Saved` state button; the key problem here was that the
setTimeout intended to fade was actually delaying the transition from
"saving" to "saved".

Now, first of all, we use `setTimeOut` function to fadeout elements giving
fadeout_delay time as `800 ms` and we hide discard button during `saving`
state. Also, when `Discard` button is selected, `Save changes` and `Dicard`
fade out simultaneously.

Fixes: #11737.
2019-03-13 12:54:21 -07:00
..
2019-02-18 14:22:37 -08:00
2018-12-18 10:41:06 -08:00
2018-11-28 14:51:51 -08:00
2019-01-09 09:15:45 -08:00
2019-01-07 19:20:56 -08:00