mirror of
https://github.com/zulip/zulip.git
synced 2026-07-06 21:18:58 +08:00
This commit is part of a series of commits aimed at updating the message header buttons to use the new icon button component which has consistent styling across the Web UI and offers a larger clickable area for the users. In this particular commit, the code doesn't directly use the `icon_button` component but instead uses the icon button utility classes to style the `a` tag`. The reason behind this choice is that we want to keep the browser support associated with the `a` tag intact, such as previewing the URL link when hovering over it. This commit also replaces the legacy font awesome external square link icon to the newer "external-link" icon from the Zulip font icons. Fixes part of #34477. |
||
|---|---|---|
| .. | ||
| e2e-tests | ||
| generated | ||
| html | ||
| images | ||
| server | ||
| shared | ||
| src | ||
| styles | ||
| templates | ||
| tests | ||
| third | ||
| .browserslistrc | ||
| .gitignore | ||
| babel.config.js | ||
| debug-require-webpack-plugin.ts | ||
| debug-require.cjs | ||
| postcss.config.js | ||
| webpack.assets.json | ||
| webpack.config.ts | ||
| webpack.dev-assets.json | ||