From 73ec89e1afb762437df4ffef704330f789132620 Mon Sep 17 00:00:00 2001 From: Deluan Date: Wed, 12 Nov 2025 13:01:11 -0500 Subject: [PATCH] feat(ui): add SizeField to display total size in LibraryList Signed-off-by: Deluan --- ui/src/library/LibraryList.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ui/src/library/LibraryList.jsx b/ui/src/library/LibraryList.jsx index c2d2f629..932732b1 100644 --- a/ui/src/library/LibraryList.jsx +++ b/ui/src/library/LibraryList.jsx @@ -9,7 +9,7 @@ import { BooleanField, } from 'react-admin' import { useMediaQuery } from '@material-ui/core' -import { List, DateField, useResourceRefresh } from '../common' +import { List, DateField, useResourceRefresh, SizeField } from '../common' const LibraryFilter = (props) => ( @@ -42,6 +42,7 @@ const LibraryList = (props) => { +