From bf73a01e6e6285917f90cfb9ba51b5073ac17fbe Mon Sep 17 00:00:00 2001 From: Service Account Date: Sun, 24 Dec 2023 20:18:46 +0000 Subject: [PATCH 1/2] janhq/jan: Update README.md with nightly build artifact URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 403dcb5bdc..898bb2757f 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Jan is an open-source ChatGPT alternative that runs 100% offline on your compute Experimental (Nighlty Build) - + Github action artifactory From dd0a18ad1deffe736e16048c181d15810255e39f Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Mon, 25 Dec 2023 11:03:53 +0700 Subject: [PATCH 2/2] fix: darkmode broken color --- web/app/layout.tsx | 2 +- web/containers/Layout/index.tsx | 2 +- web/screens/Chat/index.tsx | 2 +- web/screens/ExploreModels/ExploreModelItemHeader/index.tsx | 2 +- web/screens/Settings/index.tsx | 2 +- web/screens/SystemMonitor/index.tsx | 6 ++++-- 6 files changed, 9 insertions(+), 7 deletions(-) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index c62390ba53..6c6fc65aba 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -15,7 +15,7 @@ export const metadata: Metadata = { export default function RootLayout({ children }: PropsWithChildren) { return ( - +
{children} diff --git a/web/containers/Layout/index.tsx b/web/containers/Layout/index.tsx index c806fddddb..0fe9b5f8b9 100644 --- a/web/containers/Layout/index.tsx +++ b/web/containers/Layout/index.tsx @@ -24,7 +24,7 @@ const BaseLayout = (props: PropsWithChildren) => { return (
-
+
{ return (
-
+
= ({ model, onClick, open }) => { return (
{model.metadata.cover && ( diff --git a/web/screens/Settings/index.tsx b/web/screens/Settings/index.tsx index 77e70d33b9..7c69acca4f 100644 --- a/web/screens/Settings/index.tsx +++ b/web/screens/Settings/index.tsx @@ -176,7 +176,7 @@ const SettingsScreen = () => {
-
+
{handleShowOptions(activeStaticMenu || activePreferenceExtension)} diff --git a/web/screens/SystemMonitor/index.tsx b/web/screens/SystemMonitor/index.tsx index 63366901ab..525f1e7c9b 100644 --- a/web/screens/SystemMonitor/index.tsx +++ b/web/screens/SystemMonitor/index.tsx @@ -21,7 +21,7 @@ export default function SystemMonitorScreen() { const { activeModel, stateModel, stopModel } = useActiveModel() return ( -
+
@@ -59,7 +59,9 @@ export default function SystemMonitorScreen() { {activeModel && (
-

Actively Running Models

+

+ Actively Running Models +