Skip to content

Fix participant render#155

Open
SharonStrats wants to merge 4 commits intorefactor/styles-separateCSSfrom
fix/participants
Open

Fix participant render#155
SharonStrats wants to merge 4 commits intorefactor/styles-separateCSSfrom
fix/participants

Conversation

@SharonStrats
Copy link

Ticket #137

Copy link

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

Fixes the meeting participants UI flow by correctly selecting an available type index (instead of assuming context.index.private[0] exists), preventing the participants picker from crashing when the private index is missing or not yet loaded.

Changes:

  • Normalize webId into an RDF node before loading type indexes.
  • Select a usable type index scope (prefer private, otherwise first available) and handle missing indexes with a user-facing error.
  • Add error handling for failures when loading type indexes, and a message when the user is not logged in.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants