zulip/web
Varun Singh 50e0f336f0 settings_streams: Fix error thrown when adding 'default-channels'.
The 'Select channel' dropdown in 'Add default channels' modal is
the LAST dropdown element on the modal and it does not contain
`data-stream-id` attribute.

.attr('data-stream-id') would return undefined for this element
and as a result the returned `Set` would have its last element a
`NaN` --- passing a `NaN` inside 'data' field of 'channel.post' threw
an error.

We tweaked the selector string to selectively map over the elements with
'data-stream-id' attribute.
Also we removed '.toString()' converting stream-id to a string (stream-id is a
'number' type).
2024-05-30 10:53:19 -07:00
..
e2e-tests e2e-tests: Fix check_compose_state arguments. 2024-05-23 16:51:36 -07:00
generated
html 5xx: Fix development server preview of 500 error page. 2024-05-30 10:49:03 -07:00
images onboarding_steps: Remove hotspot as an onboarding_step. 2024-05-10 12:30:22 -07:00
server katex_server: Fix implicit use of any. 2024-05-04 18:53:34 -07:00
shared icons: Correct whitespace around lock, vdots icons. 2024-05-24 10:23:41 -07:00
src settings_streams: Fix error thrown when adding 'default-channels'. 2024-05-30 10:53:19 -07:00
styles Revert "recent_topics: Change background color in dark mode on hover on a row." 2024-05-28 14:38:50 -07:00
templates user_profile: Display Saved feedback. 2024-05-28 14:34:57 -07:00
tests settings_streams: Fix error thrown when adding 'default-channels'. 2024-05-30 10:53:19 -07:00
third typeahead: Use tippy to position typeaheads without a specified parent. 2024-05-08 10:05:27 -07:00
.browserslistrc
.gitignore
babel.config.js dependencies: Upgrade JavaScript dependencies. 2024-04-25 16:46:03 -07:00
debug-require-webpack-plugin.ts tsconfig: Enable exactOptionalPropertyTypes. 2024-05-16 08:58:20 -07:00
debug-require.js
postcss.config.js eslint: Fix unicorn/no-anonymous-default-export. 2024-04-25 16:46:03 -07:00
webpack.assets.json support: Set discounted price instead percentage for customers. 2024-05-16 02:18:43 -07:00
webpack.config.ts 5xx: Fix development server preview of 500 error page. 2024-05-30 10:49:03 -07:00
webpack.dev-assets.json development: Update modal in emails page to use micromodal. 2023-10-05 09:28:27 -07:00