mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 12:24:38 +03:00
Refactor tasks follow up (#2061)
* Move scan options out of dialog * Move autotag and clean options out of dialogs * Move generate options out of dialog * Animate button while tasks running * Revert to earlier Tasks UI iteration * Rearrange and clarify scan options
This commit is contained in:
@@ -15,6 +15,7 @@ import { SessionUtils } from "src/utils";
|
||||
import { Icon } from "src/components/Shared";
|
||||
import { ConfigurationContext } from "src/hooks/Config";
|
||||
import { Manual } from "./Help/Manual";
|
||||
import { SettingsButton } from "./SettingsButton";
|
||||
|
||||
interface IMenuItem {
|
||||
name: string;
|
||||
@@ -262,12 +263,7 @@ export const MainNavbar: React.FC = () => {
|
||||
to="/settings"
|
||||
onClick={handleDismiss}
|
||||
>
|
||||
<Button
|
||||
className="minimal d-flex align-items-center h-100"
|
||||
title="Settings"
|
||||
>
|
||||
<Icon icon="cog" />
|
||||
</Button>
|
||||
<SettingsButton />
|
||||
</NavLink>
|
||||
<Button
|
||||
className="nav-utility minimal"
|
||||
|
||||
Reference in New Issue
Block a user