Skip to content

Conversation

yyassi-heartex
Copy link
Contributor

This pull request improves the handling of the Agreement filter dropdown in the data manager table. The main focus is to ensure that the dropdown closes automatically after saving changes and to provide a way for the header cell to trigger closing the dropdown.

Dropdown behavior improvements:

  • Added an onClose callback to AgreementSelected.HeaderCell, allowing the header cell to close the dropdown when needed. [1] [2]
  • Updated the onSave handler in TableHead.jsx to automatically close the dropdown after saving agreement filters.

@yyassi-heartex yyassi-heartex requested a review from a team as a code owner October 2, 2025 18:39
Copy link

netlify bot commented Oct 2, 2025

Deploy Preview for heartex-docs ready!

Name Link
🔨 Latest commit b9d761c
🔍 Latest deploy log https://app.netlify.com/projects/heartex-docs/deploys/68ecd84557820c00080332a2
😎 Deploy Preview https://deploy-preview-8575--heartex-docs.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.

Copy link

netlify bot commented Oct 2, 2025

Deploy Preview for label-studio-storybook ready!

Name Link
🔨 Latest commit b9d761c
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-storybook/deploys/68ecd8456e13930008213b60
😎 Deploy Preview https://deploy-preview-8575--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.

@github-actions github-actions bot added the feat label Oct 2, 2025
Copy link

netlify bot commented Oct 2, 2025

Deploy Preview for label-studio-docs-new-theme ready!

Name Link
🔨 Latest commit b9d761c
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-docs-new-theme/deploys/68ecd845f802310008f68739
😎 Deploy Preview https://deploy-preview-8575--label-studio-docs-new-theme.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.

Copy link

netlify bot commented Oct 2, 2025

Deploy Preview for label-studio-playground ready!

Name Link
🔨 Latest commit b9d761c
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-playground/deploys/68ecd8455513e000086460b0
😎 Deploy Preview https://deploy-preview-8575--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.

Copy link

codecov bot commented Oct 2, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.09%. Comparing base (c551c4b) to head (b9d761c).

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8575      +/-   ##
===========================================
+ Coverage    66.81%   67.09%   +0.28%     
===========================================
  Files          786      786              
  Lines        60311    60312       +1     
  Branches     10254    10254              
===========================================
+ Hits         40297    40467     +170     
+ Misses       20011    19842     -169     
  Partials         3        3              
Flag Coverage Δ
lsf-e2e 54.35% <ø> (+1.33%) ⬆️
lsf-integration 50.93% <ø> (+0.06%) ⬆️
lsf-unit 8.59% <ø> (ø)
pytests 79.70% <100.00%> (+<0.01%) ⬆️

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.

@yyassi-heartex yyassi-heartex requested a review from a team as a code owner October 2, 2025 19:19
Comment on lines +65 to +69
new_data['agreement_selected'] = {
'annotators': {'all': True, 'ids': []},
'models': {'all': True, 'ids': []},
'ground_truth': False
}
Copy link
Contributor

Choose a reason for hiding this comment

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

We don't care for existing configurations right? This isn't fully released yet, so I think its okay

Copy link
Contributor Author

Choose a reason for hiding this comment

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

it was enabled for everyone for a few days - we had to turn it off after a few days - so the migration is needed

Copy link
Contributor

Choose a reason for hiding this comment

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

It was left on for some people, so it definitely will need to migrate from old to new.

Copy link
Contributor

Choose a reason for hiding this comment

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

@hakan458 can we check how many people have it configured? I feel that its okay to reset it them for them, but not certain.

@AndrejOros
Copy link
Contributor

AndrejOros commented Oct 13, 2025

/fm sync

Workflow run

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants