Conversation
- Pass ref to ensure correct row height measurement - Introduced GScrollContainer Component to indicate more content is available - Optimized worker, ticket labels and access restrictions layout on cluster list - Use VDataVirtual for Secret & Member Page - Introduced useTwoTableLayout composable for optimized two table page layouting
|
@grolu You need rebase this pull request with latest master branch. Please check. |
| const { height: containerHeight } = useElementSize(containerRef) | ||
|
|
||
| const desiredFirstTableHeight = computed(() => { | ||
| const contentHeight = firstTableItemCount.value * (itemHeight + 1) |
There was a problem hiding this comment.
well I added this to try to compensate the fact that the table adds srollbars even if the calculated height matches exactly the content height. Looking at it now it seems to only make it worse. Let's remove it.
|
there is also a conflict that has to be solved. In addition, I noticed the following bug (as discussed offline) Go to some Project, make sure to deselect the worker column from the table options |
# Conflicts: # frontend/src/views/GShootList.vue
Not related to this PR, closed with #2357 |
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Release note: