You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. The density adjustments no longer seem to be changing the overall height of the cells. Resolved in #5372
There seems to be some calculations going that always come out to make the cells 34px high.
2. In full screen mode, the initial calculation doesn't take the scrollbar into account Resolved
3. Visually I think we need more borders especially around the scrollbars Resolved in #5563
4. It would be great if while scrolling with virtualization which shows a white background while the cells load, we could have either add in some light gray like $euiPageBackgroundColor, or even some sort of pattern indication "loading". Resolved by #5562
5. It looks like we also need a smarter pagination display on skinny screens/containers. Resolved by #5561
6. In full screen, the bottom row is still getting cutoff by the fixed pagination and it's hiding the horizontal scrollbar. Different densities are cutoff by different amounts. Resolved by #5557
The text was updated successfully, but these errors were encountered:
Originally from #4170 (review)
1.
![image](https://user-images.githubusercontent.com/549577/105407812-2a083800-5bfc-11eb-80de-2670e92daf16.png)
The density adjustments no longer seem to be changing the overall height of the cells.Resolved in #5372There seems to be some calculations going that always come out to make the cells
34px
high.2.
![Screen Shot 2021-01-21 at 15 07 33 PM](https://user-images.githubusercontent.com/549577/105407930-5328c880-5bfc-11eb-8866-d2836d7adcd7.png)
In full screen mode, the initial calculation doesn't take the scrollbar into accountResolved3. Visually I think we need more borders especially around the scrollbarsResolved in #55634.
It would be great if while scrolling with virtualization which shows a white background while the cells load, we could have either add in some light gray likeResolved by #5562$euiPageBackgroundColor
, or even some sort of pattern indication "loading".5.
![Screen Shot 2021-01-21 at 15 42 10 PM](https://user-images.githubusercontent.com/549577/105410011-52ddfc80-5bff-11eb-8ce2-947efab1376b.png)
It looks like we also need a smarter pagination display on skinny screens/containers.Resolved by #55616.
![Screen Shot 2021-01-21 at 15 49 17 PM](https://user-images.githubusercontent.com/549577/105410676-50c86d80-5c00-11eb-9881-b19acb55a1c5.png)
In full screen, the bottom row is still getting cutoff by the fixed pagination and it's hiding the horizontal scrollbar. Different densities are cutoff by different amounts.Resolved by #5557The text was updated successfully, but these errors were encountered: