-
Notifications
You must be signed in to change notification settings - Fork 56
Custom domain items in TlmGrapher #2249
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
Conversation
It's currently a prop. I'll probably change it to a setting in a subsequent commit
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2249 +/- ##
==========================================
- Coverage 80.00% 79.96% -0.04%
==========================================
Files 641 641
Lines 47966 47966
Branches 744 744
==========================================
- Hits 38375 38356 -19
- Misses 9509 9528 +19
Partials 82 82
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:
|
|
Can we rename domain to xAxis? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need some new playwright tests for this
| <target-packet-item-chooser | ||
| v-if="customDomainEnabled && domainItemPacket" | ||
| :initial-target-name="domainItemPacket.targetName" | ||
| :initial-packet-name="domainItemPacket.packetName" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add initial-item-name and remember the setting
|
Please rename to xAxis. Domain is too scientific and makes me think of domain names. |
|
draft for code sharing purposes