Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

GeLi2001
Copy link
Contributor

@GeLi2001 GeLi2001 commented Oct 15, 2025

resolves #9630
Screenshot 2025-10-15 at 1 18 49 PM


Note

Show dataset labels as tokens in dataset selection UIs and extend GraphQL queries to fetch them.

  • Frontend:
    • Dataset selectors (dataset/DatasetSelect.tsx, dataset/DatasetSelectWithSplits.tsx):
      • Render dataset labels as colored Tokens under each dataset; truncate long names with Truncate.
      • Adjust item layout to a column stack (name/count row + labels row).
  • GraphQL:
    • Extend DatasetSelectQuery and DatasetSelectWithSplitsQuery to fetch labels { id, name, color }; update generated artifacts.
    • Update types and mapping to include labels in dataset items.

Written by Cursor Bugbot for commit b5ce2e2. This will update automatically on new commits. Configure here.

@github-project-automation github-project-automation bot moved this to 📘 Todo in phoenix Oct 15, 2025
@GeLi2001 GeLi2001 marked this pull request as ready for review October 15, 2025 20:21
@GeLi2001 GeLi2001 requested a review from a team as a code owner October 15, 2025 20:21
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Oct 15, 2025
@github-project-automation github-project-automation bot moved this from 📘 Todo to 👍 Approved in phoenix Oct 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L This PR changes 100-499 lines, ignoring generated files.

Projects

Status: 👍 Approved

Development

Successfully merging this pull request may close these issues.

[playground][ui] display the dataset label in the datasets dropdown in playground

2 participants