mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 12:54:38 +03:00
Toast improvements (#4584)
* Change default toast placement * Position at bottom on mobile * Show single toast message at a time * Optionally show dialog for error messages * Fix circular dependency * Animate toast
This commit is contained in:
@@ -7,7 +7,7 @@ import { faEllipsis, faTimes } from "@fortawesome/free-solid-svg-icons";
|
||||
import { useDebounce } from "src/hooks/debounce";
|
||||
import TextUtils from "src/utils/text";
|
||||
import { useDirectoryPaths } from "./useDirectoryPaths";
|
||||
import { PatchComponent } from "src/pluginApi";
|
||||
import { PatchComponent } from "src/patch";
|
||||
|
||||
interface IProps {
|
||||
currentDirectory: string;
|
||||
|
||||
Reference in New Issue
Block a user