[OPIK-5657] [FE] fix: replace eval suite link with plain text on experiment page#6086
Conversation
…riment page Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
.../src/v1/pages/CompareExperimentsPage/CompareExperimentsDetails/CompareExperimentsDetails.tsx
Outdated
Show resolved
Hide resolved
.../src/v2/pages/CompareExperimentsPage/CompareExperimentsDetails/CompareExperimentsDetails.tsx
Outdated
Show resolved
Hide resolved
…ataset is deleted Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
🔄 Test environment deployment process has started Phase 1: Deploying base version You can monitor the progress here. |
.../src/v1/pages/CompareExperimentsPage/CompareExperimentsDetails/CompareExperimentsDetails.tsx
Show resolved
Hide resolved
|
🌙 Nightly cleanup: The test environment for this PR ( |
|
🌙 Nightly cleanup: The test environment for this PR ( |
1 similar comment
|
🌙 Nightly cleanup: The test environment for this PR ( |
|
🔄 Test environment deployment process has started Phase 1: Deploying base version You can monitor the progress here. |
|
✅ Test environment is now available! To configure additional Environment variables for your environment, run [Deploy Opik AdHoc Environment workflow] (https://github.com/comet-ml/comet-deployment/actions/workflows/deploy_opik_adhoc_env.yaml) Access Information
The deployment has completed successfully and the version has been verified. |
Details
Replace the clickable evaluation suite link (NavigationTag) with a plain text Tag on the experiment page. Users were accidentally clicking on the eval suite link instead of the experiment. The evaluation suite name now displays as non-interactive text with the same visual style (yellow Database icon, bold text) but without navigation behavior.
NavigationTagwith plainTagfor dataset name in both v1 and v2CompareExperimentsDetailsDatabaseicon,comet-body-s-accentedtext weightChange checklist
Issues
AI-WATERMARK
AI-WATERMARK: yes
Testing
cd apps/opik-frontend && npx eslint --cache— lint clean on changed filesDocumentation
N/A