mirror of
https://github.com/stashapp/stash.git
synced 2025-12-18 04:44:37 +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:
@@ -4,7 +4,7 @@ import { FormattedMessage } from "react-intl";
|
||||
import { Link } from "react-router-dom";
|
||||
import { Setting } from "./Inputs";
|
||||
import { SettingSection } from "./SettingSection";
|
||||
import { PatchContainerComponent } from "src/pluginApi";
|
||||
import { PatchContainerComponent } from "src/patch";
|
||||
|
||||
const SettingsToolsSection = PatchContainerComponent("SettingsToolsSection");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user