zulip/web
Lalit 88c23933bb util: Change parameter type of `sorted_ids` to `number[]`.
This function was mistyped; it was used in practice both accepting
string[] and number[], with the implementation taking advantage of the
fact that number.parseInt(<int>, 10) = <int>.

The only string[] callers were some overly defensive typing_data tests
that don't match the actual typing_data interface, so we remove the
string[] support and adjust the function's type, as well as those
tests.
2023-03-03 12:04:42 -08:00
..
e2e-tests private-messages: Update frontend strings to use "direct message" or "DM". 2023-02-24 11:47:26 -08:00
generated
html
images
shared eslint: Fix unicorn/prefer-spread. 2023-03-02 12:16:56 -08:00
src util: Change parameter type of `sorted_ids` to `number[]`. 2023-03-03 12:04:42 -08:00
styles popovers: Remove background when hovering Github username. 2023-03-03 11:46:30 -08:00
templates streams: Align stream type icons in "Archive stream" modal. 2023-03-03 11:10:45 -08:00
tests util: Change parameter type of `sorted_ids` to `number[]`. 2023-03-03 12:04:42 -08:00
third css: Remove code elements from bootstrap.css. 2023-03-02 13:32:50 -08:00
.browserslistrc webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00
.gitignore
babel.config.js webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00
debug-require-webpack-plugin.ts
debug-require.js
postcss.config.js webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00
webpack.assets.json webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00
webpack.config.ts webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00
webpack.dev-assets.json webpack: Move webpack configuration to web. 2023-02-24 06:35:58 -08:00