mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-07 15:01:24 +01:00
Refactor LeftPaneImageSteps component
This commit is contained in:
parent
f7803f7c9e
commit
eec704c479
@ -235,8 +235,9 @@ function LeftPaneImageSteps({
|
|||||||
className="animate-step-in"
|
className="animate-step-in"
|
||||||
data-tooltip-content={outputPath}
|
data-tooltip-content={outputPath}
|
||||||
data-tooltip-id="tooltip">
|
data-tooltip-id="tooltip">
|
||||||
|
<div className="flex flex-col pb-2">
|
||||||
<div className="step-heading flex items-center gap-2">
|
<div className="step-heading flex items-center gap-2">
|
||||||
<span>Step 3</span>
|
<span className="leading-none">Step 3</span>
|
||||||
{featureFlags.APP_STORE_BUILD && (
|
{featureFlags.APP_STORE_BUILD && (
|
||||||
<button
|
<button
|
||||||
className="badge badge-sm badge-outline cursor-pointer"
|
className="badge badge-sm badge-outline cursor-pointer"
|
||||||
@ -248,6 +249,7 @@ function LeftPaneImageSteps({
|
|||||||
?
|
?
|
||||||
</button>
|
</button>
|
||||||
)}
|
)}
|
||||||
|
</div>
|
||||||
{!outputPath && featureFlags.APP_STORE_BUILD && (
|
{!outputPath && featureFlags.APP_STORE_BUILD && (
|
||||||
<div className="text-xs">
|
<div className="text-xs">
|
||||||
<span className="bg-base-200 font-medium uppercase text-base-content/50 rounded-btn px-2">
|
<span className="bg-base-200 font-medium uppercase text-base-content/50 rounded-btn px-2">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user