-
Notifications
You must be signed in to change notification settings - Fork 3.2k
fix: ECHO-422: Spike editor #8773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for label-studio-docs-new-theme canceled.
|
✅ Deploy Preview for label-studio-storybook ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for heartex-docs canceled.
|
✅ Deploy Preview for label-studio-playground ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## develop #8773 +/- ##
===========================================
- Coverage 67.14% 59.06% -8.09%
===========================================
Files 801 553 -248
Lines 61993 39357 -22636
Branches 10400 10419 +19
===========================================
- Hits 41624 23245 -18379
+ Misses 20366 16109 -4257
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
5b034fc to
f94873c
Compare
Add dynamic performance optimization based on document size: Small documents (≤50 lines): - Line numbers: enabled - Full document rendering Large documents (>50 lines): - Line numbers: disabled (major performance boost) - Viewport rendering (viewportMargin: 10) - Only renders visible lines The editor recreates when crossing the 50-line threshold to apply new settings. This makes editing 1000+ line configs usable. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
01449d3 to
9b62246
Compare
Testing