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 canceled.

Name Link
🔨 Latest commit f2334a2
🔍 Latest deploy log https://app.netlify.com/projects/heartex-docs/deploys/68e7c3174e1f500008dae4d4

Copy link

netlify bot commented Oct 2, 2025

Deploy Preview for label-studio-storybook ready!

Name Link
🔨 Latest commit f2334a2
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-storybook/deploys/68e7c31783acae000873ce63
😎 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 canceled.

Name Link
🔨 Latest commit f2334a2
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-docs-new-theme/deploys/68e7c317e797330008bce67f

Copy link

netlify bot commented Oct 2, 2025

Deploy Preview for label-studio-playground ready!

Name Link
🔨 Latest commit f2334a2
🔍 Latest deploy log https://app.netlify.com/projects/label-studio-playground/deploys/68e7c317e797330008bce683
😎 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.41%. Comparing base (1e5e891) to head (f2334a2).
⚠️ Report is 3 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #8575      +/-   ##
===========================================
- Coverage    67.42%   67.41%   -0.02%     
===========================================
  Files          783      783              
  Lines        60020    60021       +1     
  Branches     10161    10161              
===========================================
- Hits         40468    40461       -7     
- Misses       19549    19557       +8     
  Partials         3        3              
Flag Coverage Δ
lsf-e2e 54.74% <ø> (-0.01%) ⬇️
lsf-integration 51.23% <ø> (-0.04%) ⬇️
lsf-unit 8.59% <ø> (ø)
pytests 79.73% <100.00%> (+0.03%) ⬆️

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.

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