mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: migrating repacks to a worker
This commit is contained in:
parent
485ee11449
commit
1dd13303d5
1 changed files with 3 additions and 1 deletions
|
@ -25,7 +25,9 @@ export function Sidebar() {
|
||||||
const { library, updateLibrary } = useLibrary();
|
const { library, updateLibrary } = useLibrary();
|
||||||
const navigate = useNavigate();
|
const navigate = useNavigate();
|
||||||
|
|
||||||
const [filteredLibrary, setFilteredLibrary] = useState<Game[]>([]);
|
const [filteredLibrary, setFilteredLibrary] = useState<
|
||||||
|
Omit<Game, "repacks">[]
|
||||||
|
>([]);
|
||||||
|
|
||||||
const [isResizing, setIsResizing] = useState(false);
|
const [isResizing, setIsResizing] = useState(false);
|
||||||
const [sidebarWidth, setSidebarWidth] = useState(
|
const [sidebarWidth, setSidebarWidth] = useState(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue