zulip/web
Sahil Batra 9aa4ce28ce css: Improve selectors used for recent topics table.
Using "*" selector is inefficient as they require checking every
element because of the browser's bottom-up matching process.
This commit instead updates the selector to use individual
classes for elements to apply the CSS rules keeping in mind
to use unique class names instead of general class names.
2024-07-24 12:31:20 -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
shared send_later_popover: Update calendar days icon. 2024-07-19 14:13:12 -07:00
src default_channel: Fix multiple modals opening. 2024-07-24 12:26:31 -07:00
styles css: Improve selectors used for recent topics table. 2024-07-24 12:31:20 -07:00
templates css: Improve selectors used for recent topics table. 2024-07-24 12:31:20 -07:00
tests compose: Move render_and_show_preview to compose_ui. 2024-07-23 14:14:15 -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
debug-require.js
postcss.config.js
webpack.assets.json
webpack.config.ts blueslip: Untangle from page_params. 2024-06-22 19:18:10 -07:00
webpack.dev-assets.json