mirror of
https://github.com/idanoo/autobrr
synced 2025-07-23 16:59:12 +00:00
feat(web): replace react-portal with own implementation (#1862)
* feat(web): replace react-portal with own implementation * chore: add missing license headers
This commit is contained in:
parent
ab718b8232
commit
172fa651af
6 changed files with 113 additions and 99 deletions
|
@ -7,11 +7,11 @@ import { useEffect } from "react";
|
|||
import { RouterProvider } from "@tanstack/react-router"
|
||||
import { QueryClientProvider } from "@tanstack/react-query";
|
||||
import { Toaster } from "react-hot-toast";
|
||||
import { Portal } from "react-portal";
|
||||
import { Router } from "@app/routes";
|
||||
import { routerBasePath } from "@utils";
|
||||
import { queryClient } from "@api/QueryClient";
|
||||
import { SettingsContext } from "@utils/Context";
|
||||
import { Portal } from "@components/portal";
|
||||
|
||||
declare module '@tanstack/react-router' {
|
||||
interface Register {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue