mirror of
https://github.com/sussy-code/smov.git
synced 2026-03-11 17:55:35 +00:00
remove popup and bring back setup!
This commit is contained in:
parent
63a4d35195
commit
899a3040ba
2 changed files with 4 additions and 4 deletions
|
|
@ -93,7 +93,7 @@ export function HomePage() {
|
|||
<title>{t("global.name")}</title>
|
||||
</Helmet>
|
||||
|
||||
{/* Popup Modal */}
|
||||
{/* Popup Modal
|
||||
{showModal && (
|
||||
<PopupModal
|
||||
title="Issue on Safari (iOS/macOS)"
|
||||
|
|
@ -126,7 +126,7 @@ export function HomePage() {
|
|||
onClose={() => setShowModal(false)}
|
||||
/>
|
||||
)}
|
||||
{/* END */}
|
||||
END */}
|
||||
|
||||
<HeroPart searchParams={searchParams} setIsSticky={setShowBg} />
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ import { MwLink } from "@/components/text/Link";
|
|||
import { AuthInputBox } from "@/components/text-inputs/AuthInputBox";
|
||||
import { Divider } from "@/components/utils/Divider";
|
||||
import { Heading1 } from "@/components/utils/Text";
|
||||
// import { SetupPart } from "@/pages/parts/settings/SetupPart";
|
||||
import { SetupPart } from "@/pages/parts/settings/SetupPart";
|
||||
|
||||
interface ProxyEditProps {
|
||||
proxyUrls: string[] | null;
|
||||
|
|
@ -157,7 +157,7 @@ export function ConnectionsPart(props: BackendEditProps & ProxyEditProps) {
|
|||
<div>
|
||||
<Heading1 border>{t("settings.connections.title")}</Heading1>
|
||||
<div className="space-y-6">
|
||||
{/* <SetupPart /> Removed due to NSBX limitations */}
|
||||
<SetupPart /> {/* I was wondering what heppened to this badddev >:( */}
|
||||
<ProxyEdit
|
||||
proxyUrls={props.proxyUrls}
|
||||
setProxyUrls={props.setProxyUrls}
|
||||
|
|
|
|||
Loading…
Reference in a new issue