diff --git a/src/popup/components/ToggleSwitch.tsx b/src/popup/components/ToggleSwitch.tsx index 8ffa270a..731a80e9 100644 --- a/src/popup/components/ToggleSwitch.tsx +++ b/src/popup/components/ToggleSwitch.tsx @@ -20,7 +20,7 @@ const Toggle = ({ settingName, settingLabel, enabledSetting }: { settingName: st }; return ( -
+
{settingLabel} diff --git a/src/popup/pages/aiprdescription.tsx b/src/popup/pages/aiprdescription.tsx index 5e82d402..1dcc352d 100644 --- a/src/popup/pages/aiprdescription.tsx +++ b/src/popup/pages/aiprdescription.tsx @@ -43,7 +43,7 @@ const AIPRDescription = () => { <> -
+
@@ -69,9 +69,9 @@ const AIPRDescription = () => { onSubmit={handleFormSubmit} >
-

- OpenSauced AI -

+

+ AI Configuration: +

@@ -202,9 +202,9 @@ const AIPRDescription = () => {
diff --git a/src/popup/pages/home.tsx b/src/popup/pages/home.tsx index f0a3cb15..0812aff7 100644 --- a/src/popup/pages/home.tsx +++ b/src/popup/pages/home.tsx @@ -13,7 +13,6 @@ import { useAuth } from "../../hooks/useAuth"; import { useOpensaucedUserCheck } from "../../hooks/useOpensaucedUserCheck"; import { Profile } from "./profile"; import { goTo } from "react-chrome-extension-router"; -import AIPRDescription from "./aiprdescription"; import PostOnHighlight from "./posthighlight"; import { getHighlights } from "../../utils/fetchOpenSaucedApiData"; @@ -124,16 +123,6 @@ const Home = () => { Dashboard - - {isGithubPRPage && ( + - OpenSauced logo -
-
+
-

Settings:

+

Extension Settings:

{ Object.keys(settingsConfig).map(settingName => (