zulip/web
Maneesh Shukla 021d6cb169 filter-topic: Fix Escape keyboard handling in "Filter topics" input.
Previously, pressing Esc while the "Filter topics" input was empty would
de-focus the input. Pressing Esc again would trigger the
"BACK TO CHANNEL" action, hiding the zoomed topic. However, this
behavior was broken as the input was not triggering any blur event,
making Esc a noop.

This commit restores the expected behavior by ensuring the blur event is
properly triggered, allowing Esc to function as intended.
2025-07-21 10:36:40 -07:00
..
e2e-tests search_suggestion: Show pills in search suggestions. 2025-07-08 10:02:34 -07:00
generated
html web: Sync content of Django and nginx error pages. 2025-04-03 17:09:46 -07:00
images icons: Let the system using the icons specify the fill-rule color. 2025-05-27 10:00:21 -07:00
server katex_server: Fix import/no-named-as-default. 2024-09-25 15:41:01 -07:00
shared icons: Increase "check" icon size. 2025-07-08 10:05:51 -07:00
src filter-topic: Fix Escape keyboard handling in "Filter topics" input. 2025-07-21 10:36:40 -07:00
styles settings: Disable picking users/groups while request in process. 2025-07-18 18:07:38 -07:00
templates subscribers: Use _html in content inserted as HTML. 2025-07-18 18:24:57 -07:00
tests channel_folders: Fix stale code in a node test. 2025-07-18 16:49:36 -07:00
third alerts: Restore alert-success colors. 2025-07-09 14:04:52 -07:00
.browserslistrc browserslist: Add support for logical props. 2025-05-21 15:19:08 -07:00
.gitignore emoji: Convert spritesheets to webp. 2024-09-11 09:03:47 -07:00
babel.config.js dependencies: Upgrade JavaScript dependencies. 2025-06-25 16:53:17 -07:00
debug-require-webpack-plugin.ts debug-require: Rename to *.cjs. 2024-11-13 09:18:56 -08:00
debug-require.cjs debug-require: Rename to *.cjs. 2024-11-13 09:18:56 -08:00
postcss.config.js postcss: Work around postcss-extend-rule incompatibility with :is(). 2025-05-23 22:25:38 -07:00
webpack.assets.json confirm_email_change: Use redirect-to-POST trick. 2025-07-07 17:15:08 -07:00
webpack.config.ts webpack: Disable cross-origin-header-check middleware. 2025-04-15 16:18:06 -07:00
webpack.dev-assets.json showroom: Standardize "showroom" name for UI components testing pages. 2025-01-13 17:46:15 -08:00