-
-
Notifications
You must be signed in to change notification settings - Fork 103
Flow UI/UX: Update validation min value for -1; Add label explaining the -1 magic… #493
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: master
Are you sure you want to change the base?
Conversation
WalkthroughTwo separate UI refinements across the shot profiling interface: a user-facing hint for flow input allowing sentinel value (-1) to preserve current flow, and a refactored conditional dataset structure in the shot history chart for explicit clarity in weight-related data inclusion. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🔇 Additional comments (4)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
|
@cla-bot check |
|
The cla-bot has been summoned, and re-checked this pull request! |



Previously browsers (tested on Chrome, Firefox) wouldn't allow saving profiles with -1 as the flow.
This was due to the
minvalidation rule being set to0.1.I've also added label text for this magic value.
Checks Passed.
Formatters and Linters ran (found one formatting fix).
Before:

After:

Summary by CodeRabbit
New Features
Refactor