+
-
+
Confirm deletion
-Are you sure you want to remove these images from your library?
-Your files will not be deleted.
- -diff --git a/src/renderer/frontend/App.tsx b/src/renderer/frontend/App.tsx index da313e35f..e3627d5f5 100644 --- a/src/renderer/frontend/App.tsx +++ b/src/renderer/frontend/App.tsx @@ -1,9 +1,3 @@ -import { - Breadcrumbs, - IBreadcrumbProps, - InputGroup, - Button, -} from '@blueprintjs/core'; import { observer } from 'mobx-react-lite'; import React from 'react'; @@ -11,45 +5,27 @@ import FileList from './components/FileList'; import Outliner from './components/Outliner'; import { IRootStoreProp, withRootstore } from './contexts/StoreContext'; import Inspector from './components/Inspector'; +import Toolbar from './components/Toolbar'; +import ErrorBoundary from './components/ErrorBoundary'; -interface IAppProps extends IRootStoreProp {} +interface IAppProps extends IRootStoreProp { } const App = ({ rootStore: { uiStore } }: IAppProps) => { - // Breadcrumbs placeholder - const breadcrumbs: IBreadcrumbProps[] = [ - { icon: 'symbol-square' }, - { icon: 'folder-close', text: 'Cars' }, - { icon: 'folder-close', text: 'Yellow' }, - { icon: 'document', text: 'New' }, - ]; - const themeClass = uiStore.theme === 'DARK' ? 'bp3-dark' : 'bp3-light'; return ( -
Are you sure you want to remove these images from your library?
-Your files will not be deleted.
- -