Layout refactoring, dependencies update

This commit is contained in:
2024-03-25 11:34:40 +01:00
parent bf2e24009e
commit 82ccb68a56
6 changed files with 174 additions and 182 deletions

View File

@@ -163,7 +163,7 @@ export default function Layout() {
<Outlet />
</Box>
</Box>
<Footer></Footer>
<Footer />
<Toaster />
</ThemeProvider>
)

View File

@@ -1,7 +0,0 @@
import { atom } from 'recoil'
import { DLMetadata } from '../types'
export const selectedFormatState = atom<Partial<DLMetadata>>({
key: 'selectedFormatState',
default: {},
})

View File

@@ -32,7 +32,6 @@ const Footer: React.FC = () => {
}}>
<div style={{ display: 'flex', gap: 4, alignItems: 'center' }}>
<Chip label="RPC v3.0.6" variant="outlined" size="small" />
<Divider orientation="vertical" flexItem />
<VersionIndicator />
</div>
<div style={{ display: 'flex', gap: 4, 'alignItems': 'center' }}>

View File

@@ -274,7 +274,7 @@ export default function Downloaded() {
</List>
</Paper>
<SpeedDial
ariaLabel="SpeedDial basic example"
ariaLabel='archive actions'
sx={{ position: 'absolute', bottom: 64, right: 24 }}
icon={<SpeedDialIcon />}
>