mirror of
https://github.com/idanoo/autobrr
synced 2025-07-25 01:39:13 +00:00
feat(web): vendor react-hot-toast (#1883)
* feat(web): vendor react-hot-toast * vendor react-hot-toast to be react 19 compatible * feat: remove react-hot-toast and add goober * chore: fix lint warnings
This commit is contained in:
parent
43c28fc0c6
commit
d8f578b5ea
46 changed files with 1071 additions and 59 deletions
|
@ -4,7 +4,6 @@
|
|||
*/
|
||||
|
||||
import * as React from "react";
|
||||
import { toast } from "react-hot-toast";
|
||||
import { formatDistanceToNowStrict } from "date-fns";
|
||||
import { useMutation, useQueryClient } from "@tanstack/react-query";
|
||||
import { CellContext } from "@tanstack/react-table";
|
||||
|
@ -21,6 +20,7 @@ import { APIClient } from "@api/APIClient";
|
|||
import { FilterKeys } from "@api/query_keys";
|
||||
import { classNames, humanFileSize, simplifyDate } from "@utils";
|
||||
import { ExternalLink } from "../ExternalLink";
|
||||
import { toast } from "@components/hot-toast";
|
||||
import Toast from "@components/notifications/Toast";
|
||||
import { RingResizeSpinner } from "@components/Icons";
|
||||
import { Tooltip } from "@components/tooltips/Tooltip";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue