Skip to content

#2965 Indicate when role members aren't loaded#5692

Merged
akleshchev merged 1 commit intodevelopfrom
andreyk/viewer_2965
Apr 22, 2026
Merged

#2965 Indicate when role members aren't loaded#5692
akleshchev merged 1 commit intodevelopfrom
andreyk/viewer_2965

Conversation

@akleshchev
Copy link
Copy Markdown
Contributor

Members only get loaded when you switch to members tab, show that list is not loaded, not empty.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a UI indicator in the Group Roles panel so users can distinguish between an actually-empty “Assigned Members” list and a list that’s empty because member data hasn’t been loaded yet (only fetched when visiting the Members tab).

Changes:

  • Add a new XUI <text> control (“Members are not loaded”) to the Roles footer panel.
  • Wire the new control into LLPanelGroupRolesSubTab and toggle its visibility from update().
  • Initialize and store a pointer to the new UI control in the roles subtab class.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.

File Description
indra/newview/skins/default/xui/en/panel_group_roles.xml Adds the “members_not_loaded” text control to the Roles UI.
indra/newview/llpanelgrouproles.h Adds a member pointer for the new UI label control.
indra/newview/llpanelgrouproles.cpp Fetches the control in postBuildSubTab() and toggles visibility in update().

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread indra/newview/llpanelgrouproles.cpp
Comment thread indra/newview/llpanelgrouproles.cpp
Comment thread indra/newview/skins/default/xui/en/panel_group_roles.xml
@akleshchev akleshchev force-pushed the andreyk/viewer_2965 branch from 08b2a36 to 6830f36 Compare April 22, 2026 19:50
@akleshchev akleshchev merged commit 7117240 into develop Apr 22, 2026
15 checks passed
@akleshchev akleshchev deleted the andreyk/viewer_2965 branch April 22, 2026 23:43
@github-actions github-actions Bot locked and limited conversation to collaborators Apr 22, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Show 'Members not loaded' in 'Assigned members' when list isn't loaded yet

3 participants