zulip/web
evykassirer 52b33868f1 settings_notifications: Pass currentTarget instead using e.target.
This function only uses `e` for its `target`, so it could instead be
passed the `HTMLInputElement` instead of the `JQuery.ChangeEvent`. The
caller is an event handler for the selector `"input, select"` and
`<input>` has no children, so there’s no difference here between
`.target` and `.currentTarget`.

This will be helpful for typescript, because `currentTarget` has
clearer typing.
2024-10-10 14:36:07 -07:00
..
e2e-tests eslint: Fix unicorn/prefer-node-protocol. 2024-10-08 16:54:15 -07:00
generated
html 5xx: Remove duplicate `error_page` class applied on page. 2024-07-03 13:35:12 -07:00
images checkboxes: Render border-color-matched SVGs in light and dark modes. 2024-09-16 15:43:47 -07:00
server katex_server: Fix import/no-named-as-default. 2024-09-25 15:41:01 -07:00
shared message: Improve the copy codeblock and playground buttons. 2024-10-09 17:37:08 -07:00
src settings_notifications: Pass currentTarget instead using e.target. 2024-10-10 14:36:07 -07:00
styles buddy_list: Add three dot menu beside search button, with invite link. 2024-10-10 14:34:11 -07:00
templates buddy_list: Move invite users link to inside scrollable section. 2024-10-10 14:34:11 -07:00
tests buddy_list: Add span for search section of header. 2024-10-10 14:34:11 -07:00
third bootstrap-btn: Remove unnecessary warning, danger styles. 2024-09-11 14:22:45 -07:00
.browserslistrc
.gitignore emoji: Convert spritesheets to webp. 2024-09-11 09:03:47 -07:00
babel.config.js
debug-require-webpack-plugin.ts eslint: Fix unicorn/prefer-node-protocol. 2024-10-08 16:54:15 -07:00
debug-require.js
postcss.config.js eslint: Fix unicorn/prefer-node-protocol. 2024-10-08 16:54:15 -07:00
webpack.assets.json support: Set discounted price instead percentage for customers. 2024-05-16 02:18:43 -07:00
webpack.config.ts eslint: Fix unicorn/prefer-node-protocol. 2024-10-08 16:54:15 -07:00
webpack.dev-assets.json