1
0
mirror of https://github.com/upscayl/upscayl.git synced 2024-11-12 01:40:53 +01:00

Merge pull request #361 from aaronliu0130/main

Upscale→Upscayl
This commit is contained in:
NayamAmarshe 2023-06-18 23:40:33 +05:30 committed by GitHub
commit e74fa2c7cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -140,8 +140,8 @@ function LeftPaneImageSteps({
onClick={() => setBatchMode((oldValue) => !oldValue)}></input> onClick={() => setBatchMode((oldValue) => !oldValue)}></input>
<p <p
className="mr-1 inline-block cursor-help text-sm" className="mr-1 inline-block cursor-help text-sm"
data-tip="This will let you upscale all files in a folder at once"> data-tip="This will let you Upscayl all files in a folder at once">
Batch Upscale Batch Upscayl
</p> </p>
</div> </div>
@ -158,7 +158,7 @@ function LeftPaneImageSteps({
{/* STEP 2 */} {/* STEP 2 */}
<div className="animate-step-in"> <div className="animate-step-in">
<p className="step-heading">Step 2</p> <p className="step-heading">Step 2</p>
<p className="mb-2 text-sm">Select Upscaling Type</p> <p className="mb-2 text-sm">Select Upscayling Type</p>
<Select <Select
options={modelOptions} options={modelOptions}
@ -221,7 +221,7 @@ function LeftPaneImageSteps({
<p className="step-heading">Step 4</p> <p className="step-heading">Step 4</p>
{dimensions.width && dimensions.height && ( {dimensions.width && dimensions.height && (
<p className="mb-2 text-sm"> <p className="mb-2 text-sm">
Upscale from{" "} Upscayl from{" "}
<span className="font-bold"> <span className="font-bold">
{dimensions.width}x{dimensions.height} {dimensions.width}x{dimensions.height}
</span>{" "} </span>{" "}

View File

@ -3,13 +3,13 @@ import React from "react";
function RightPaneInfo({ version, batchMode, isVideo }) { function RightPaneInfo({ version, batchMode, isVideo }) {
return isVideo ? ( return isVideo ? (
<> <>
<p className="p-5 pb-1 text-lg font-semibold">Select Video to Upscale</p> <p className="p-5 pb-1 text-lg font-semibold">Select Video to Upscayl</p>
<p className="text-sm">Upscayl v{version}</p> <p className="text-sm">Upscayl v{version}</p>
</> </>
) : ( ) : (
<> <>
<p className="p-5 pb-1 text-lg font-semibold"> <p className="p-5 pb-1 text-lg font-semibold">
Select {batchMode ? "a Folder" : "an Image"} to Upscale Select {batchMode ? "a Folder" : "an Image"} to Upscayl
</p> </p>
{batchMode && ( {batchMode && (
<p className="w-full pb-5 text-center md:w-96"> <p className="w-full pb-5 text-center md:w-96">

View File

@ -241,7 +241,7 @@ function SettingsTab({
<div className="flex flex-col gap-2"> <div className="flex flex-col gap-2">
{batchMode && ( {batchMode && (
<p className="text-xs text-base-content/70"> <p className="text-xs text-base-content/70">
Only PNG is supported in Batch Upscale Only PNG is supported in Batch Upscayl.
</p> </p>
)} )}
<div className="flex flex-wrap gap-2"> <div className="flex flex-wrap gap-2">