diff --git a/src/options/index.tsx b/src/options/index.tsx index 25fac85..bff3fff 100644 --- a/src/options/index.tsx +++ b/src/options/index.tsx @@ -16,7 +16,6 @@ function Options() { ); } -//window.onload = () => Browser.runtime.onMessage.addListener((message) => { console.log("message", message); if (message === "reload") { diff --git a/src/options/pages/Top.tsx b/src/options/pages/Top.tsx index 2503353..69bf1e8 100644 --- a/src/options/pages/Top.tsx +++ b/src/options/pages/Top.tsx @@ -1,5 +1,4 @@ -import classNames from "classnames"; -import { useEffect, useState } from "react"; +import { ReactNode, useEffect, useState } from "react"; import { Tooltip } from "react-daisyui"; import { FaGamepad, FaMoon } from "react-icons/fa"; import { Link } from "react-router-dom"; @@ -15,8 +14,8 @@ import IsTrue from "@/utils/isTrue"; export default function Top() { return ( - <> - +
+
{Array.from(Websites.values()).map((site) => { return ( @@ -57,14 +56,15 @@ export default function Top() { - - - + +
+ + + - -
-

二段階認証コードの自動送信

- + + +
@@ -83,10 +83,17 @@ export default function Top() { を御覧ください。

- +
); } +const OtherConfigLayout = ({ children, name }: { children: ReactNode; name: string }): ReactNode => ( +
+

{name}

+
{children}
+
+); + function ConfigSection({ children, name, @@ -100,18 +107,12 @@ function ConfigSection({ }) { return (
- {name} - {desc ?

{desc}

: null} - {children ? children : null} -
- ); -} +
+ {name} + {desc ?

{desc}

: null} +
-function QuickSwitch({ className }: { className?: string }) { - return ( -
- -

Quick Switch

+ {children ? children : null}
); } diff --git a/src/options/pages/Wanted.tsx b/src/options/pages/Wanted.tsx index fe16178..b1caf71 100644 --- a/src/options/pages/Wanted.tsx +++ b/src/options/pages/Wanted.tsx @@ -5,9 +5,9 @@ import Heading from "@/components/Heading"; export default function Wanted() { return ( <> - 開発者募集 + 開発者募集 +

この拡張機能はOSSとしてGitHub上に公開されており、現在Contributerを募集しています。

- この拡張機能はGitHub上でMITライセンスの基で公開されており、現在Contributerを募集しています。 以下に技術的な概要を掲載しますので、興味のある方はぜひ 開発者までご連絡 @@ -15,11 +15,11 @@ export default function Wanted() { ください。

- 概要 -

群馬大学に所属しており、ウェブ技術に興味のある人。ラーメンが好きな人大歓迎です。

+ 概要 +

群馬大学に所属しており、ウェブ技術に興味のある人やラーメンが好きな人大歓迎です。

現開発者のお財布と気分次第で、報酬としてラーメンを奢るかもしれません。

- 技術 + 技術

現在使用しているもの