18128: Fixes app's main content layouts.
authorLucas Di Pentima <lucas.dipentima@curii.com>
Tue, 19 Oct 2021 14:56:07 +0000 (11:56 -0300)
committerLucas Di Pentima <lucas.dipentima@curii.com>
Thu, 2 Dec 2021 23:01:56 +0000 (20:01 -0300)
commit770ffecbecc120d200bebaaf4606dfc055c64008
tree4010f545c0efc1ee13bd4761ef3ae6aacd86be7d
parent9c2c8aa06d5693a6e2b00e1d8ec0a8ca79098ce0
18128: Fixes app's main content layouts.

Moves the height calculation from the DataExplorer/DataTable component combo
to the outer layers so that DataExplorer can be used as one of many data
panels inside a view.

Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima@curii.com>
14 files changed:
src/components/data-explorer/data-explorer.tsx
src/components/data-table/data-table.tsx
src/views/api-client-authorization-panel/api-client-authorization-panel-root.tsx
src/views/api-client-authorization-panel/api-client-authorization-panel.tsx
src/views/collection-content-address-panel/collection-content-address-panel.tsx
src/views/favorite-panel/favorite-panel.tsx
src/views/groups-panel/groups-panel.tsx
src/views/link-panel/link-panel-root.tsx
src/views/project-panel/project-panel.tsx
src/views/public-favorites-panel/public-favorites-panel.tsx
src/views/shared-with-me-panel/shared-with-me-panel.tsx
src/views/trash-panel/trash-panel.tsx
src/views/user-panel/user-panel.tsx
src/views/workbench/workbench.tsx