-
Notifications
You must be signed in to change notification settings - Fork 235
feat(aggregations): move maxTimeMS to options COMPASS-5610 #2981
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
…compass into COMPASS-5610-move-maxtime-ms
} | ||
|
||
.max-time-ms { | ||
width: 30%; |
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.
white-space: nowrap; | ||
border-radius: 14px; | ||
padding: 2px 1px; | ||
padding: 2px 4px; |
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.
padding-left: 4px
makes sense to me, but on the right this feels very cramped, maybe let's do padding-right: 8px
here?
outline-width: 0; | ||
} | ||
|
||
.max-time-ms { |
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.
Maybe we can hide the arrow buttons here to make it more like the one in the query bar
feat(aggregations): move maxTimeMS to Options COMPASS-5610
maxTimeMS in collation toolbar

Pipeline builder specific settings only

Collation toolbar post these changes

Collation toolbar prior to these changes

Description
Checklist
Motivation and Context
Open Questions
Dependents
Types of changes