zulip/web
Tim Abbott e4567e05ac css: Explode dark theme disabled rule.
This replaces a :disabled selector with individual ones for each
element type; I verified in CSS selector profiling that this change
removes lines that were previously about 10% of profiled CSS selector
processing time for rendering the combined feed.

The reason being that the rendered elements have very few disable-able
elements, but the browser was spending a lot of time trying to match
**every** element for whether it might have been disabled, which was
slow.

This probably reflects a browser bug.
2024-08-14 13:42:59 -07:00
..
e2e-tests search: Empty input on open, and show current narrow search suggestions. 2024-07-19 16:55:09 -07:00
generated
html 5xx: Remove duplicate `error_page` class applied on page. 2024-07-03 13:35:12 -07:00
images thumbnail: Show the right spinner based on dark/light mode. 2024-07-21 18:41:59 -07:00
server katex_server: Fix implicit use of any. 2024-05-04 18:53:34 -07:00
shared send_later_popover: Update calendar days icon. 2024-07-19 14:13:12 -07:00
src user_topics_ui: Fix 'toggle_topic_visibility_policy' behavior. 2024-08-14 13:20:58 -07:00
styles css: Explode dark theme disabled rule. 2024-08-14 13:42:59 -07:00
templates left_sidebar: Fix user unable to type in DM search input. 2024-08-13 23:22:50 -07:00
tests user_topics_ui: Fix 'toggle_topic_visibility_policy' behavior. 2024-08-14 13:20:58 -07:00
third bootstrap: Remove legacy `nav nav-list` classes and related CSS. 2024-07-15 10:00:22 -07:00
.browserslistrc
.gitignore
babel.config.js
debug-require-webpack-plugin.ts tsconfig: Enable exactOptionalPropertyTypes. 2024-05-16 08:58:20 -07:00
debug-require.js
postcss.config.js
webpack.assets.json support: Set discounted price instead percentage for customers. 2024-05-16 02:18:43 -07:00
webpack.config.ts static: Only run CompressionPlugin in production. 2024-08-13 09:01:06 -07:00
webpack.dev-assets.json