zulip/static
Pragati Agrawal 72dd5bfa77 org settings: Use get_input_element_value style function to set value.
`get_input_element_value()` function is more reliable to detect the input
element type and extract it's value. But the current way of setting the
value of input elements relies on first checking the `property_value` type.
Which is fine, but for the cases when the property value is null, and we
want to set element value as empty, this method will throw an error as it's
unable to detect the appropriate element type. This new function
`set_input_element_value` first rely on property value and then use
`setting-widget-type` as a fallback.
2020-06-24 10:38:58 -07:00
..
assets python: Convert more percent formatting to Python 3.6 f-strings. 2020-06-14 23:27:22 -07:00
audio
generated
html docs: Update URLs to use https://zulip.com. 2020-06-08 18:10:45 -07:00
images apple_auth: Add icon for log in and sign up buttons. 2020-06-19 12:55:24 -07:00
js org settings: Use get_input_element_value style function to set value. 2020-06-24 10:38:58 -07:00
shared typeahead: Convert to ES6 module. 2020-02-19 14:36:42 -08:00
styles css: Allow cross icon to stay at end of searchbox. 2020-06-23 17:25:45 -07:00
templates realm logo: Add title for realm day/night logo. 2020-06-23 14:24:56 -07:00
third typeahead: Prevent lookup on backspace keyup event on searchbox. 2020-06-19 16:18:52 -07:00
.eslintrc.json lint: Delegate console.log check to ESLint. 2020-02-07 14:09:47 -08:00
.gitignore team: Generate team page data using cron job. 2020-04-08 12:52:31 -07:00
favicon.ico