发布

  • [OPIK-4612] [FE] Make URL links clickable in datasets and experiments (#5440)

    frostbyte_neo 发布于 2026-02-27 12:39:25 +00:00

    • [OPIK-4612] [FE] Make URL links clickable in datasets and experiments

    Add URL linkification across dataset items, experiment outputs,
    experiment configuration, and side panel Pretty view using the
    existing linkify-react library.

    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

    • refactor(linkify): extract LinkifyText shared component with URL pre-check

    Replace inline Linkify usage with a shared LinkifyText component that
    skips the full tokenizer when the string contains no URLs, avoiding
    unnecessary processing and React reconciliation overhead.

    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com

    • fix(tests): resolve lint and CodeQL issues in LinkifyText tests

    Co-Authored-By: Claude Opus 4.6 noreply@anthropic.com


    Co-authored-by: Claude Opus 4.6 noreply@anthropic.com
    Co-authored-by: andrii.dudar andriid@comet.com

    下载附件