-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Enhancement : adjust panels appearance to their size #32
Comments
+1 on the adaptive histogram buckets. Being able to fix either the bucket size (like it is now) or the bar size (which would let the buckets change in size) would be one possible way of implementing the controls for this. Though there would probably need to be a limit to how often the bucket-resize would happen, in case someone slow-drags the window wider. +1 on the height-filling tables also. A table at the bottom is common, and having it fill the remaining space would be nice so that we didn't have to tweak it's height. |
Various affile fixes
* [Maps] tooltip custom labels * add drag handlers for re-ordering tooltip property order * add trash button to remove property * add jest tests for AddTooltipFieldPopover * sort EMS file tooltip properties * update TooltipSelector jest test * clean up AddTooltipFieldPopover field sorting * remove console statements * add more styles when row is getting dragged * change reorder aria label * move css changes into seperate file * allow adding multiple fields before closing popover * clear checked state on Add * update jest snapshots * use FieldIcon to display field type as icon * add bottom border to tooltip field * avoid flash after drag and drop * Tooltip styles (#32) * update TooltipSelector snapshot * replace 24px with
… (#47771) * [Maps] tooltip custom labels * add drag handlers for re-ordering tooltip property order * add trash button to remove property * add jest tests for AddTooltipFieldPopover * sort EMS file tooltip properties * update TooltipSelector jest test * clean up AddTooltipFieldPopover field sorting * remove console statements * add more styles when row is getting dragged * change reorder aria label * move css changes into seperate file * allow adding multiple fields before closing popover * clear checked state on Add * update jest snapshots * use FieldIcon to display field type as icon * add bottom border to tooltip field * avoid flash after drag and drop * Tooltip styles (#32) * update TooltipSelector snapshot * replace 24px with
…ta-screen [Security Solution] Fix tests for new data screen and update index check
…l-pagination Bi directional pagination + jump to event support.
I would be nice to adjust panels appearance to their size. For example :
The text was updated successfully, but these errors were encountered: