zulip/frontend_tests
sahil839 a537ecc587 settings: Fix live update of user-avatar upload widget.
We add disabled prop on buttons only and we add the css for
buttons (and some specific class elements) when disabled as
'cursor: not-allowed' or 'pointer-events: none' which means
the user cannot use these buttons when disabled.

This is not the case for the avatar widget as we use a div
element there and not button and neither those specific
classes which has appropriate styles defined.

We use the avatar image block in two ways - for showing image
and as a clickable target (which is actually a div element)
for uploading, so instead of adding 'disabled' prop we are
hiding (adding display: none) the div such that it is not
visible on hover and also cannot be clicked.
2021-06-30 15:00:51 +05:30
..
node_tests settings: Fix live update of user-avatar upload widget. 2021-06-30 15:00:51 +05:30
puppeteer_lib custom_check: Avoid use of assert to avoid confusion with assert.equal. 2021-06-10 09:15:57 -07:00
puppeteer_tests puppeteer: Fix reference to #edit-linkifier-status. 2021-06-24 17:35:25 -07:00
zjsunit node tests: Only expose mock_template via run_test. 2021-06-27 23:00:34 -04:00