zulip/static
João Maurício fb6047c4ae stream_color.js: Fix color picker not saving custom color.
Fix a bug where the color picker reverted the custom color to the
previous one after clicking outside the popover. The bug occurred
because although there is a confirm button, the 'clickoutFiresChanges'
option was set as true, which made the frontend always send two POST
request to edit the stream and, for a reason I wasn't able to discover,
if you hit the confirm button and click outside fast enough, the change
fired by the clickout event sent the old color to the server. It was
fixed by setting the 'clickoutFiresChanges' option to false.

Fixes #15101
2020-06-05 17:58:09 -07:00
..
assets
audio
generated
html static: Serve webpack bundles from the root domain. 2020-04-10 00:48:02 -07:00
images static: Add OneLogin and Okta logos. 2020-06-05 12:40:12 -07:00
js stream_color.js: Fix color picker not saving custom color. 2020-06-05 17:58:09 -07:00
shared typeahead: Convert to ES6 module. 2020-02-19 14:36:42 -08:00
styles move_topic_to_stream: Add option to disable breadcrumb messages. 2020-06-05 12:28:51 -07:00
templates move_topic_to_stream: Add option to disable breadcrumb messages. 2020-06-05 12:28:51 -07:00
third markdown: Add timestamp syntax to markdown processors. 2020-05-20 14:23:55 -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