Skip to content

Conversation

ewilliams-cloudera
Copy link
Collaborator

No description provided.

@ewilliams-cloudera ewilliams-cloudera marked this pull request as ready for review June 18, 2025 23:06
@Copilot Copilot AI review requested due to automatic review settings June 18, 2025 23:06
Copy link
Contributor

@Copilot 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

This PR adds a spinner icon during document summary loading and ensures external links open in a new tab.

  • Opens MarkdownResponse links in a new browser tab.
  • Imports Spin and displays a spinner while fetching summaries.
  • Keeps existing documentation icon for completed loads.

Reviewed Changes

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

File Description
ui/src/pages/RagChatTab/ChatOutput/ChatMessages/MarkdownResponse.tsx Added target="_blank" to anchor tags
ui/src/pages/DataSources/ManageTab/SummaryColumn.tsx Imported Spin and conditionally shows loading icon
Comments suppressed due to low confidence (1)

ui/src/pages/DataSources/ManageTab/SummaryColumn.tsx:79

  • Consider adding a unit or integration test to verify that the spinner renders when documentSummary.isLoading is true.
      {documentSummary.isLoading ? (

@ewilliams-cloudera ewilliams-cloudera changed the title show spinner icon while loading doc summary Show loader for doc summaries and open response links in new tab Jun 18, 2025
ewilliams-cloudera and others added 2 commits June 18, 2025 17:08
…se.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@ewilliams-cloudera ewilliams-cloudera merged commit 42aca02 into main Jun 18, 2025
3 checks passed
@ewilliams-cloudera ewilliams-cloudera deleted the mob/main branch June 18, 2025 23:12
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