evykassirer
898af8a9af
user_circles: Fix bug causing incorrect colors in typeahead.
...
c39ae45d95
was incorrect, and should
only have been applied to the circles in the buddy list avatars.
In other places in the app, the transparency was over other colors
of background.
2024-11-06 16:36:40 -08:00
evykassirer
45d9c04e8e
buddy_list: Fix vertical spacing issue.
2024-11-06 16:36:40 -08:00
evykassirer
782fe316ca
buddy_list: Support unread marker for avatar mode.
2024-11-05 15:10:29 -08:00
Karl Stolley
96b62a5372
left_sidebar: Correct unread alignment in condensed popover.
2024-11-05 12:20:23 -08:00
Karl Stolley
331004f025
popovers: Add em conversion and missing annotation.
2024-11-05 12:20:23 -08:00
Karl Stolley
bcaea0a6af
left_sidebar: Better align low-attention unreads in nav area.
2024-11-05 12:20:23 -08:00
Karl Stolley
1984333454
left_sidebar: Scope line-height adjustment to low-res screens.
2024-11-05 12:20:23 -08:00
Sahil Batra
067e5a46c3
settings: Show stream and group info in a banner at the top.
...
Instead of having information about streams and groups below the
create button, we show that in a banner at the top irrespective
of whether user has permission to create them or not.
Fixes part of #32212 .
2024-11-05 11:14:02 -08:00
evykassirer
99856327f0
buddy_list: Clicking avatar opens menu instead of using ... icon.
2024-11-05 10:48:15 -08:00
evykassirer
ce7c3705f7
buddy_list: Don't go to DM narrow on avatar click.
...
This commit also moves styles from user-presence-link
onto selectable_sidebar_block, since the link is no
longer wrapping the whole block contents.
The `data-name` was also moved to the top level `<li>`
because it's used in pupeteer tests.
2024-11-05 10:48:15 -08:00
evykassirer
94368dcf2b
buddy_list: Add option to view avatar in buddy list.
...
Fixes #19999 .
This change adds an option to show users' avatar and
status in the buddy list. Previous options are still
available in the settings menu.
2024-11-05 10:48:15 -08:00
evykassirer
c39ae45d95
user_circles: Use background color instead of transparency.
...
This sets us up to layer the status bubbles over avatars.
2024-11-05 10:48:15 -08:00
Karl Stolley
2e1ab1c470
unread_counters: Adjust hover styles for inbox, recent views.
2024-11-04 15:31:12 -08:00
Karl Stolley
ee63e836f8
marker_icons: Reduce opacity to spec on follow, mention icons.
2024-11-04 15:31:12 -08:00
Karl Stolley
16b8c7562a
compose: Update colors for draft popover.
2024-11-04 15:31:12 -08:00
Karl Stolley
62b17217f5
unread_counters: Place new colors and set prominent value as default.
2024-11-04 15:31:12 -08:00
Karl Stolley
b44af63d47
left_sidebar: Update DM partners icon color.
2024-11-04 15:31:12 -08:00
Karl Stolley
ccad062f3c
left_sidebar: Disallow selection of unread counts.
2024-11-04 15:31:12 -08:00
sanchi-t
c73985da17
icon: Replace trash icon with archive icon.
...
Updated the existing trash icon used for the archive
action with a proper archive icon to improve clarity
and match its intended purpose.
2024-11-04 13:48:52 -08:00
evykassirer
d556c0e0a5
buddy_list: Move user link a bit left to line up with empty message.
...
More context here:
https://chat.zulip.org/#narrow/channel/101-design/topic/userlist.20avatar.20slow.20load/near/1974268
2024-11-01 17:04:53 -07:00
whilstsomebody
ec43a66f26
update_ui: Standardize pencil icon color for todo and poll.
...
Ensure consistent pencil icon color for both todo and poll
features in hover and non-hover states across light and dark
themes.
Fixes #30339 .
2024-11-01 16:45:17 -07:00
Karl Stolley
0f30c93a2f
left_sidebar: Solidify grid placement of filter-clearing button.
2024-11-01 15:30:35 -07:00
opmkumar
523dc7e2be
invite-user-modal: Add general class names for improved extensibility.
...
Adds general class names in invite_user_modal.hbs for custom time
the input and unit so that these elements more easily be extended
for use in other modals with a user specified custom time.
Updates the listener in invite.ts that was using the removed
"custom-expiration-time" class to instead use the id for the
input and unit div, "custom-invite-expiration-time".
Corresponding updates have been made to the relevant CSS files to
ensure consistent styling and future scalability.
Co-authored-by: Ujjawal Modi <umodi2003@gmail.com>
Co-authored-by: Lauryn Menard <lauryn@zulip.com>
2024-11-01 09:55:05 -07:00
Lauryn Menard
cadc8f4d46
portico: Use CSS class for styling of find accounts tip text.
2024-11-01 09:34:26 -07:00
Lauryn Menard
7e0ef8429c
portico: Remove unused CSS rules for h3 elements.
...
The h3 elements were removed from these templates in
commit 58d00af6c3
.
2024-11-01 09:34:26 -07:00
evykassirer
b7b2930760
buddy_list: Redesign top of right sidebar.
...
Fixes #31974 .
2024-10-31 16:29:49 -07:00
evykassirer
68c06c0f47
buddy_list: Remove unnecesssary right padding from header.
...
It isn't needed because the scrollbar doesn't go that high.
2024-10-31 16:29:49 -07:00
Karl Stolley
ea26be590f
left_sidebar: Open up grid for topic filter box.
2024-10-31 11:01:30 -07:00
Sahil Batra
aed8ac9672
settings: Fix disabled look for group settings pills UI.
...
We now have a grey-ish background color for the pill container
with opacity also reduced like we do for the disabled select
elements in settings.
Needed to adjust the selectors so that the CSS for disabled
state correctly overrides the CSS for enabled state.
2024-10-31 09:53:14 -07:00
Karl Stolley
0cab8df681
compose: Extend 4px border-radius to topic box.
...
All similar elements in the compose box--the channel/DM widget, the
pill container on DMs, and the compose textarea--all use a 4px
border-radius, correcting the topic box's outlier status.
2024-10-30 11:23:22 -07:00
Karl Stolley
17561d09a1
compose: Give tab-focused widget wrapper sensible border.
2024-10-30 11:23:22 -07:00
Karl Stolley
9231c97454
compose: Bring colors into variablized concord.
2024-10-30 11:23:22 -07:00
Sahil Batra
60b12367cc
settings: Use new settings UI for create_multiuse_invite_group.
2024-10-29 15:06:16 -07:00
Karl Stolley
eb31fdbe3c
buttons: Shore up styles on a.button instances.
2024-10-29 10:41:32 -07:00
Karl Stolley
aaaa52c5c0
buttons: Ensure active buttons take .button:active background color.
2024-10-29 10:41:32 -07:00
sanchi-t
5dfa8ac9fe
popover_menus_data: Hide actions user can't take for archived channels.
2024-10-25 16:06:42 -07:00
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
Karl Stolley
40da0e44fb
squash: Experiment with less intense modal border colors.
2024-10-25 15:39:13 -07:00
Karl Stolley
2c78efc3c5
settings: Improve layout and appearance of Organization logo area.
2024-10-25 15:39:13 -07:00
Karl Stolley
8c90c9d68d
modals: Set new background, border colors.
2024-10-25 15:39:13 -07:00
Karl Stolley
9e8d908a37
left_sidebar: Show Direct Messages controls on DM area hover.
2024-10-25 15:24:20 -07:00
Karl Stolley
8e85972a03
empty_titles: Set line-height to match font size.
2024-10-24 12:40:43 -07:00
Karl Stolley
5b96769739
right_sidebar: Correct line-height by decoupling .filters class.
2024-10-24 12:39:49 -07:00
sanchi-t
aa48a0e3ee
css: Refactor theme colors for `input_pill`.
...
This change moves the light and dark theme colors for
`input_pill` to CSS variables.
2024-10-24 11:09:39 -07:00
sanchi-t
9b5accdb43
css: Refactor theme color for kbd.
2024-10-24 11:09:39 -07:00
Sahil Batra
b593f6a881
user_group_popover: Fix icon alignment.
...
This commit fixes alignment of icons for the group members
and subgroups list shown in the popover.
2024-10-24 08:24:14 -07:00
Sahil Batra
7fe927c61b
user_group: Show subgroups in popover.
...
Previously, all members of the group, including members of
recursive groups, were shown in the the popover. Now only
direct members are shown along with the direct subgroups
of the group.
Fixes #32088 .
2024-10-24 08:24:14 -07:00
Anders Kaseorg
2671a5c32c
stylelint: Enable stylelint-high-performance-animation.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-10-23 14:56:39 -07:00
Anders Kaseorg
f023fa6fc0
styles: Be specific about which properties are transitioned.
...
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-10-23 14:56:39 -07:00
Anders Kaseorg
7878b80934
comparison_table: Remove dead CSS for th.sticky.
...
We do not have a "sticky" class.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
2024-10-23 14:56:39 -07:00