sanchi-t
fa268877d3
stream: Show `(archived)` at the end of deactivated stream names.
...
When a stream is deactivated the title area and messages are
re-rendered to update the stream name with `(archived)` suffix.
2024-10-25 16:06:42 -07:00
Shubham Padia
6ec1b89502
css: Use classname for navbar_icon_and_title icon styles.
...
Having the selector there affects the performance. See
https://chat.zulip.org/#narrow/stream/6-frontend/topic/CSS.20selector.20performance/near/1845719
for more details.
2024-09-03 10:22:44 -07:00
Karl Stolley
ac3ccf57a8
navbar_description: Refactor help-widget icon display.
2024-07-19 09:21:57 -07:00
Karl Stolley
a86465de54
navbar: Keep descriptions and closed search box from colliding.
2024-07-17 14:37:14 -07:00
Shubham Padia
f77738c235
navbar: Replace fa-envelope with zulip-icon-user.
...
Fixes part of #30918 .
We don't need `align-self: baseline;` for `fa-envelope` set in
`message_view_header` since this is a different icon and it appears
better without it like other icons.
We also don't need the explicit font-size for switching b/w 14px and
16px mode since `zulip-icon` class takes care of that by default.
2024-07-17 12:08:07 -07:00
Karl Stolley
5c23d80db8
navbar: Consolidate view, channel structures and styles.
...
In addition to simplifying the code in this area, this has the
effect of correcting vertical alignment of icons on views.
2024-06-14 17:06:59 -07:00
Karl Stolley
835bda9634
navbar: Express font and icon sizes in ems.
2024-06-07 11:28:39 -07:00
Karl Stolley
7e1a5e7e45
navbar: Remove unused fa-hashtag CSS.
2024-06-07 11:28:39 -07:00
nimishmedatwal
941c5daf36
navbar: Describe views in top navbar.
...
Adds description in views styled like stream descriptions also adds a
help center link to the appropriate page at the end of each
description.
Fixes #29769 .
2024-05-13 17:56:30 -07:00
Karl Stolley
7e2811d633
message_view_header: Extract styles to own file.
...
This has the added value of being named in parallel with
web/src/message_view_header.ts
2024-05-03 11:12:55 -07:00