Entirely rework the search module

It's not as bad anymore 🥳
This commit is contained in:
ajnart
2022-11-29 20:32:24 +09:00
parent ed6b188679
commit c53de3acfe
8 changed files with 200 additions and 405 deletions

View File

@@ -1,9 +1,4 @@
import {
Group,
Header as Head,
useMantineColorScheme,
useMantineTheme,
} from '@mantine/core';
import { Group, Header as Head, useMantineColorScheme, useMantineTheme } from '@mantine/core';
import { useViewportSize } from '@mantine/hooks';
import { AddItemShelfButton } from '../../AppShelf/AddAppShelfItem';