feat: show file page selection

This commit is contained in:
RaviAnand Mohabir 2025-03-25 18:37:31 +01:00
parent f674524aea
commit b44f542c39

View File

@ -217,7 +217,6 @@ function FileOrganizer() {
{...form.getInputProps(`files.${idx}.suffix`)} {...form.getInputProps(`files.${idx}.suffix`)}
/> />
</Group> </Group>
{/* Disabled due to lack of support for mkdir in js wasm environment
<Group align="end"> <Group align="end">
<Text>Seiten auswählen:</Text> <Text>Seiten auswählen:</Text>
{file.selectedPages.map((_, i) => ( {file.selectedPages.map((_, i) => (
@ -239,7 +238,7 @@ function FileOrganizer() {
> >
+ +
</Button> </Button>
</Group> */} </Group>
</Stack> </Stack>
))} ))}
</Stack> </Stack>