cleanup
Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
This commit is contained in:
@@ -453,7 +453,6 @@ export default function RemoteDefaultsDrawer({
|
||||
globalOptions['mount' as keyof typeof globalOptions]
|
||||
}
|
||||
getAvailableOptions={getMountFlags}
|
||||
rows={5}
|
||||
/>
|
||||
</div>
|
||||
</AccordionItem>
|
||||
@@ -478,7 +477,6 @@ export default function RemoteDefaultsDrawer({
|
||||
globalOptions['main' as keyof typeof globalOptions]
|
||||
}
|
||||
getAvailableOptions={getConfigFlags}
|
||||
rows={10}
|
||||
/>
|
||||
</AccordionItem>
|
||||
<AccordionItem
|
||||
@@ -501,7 +499,6 @@ export default function RemoteDefaultsDrawer({
|
||||
globalOptions['vfs' as keyof typeof globalOptions]
|
||||
}
|
||||
getAvailableOptions={getVfsFlags}
|
||||
rows={10}
|
||||
/>
|
||||
</AccordionItem>
|
||||
<AccordionItem
|
||||
@@ -524,7 +521,6 @@ export default function RemoteDefaultsDrawer({
|
||||
globalOptions['filter' as keyof typeof globalOptions]
|
||||
}
|
||||
getAvailableOptions={getFilterFlags}
|
||||
rows={4}
|
||||
/>
|
||||
</AccordionItem>
|
||||
<AccordionItem
|
||||
@@ -546,7 +542,6 @@ export default function RemoteDefaultsDrawer({
|
||||
globalOptions={
|
||||
globalOptions['main' as keyof typeof globalOptions]
|
||||
}
|
||||
rows={15}
|
||||
getAvailableOptions={getCopyFlags}
|
||||
/>
|
||||
</AccordionItem>
|
||||
@@ -571,7 +566,6 @@ export default function RemoteDefaultsDrawer({
|
||||
globalOptions['main' as keyof typeof globalOptions]
|
||||
}
|
||||
getAvailableOptions={getSyncFlags}
|
||||
rows={20}
|
||||
/>
|
||||
</AccordionItem>
|
||||
</Accordion>
|
||||
|
||||
+3
-2
@@ -11,6 +11,7 @@ import {
|
||||
FilterIcon,
|
||||
FoldersIcon,
|
||||
PlayIcon,
|
||||
ServerIcon,
|
||||
WrenchIcon,
|
||||
} from 'lucide-react'
|
||||
import { startTransition, useEffect, useState } from 'react'
|
||||
@@ -515,10 +516,10 @@ export default function Copy() {
|
||||
<Avatar
|
||||
className="bg-fuchsia-500"
|
||||
radius="lg"
|
||||
fallback={<CopyIcon />}
|
||||
fallback={<ServerIcon />}
|
||||
/>
|
||||
}
|
||||
indicator={<CopyIcon />}
|
||||
indicator={<ServerIcon />}
|
||||
subtitle="Tap to toggle remote options for this operation"
|
||||
title={'Remotes'}
|
||||
>
|
||||
|
||||
@@ -225,7 +225,6 @@ export default function Delete() {
|
||||
optionsJson={filterOptionsJson}
|
||||
setOptionsJson={setFilterOptionsJson}
|
||||
getAvailableOptions={getFilterFlags}
|
||||
rows={4}
|
||||
isLocked={filterOptionsLocked}
|
||||
setIsLocked={setFilterOptionsLocked}
|
||||
/>
|
||||
@@ -246,7 +245,6 @@ export default function Delete() {
|
||||
optionsJson={configOptionsJson}
|
||||
setOptionsJson={setConfigOptionsJson}
|
||||
getAvailableOptions={getConfigFlags}
|
||||
rows={10}
|
||||
isLocked={configOptionsLocked}
|
||||
setIsLocked={setConfigOptionsLocked}
|
||||
/>
|
||||
|
||||
+3
-3
@@ -8,11 +8,11 @@ import {
|
||||
AlertOctagonIcon,
|
||||
ChevronDownIcon,
|
||||
ClockIcon,
|
||||
CopyIcon,
|
||||
FilterIcon,
|
||||
FoldersIcon,
|
||||
MoveIcon,
|
||||
PlayIcon,
|
||||
ServerIcon,
|
||||
WrenchIcon,
|
||||
} from 'lucide-react'
|
||||
import { startTransition, useEffect, useState } from 'react'
|
||||
@@ -546,10 +546,10 @@ export default function Move() {
|
||||
<Avatar
|
||||
className="bg-fuchsia-500"
|
||||
radius="lg"
|
||||
fallback={<CopyIcon />}
|
||||
fallback={<ServerIcon />}
|
||||
/>
|
||||
}
|
||||
indicator={<CopyIcon />}
|
||||
indicator={<ServerIcon />}
|
||||
subtitle="Tap to toggle remote options for this operation"
|
||||
title={'Remotes'}
|
||||
>
|
||||
|
||||
+3
-3
@@ -7,11 +7,11 @@ import {
|
||||
AlertOctagonIcon,
|
||||
ChevronDownIcon,
|
||||
ClockIcon,
|
||||
CopyIcon,
|
||||
FilterIcon,
|
||||
FolderSyncIcon,
|
||||
FoldersIcon,
|
||||
PlayIcon,
|
||||
ServerIcon,
|
||||
WrenchIcon,
|
||||
} from 'lucide-react'
|
||||
import { startTransition, useEffect, useState } from 'react'
|
||||
@@ -432,10 +432,10 @@ export default function Sync() {
|
||||
<Avatar
|
||||
className="bg-fuchsia-500"
|
||||
radius="lg"
|
||||
fallback={<CopyIcon />}
|
||||
fallback={<ServerIcon />}
|
||||
/>
|
||||
}
|
||||
indicator={<CopyIcon />}
|
||||
indicator={<ServerIcon />}
|
||||
subtitle="Tap to toggle remote options for this operation"
|
||||
title={'Remotes'}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user