Skip to content

Conversation

@hlomzik
Copy link
Collaborator

@hlomzik hlomzik commented Jan 23, 2026

No description provided.

Objects rendered in a nice nested way to see all items.
Empty arrays and objects are explicitly labeled as empty.
Empty strings are rendered with quotes.
Show preselected values of ReactCode region in Region List.
Get all fields from ReactCode's `output` and display column for each of them
in Task Summary view of View All.
@netlify
Copy link

netlify bot commented Jan 23, 2026

Deploy Preview for heartex-docs canceled.

Name Link
🔨 Latest commit 4501c9e
🔍 Latest deploy log https://app.netlify.com/projects/heartex-docs/deploys/697d0dd5b0850b00087e381f

@netlify
Copy link

netlify bot commented Jan 23, 2026

Deploy Preview for label-studio-storybook ready!

Name Link
🔨 Latest commit 4501c9e
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-storybook/deploys/697d0dd5865b4a0008ef5d6f
😎 Deploy Preview https://deploy-preview-9239--label-studio-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Jan 23, 2026

Deploy Preview for label-studio-docs-new-theme canceled.

Name Link
🔨 Latest commit 4501c9e
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-docs-new-theme/deploys/697d0dd5b0850b00087e3823

@github-actions github-actions bot added the feat label Jan 23, 2026
@netlify
Copy link

netlify bot commented Jan 23, 2026

Deploy Preview for label-studio-playground ready!

Name Link
🔨 Latest commit 4501c9e
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-playground/deploys/697d0dd53b943000086c69a5
😎 Deploy Preview https://deploy-preview-9239--label-studio-playground.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@hlomzik
Copy link
Collaborator Author

hlomzik commented Jan 23, 2026

/git merge

Workflow run
Successfully merged: create mode 100644 web/libs/ui/src/assets/icons/monitors.svg

@codecov
Copy link

codecov bot commented Jan 23, 2026

Codecov Report

❌ Patch coverage is 29.41176% with 60 lines in your changes missing coverage. Please review.
✅ Project coverage is 56.14%. Comparing base (461616b) to head (4501c9e).
⚠️ Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
...bs/editor/src/components/TaskSummary/labelings.tsx 2.12% 46 Missing ⚠️
...omponents/SidePanels/OutlinerPanel/RegionLabel.tsx 16.66% 5 Missing ⚠️
.../editor/src/components/TaskSummary/TaskSummary.tsx 50.00% 3 Missing ⚠️
web/libs/ui/src/lib/json-viewer/json-viewer.tsx 0.00% 3 Missing ⚠️
...mponents/SidePanels/DetailsPanel/RegionDetails.tsx 50.00% 2 Missing ⚠️
...tor/src/components/TaskSummary/LabelingSummary.tsx 92.85% 1 Missing ⚠️

❗ There is a different number of reports uploaded between BASE (461616b) and HEAD (4501c9e). Click for more details.

HEAD has 1 upload less than BASE
Flag BASE (461616b) HEAD (4501c9e)
pytests 1 0
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #9239      +/-   ##
===========================================
- Coverage    65.54%   56.14%   -9.40%     
===========================================
  Files          847      574     -273     
  Lines        65896    41546   -24350     
  Branches     11484    11518      +34     
===========================================
- Hits         43193    23327   -19866     
+ Misses       22699    18215    -4484     
  Partials         4        4              
Flag Coverage Δ
lsf-e2e 51.44% <5.88%> (+0.34%) ⬆️
lsf-integration 47.43% <5.88%> (-0.04%) ⬇️
lsf-unit 6.77% <28.04%> (+0.01%) ⬆️
pytests ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@hlomzik
Copy link
Collaborator Author

hlomzik commented Jan 23, 2026

/fmt

Workflow run

@hlomzik
Copy link
Collaborator Author

hlomzik commented Jan 23, 2026

/git merge

Workflow run
Successfully merged: 3 files changed, 18 insertions(+), 15 deletions(-)

@hlomzik
Copy link
Collaborator Author

hlomzik commented Jan 26, 2026

/git merge

Workflow run
Successfully merged: create mode 100644 web/libs/core/src/lib/preview/utils.ts

.replace(/\[\*\]/g, "") // Remove array wildcards
.split(".")
.filter(Boolean)
.map((part) => part.charAt(0).toUpperCase() + part.slice(1)) // Capitalize
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i believe we have lodash installed. you must be able to do _.capitalize(string) instead of a custom imlementation

@hlomzik hlomzik requested a review from a team as a code owner January 30, 2026 02:36
@hlomzik
Copy link
Collaborator Author

hlomzik commented Jan 30, 2026

/git merge

Workflow run
Successfully merged: create mode 100644 web/libs/ui/src/utils/getTokenColor.ts

Copy link
Contributor

@yyassi-heartex yyassi-heartex left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

code looks good - would be great to have pictures or a video of the changes to make it easier to understand the outcome. also I see some check failures but im sure atleast one of them is a flakey test

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

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants