diff --git a/interface/app/$libraryId/Explorer/DismissibleNotice.tsx b/interface/app/$libraryId/Explorer/DismissibleNotice.tsx index f4c88ecc7..8c0caeec9 100644 --- a/interface/app/$libraryId/Explorer/DismissibleNotice.tsx +++ b/interface/app/$libraryId/Explorer/DismissibleNotice.tsx @@ -1,31 +1,20 @@ -import { - Collection, - Collection_Light, - Image, - Image_Light, - Video, - Video_Light -} from '@sd/assets/icons'; import { ReactNode } from 'react'; import { ExplorerLayout } from '@sd/client'; +import { Icon } from '~/components'; import DismissibleNotice from '~/components/DismissibleNotice'; -import { useIsDark } from '~/hooks'; import { dismissibleNoticeStore } from '~/hooks/useDismissibleNoticeStore'; import { useExplorerContext } from './Context'; -import { useExplorerStore } from './store'; const MediaViewIcon = () => { - const isDark = useIsDark(); - return (
Other Spacedrive nodes on your LAN will appear here, along with your
diff --git a/interface/app/$libraryId/node/$id.tsx b/interface/app/$libraryId/node/$id.tsx
index 433d1c6ab..3914c96bc 100644
--- a/interface/app/$libraryId/node/$id.tsx
+++ b/interface/app/$libraryId/node/$id.tsx
@@ -1,7 +1,7 @@
-import { Laptop } from '@sd/assets/icons';
import { useMemo } from 'react';
import { useBridgeQuery, useLibraryQuery } from '@sd/client';
import { NodeIdParamsSchema } from '~/app/route-schemas';
+import { Icon } from '~/components';
import { useZodRouteParams } from '~/hooks';
import Explorer from '../Explorer';
@@ -47,7 +47,7 @@ export const Component = () => {
+
-
+
+
{props.library.config.name}
diff --git a/interface/app/$libraryId/tag/$id.tsx b/interface/app/$libraryId/tag/$id.tsx
index 243b2a259..70303eb35 100644
--- a/interface/app/$libraryId/tag/$id.tsx
+++ b/interface/app/$libraryId/tag/$id.tsx
@@ -1,7 +1,7 @@
-import { getIcon, iconNames } from '@sd/assets/util';
import { useCallback, useMemo } from 'react';
import { ObjectFilterArgs, ObjectOrder, useLibraryContext, useLibraryQuery } from '@sd/client';
import { LocationIdParamsSchema } from '~/app/route-schemas';
+import { Icon } from '~/components';
import { useZodRouteParams } from '~/hooks';
import Explorer from '../Explorer';
@@ -48,7 +48,7 @@ export const Component = () => {
emptyNotice={