group-settings: Fix how long names are handled in groups UI.

This commit fixes code to correctly show the long group
names by clipping them and showing ellipsis in group rows
in left panel and in the header shown in right section.

Group names are handled in a different way than stream
names because we need to show deactivated icons as well
for stream names.
This commit is contained in:
Sahil Batra
2025-07-03 15:30:04 +05:30
committed by Tim Abbott
parent 8e0ba8cccf
commit e66431f128
2 changed files with 37 additions and 8 deletions

View File

@@ -76,7 +76,8 @@
{{/if}}
<div class="group-info-box">
<div class="top-bar">
<div class="group-name">{{name}}
<div class="group-name-wrapper">
<div class="group-name">{{name}}</div>
{{#if deactivated}}
<i class="fa fa-ban deactivated-user-icon"></i>
{{/if}}