diff --git a/ui2/src/features/nodes/components/Commander/DocumentsByCategoryCommander.tsx b/ui2/src/features/nodes/components/Commander/DocumentsByCategoryCommander.tsx deleted file mode 100644 index e69de29bb..000000000 diff --git a/ui2/src/features/nodes/components/Commander/DocumentsByTypeCommander/ActionButtons.tsx b/ui2/src/features/nodes/components/Commander/DocumentsByTypeCommander/ActionButtons.tsx new file mode 100644 index 000000000..6e7a9d459 --- /dev/null +++ b/ui2/src/features/nodes/components/Commander/DocumentsByTypeCommander/ActionButtons.tsx @@ -0,0 +1,10 @@ +import {Group} from "@mantine/core" +import ViewOptionsMenu from "../ViewOptionsMenu" + +export default function ActionButtons() { + return ( + + + + ) +} diff --git a/ui2/src/features/nodes/components/Commander/DocumentsByTypeCommander/DocumentTypeFilter.tsx b/ui2/src/features/nodes/components/Commander/DocumentsByTypeCommander/DocumentTypeFilter.tsx new file mode 100644 index 000000000..7a7b74c42 --- /dev/null +++ b/ui2/src/features/nodes/components/Commander/DocumentsByTypeCommander/DocumentTypeFilter.tsx @@ -0,0 +1,11 @@ +import {Select} from "@mantine/core" + +export default function DocumentTypeFilter() { + return ( +