mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24: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:
@@ -33,7 +33,7 @@ import {
|
||||
faVideo,
|
||||
} from "@fortawesome/free-solid-svg-icons";
|
||||
import { baseURL } from "src/core/createClient";
|
||||
import { PatchComponent } from "src/pluginApi";
|
||||
import { PatchComponent } from "src/patch";
|
||||
|
||||
interface IMenuItem {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user