Dark mode 2 #100
@@ -183,6 +183,7 @@ export const ArchiveOperations = (props): ReactElement => {
|
|||||||
) : null}
|
) : null}
|
||||||
|
|
||||||
<div className="flex flex-row gap-2 mt-4">
|
<div className="flex flex-row gap-2 mt-4">
|
||||||
|
{!data.rawFileDetails?.archive?.uncompressed ? (
|
||||||
<button
|
<button
|
||||||
className="flex space-x-1 sm:mt-0 sm:flex-row sm:items-center rounded-lg border border-green-400 dark:border-green-200 bg-green-200 px-3 py-2 text-gray-500 hover:bg-transparent hover:text-green-600 focus:outline-none focus:ring active:text-indigo-500"
|
className="flex space-x-1 sm:mt-0 sm:flex-row sm:items-center rounded-lg border border-green-400 dark:border-green-200 bg-green-200 px-3 py-2 text-gray-500 hover:bg-transparent hover:text-green-600 focus:outline-none focus:ring active:text-indigo-500"
|
||||||
onClick={() => refetch()}
|
onClick={() => refetch()}
|
||||||
@@ -192,6 +193,7 @@ export const ArchiveOperations = (props): ReactElement => {
|
|||||||
<i className="h-6 w-6 icon-[solar--box-bold-duotone]"></i>
|
<i className="h-6 w-6 icon-[solar--box-bold-duotone]"></i>
|
||||||
</span>
|
</span>
|
||||||
</button>
|
</button>
|
||||||
|
) : null}
|
||||||
|
|
||||||
{!isEmpty(uncompressedArchive) ? (
|
{!isEmpty(uncompressedArchive) ? (
|
||||||
<div>
|
<div>
|
||||||
@@ -216,9 +218,7 @@ export const ArchiveOperations = (props): ReactElement => {
|
|||||||
data={uncompressedArchive}
|
data={uncompressedArchive}
|
||||||
onClickHandler={openImageAnalysisPanel}
|
onClickHandler={openImageAnalysisPanel}
|
||||||
/>
|
/>
|
||||||
) : (
|
) : null}
|
||||||
"asdas"
|
|
||||||
)}
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<SlidingPane
|
<SlidingPane
|
||||||
|
|||||||
Reference in New Issue
Block a user