From da298ac86289bdaf0df6ac3c537226c863980c0a Mon Sep 17 00:00:00 2001 From: Service Account Date: Thu, 22 Feb 2024 08:03:38 +0000 Subject: [PATCH 1/9] janhq/jan: Update README.md with nightly build artifact URL --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1b7ad119d..d831fa81f 100644 --- a/README.md +++ b/README.md @@ -76,31 +76,31 @@ Jan is an open-source ChatGPT alternative that runs 100% offline on your compute Experimental (Nightly Build) - + jan.exe - + Intel - + M1/M2 - + jan.deb - + jan.AppImage From cb10983741736496ab8f8b6224a3a02c0b535d69 Mon Sep 17 00:00:00 2001 From: Service Account Date: Thu, 22 Feb 2024 11:24:49 +0000 Subject: [PATCH 2/9] janhq/jan: Update README.md with nightly build artifact URL --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d831fa81f..19d9ff8f0 100644 --- a/README.md +++ b/README.md @@ -76,31 +76,31 @@ Jan is an open-source ChatGPT alternative that runs 100% offline on your compute Experimental (Nightly Build) - + jan.exe - + Intel - + M1/M2 - + jan.deb - + jan.AppImage From 64ee25ba00d0008333a285d1ee4c5b45fa2b5ed1 Mon Sep 17 00:00:00 2001 From: Service Account Date: Thu, 22 Feb 2024 12:53:11 +0000 Subject: [PATCH 3/9] janhq/jan: Update README.md with nightly build artifact URL --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 19d9ff8f0..dfc32eba7 100644 --- a/README.md +++ b/README.md @@ -76,31 +76,31 @@ Jan is an open-source ChatGPT alternative that runs 100% offline on your compute Experimental (Nightly Build) - + jan.exe - + Intel - + M1/M2 - + jan.deb - + jan.AppImage From 8f6b9b5adf9d15d688e923564d7eaa2e936f4daa Mon Sep 17 00:00:00 2001 From: hieu-jan <150573299+hieu-jan@users.noreply.github.com> Date: Thu, 22 Feb 2024 21:56:41 +0900 Subject: [PATCH 4/9] docs: hide incomplete roadmap page --- docs/docs/about/roadmap.md | 6 ------ docs/sidebars.js | 1 - 2 files changed, 7 deletions(-) delete mode 100644 docs/docs/about/roadmap.md diff --git a/docs/docs/about/roadmap.md b/docs/docs/about/roadmap.md deleted file mode 100644 index 82b4fa34d..000000000 --- a/docs/docs/about/roadmap.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -title: Roadmap ---- - -- [ ] [Immediate Roadmap on Github](https://github.com/orgs/janhq/projects/5/views/16) -- [ ] [Longer-term Roadmap on Discord](https://discord.gg/Ey62mynnYr) diff --git a/docs/sidebars.js b/docs/sidebars.js index 498835dad..964c84ac6 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -19,7 +19,6 @@ const sidebars = { label: "What is Jan?", link: { type: "doc", id: "about/about" }, items: [ - "about/roadmap", "community/community", ], }, From a790209922e3e3ef9dcb75ad5422450dec708b0c Mon Sep 17 00:00:00 2001 From: hieu-jan <150573299+hieu-jan@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:10:06 +0900 Subject: [PATCH 5/9] fix typo --- docs/docs/about/about.md | 4 ++-- docs/sidebars.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/about/about.md b/docs/docs/about/about.md index 8e65b620b..3066f3003 100644 --- a/docs/docs/about/about.md +++ b/docs/docs/about/about.md @@ -56,7 +56,7 @@ You can read the [User Guide](/docs/user-guide) if you need some help to get sta Jan is licensed under the [AGPLv3 License](https://github.com/janhq/jan/blob/main/LICENSE). -We happily accept pull requests, however we do ask that you sign a [Contributor License Agreement](https://en.wikipedia.org/wiki/Contributor_License_Agreement) so that we have the right to relicense your contributions[^2]. +We happily accept pull requests, however, we do ask that you sign a [Contributor License Agreement](https://en.wikipedia.org/wiki/Contributor_License_Agreement) so that we have the right to relicense your contributions[^2]. We also have a [Contributor Program](/docs/team/contributor-program) to provide ownership and upside to contributors who have made significant contributions to the project. @@ -69,7 +69,7 @@ We follow [clean architecture](https://blog.cleancoder.com/uncle-bob/2012/08/13/ - A desktop client with [Electron](https://www.electronjs.org/) - A headless server-mode with [Nodejs](https://nodejs.org/en) - Planned support for mobile with [Capacitor](https://capacitorjs.com/) -- Planned support for python runtime +- Planned support for Python runtime Architecturally, we have made similar choices to the [Next.js Enterprise Javascript Stack](https://vercel.com/templates/next.js/nextjs-enterprise-boilerplate), which is a [battle-tested](https://nextjs.org/showcase/enterprise) framework for building enterprise-grade applications that scale. diff --git a/docs/sidebars.js b/docs/sidebars.js index 964c84ac6..0d115864b 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -59,7 +59,7 @@ const sidebars = { items: [ "platforms/desktop", "server-suite/home-server", - "server-suite/enterprise", + //"server-suite/enterprise", // "platforms/mobile", // "platforms/hub", ], From 7ce0a13e9007c2da679e36a3bb06e3be9d8717be Mon Sep 17 00:00:00 2001 From: hieu-jan <150573299+hieu-jan@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:17:14 +0900 Subject: [PATCH 6/9] revert content & remove sidebar only --- docs/docs/about/2035.mdx | 12 ++++++++++++ docs/docs/about/roadmap.md | 6 ++++++ docs/sidebars.js | 3 ++- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 docs/docs/about/2035.mdx create mode 100644 docs/docs/about/roadmap.md diff --git a/docs/docs/about/2035.mdx b/docs/docs/about/2035.mdx new file mode 100644 index 000000000..3af7a3197 --- /dev/null +++ b/docs/docs/about/2035.mdx @@ -0,0 +1,12 @@ +--- +title: Jan's Vision for 2035 +--- + +[Jan 2035: A Robotics Company](https://hackmd.io/QIWyYbNNQVWVbupuI3kjAA) + +We only have 2 planning parameters: + +- 10 year vision +- 2 week sprint + +And we measure our success on Quarterly OKRs \ No newline at end of file diff --git a/docs/docs/about/roadmap.md b/docs/docs/about/roadmap.md new file mode 100644 index 000000000..1c789d733 --- /dev/null +++ b/docs/docs/about/roadmap.md @@ -0,0 +1,6 @@ +--- +title: Roadmap +--- + +- [ ] [Immediate Roadmap on Github](https://github.com/orgs/janhq/projects/5/views/16) +- [ ] [Longer-term Roadmap on Discord](https://discord.gg/Ey62mynnYr) \ No newline at end of file diff --git a/docs/sidebars.js b/docs/sidebars.js index 0d115864b..02ea7589f 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -19,6 +19,7 @@ const sidebars = { label: "What is Jan?", link: { type: "doc", id: "about/about" }, items: [ + //"about/roadmap", "community/community", ], }, @@ -59,7 +60,7 @@ const sidebars = { items: [ "platforms/desktop", "server-suite/home-server", - //"server-suite/enterprise", + // "server-suite/enterprise", // "platforms/mobile", // "platforms/hub", ], From 1248593247c8e59db6d8ea7558e0d2cafecf6765 Mon Sep 17 00:00:00 2001 From: hieu-jan <150573299+hieu-jan@users.noreply.github.com> Date: Thu, 22 Feb 2024 22:28:39 +0900 Subject: [PATCH 7/9] feat: sync website footer with about page --- docs/src/containers/Footer/index.js | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/src/containers/Footer/index.js b/docs/src/containers/Footer/index.js index 80b5a2d4b..7cd648149 100644 --- a/docs/src/containers/Footer/index.js +++ b/docs/src/containers/Footer/index.js @@ -1,7 +1,7 @@ import React from "react"; import { AiOutlineGithub, AiOutlineTwitter } from "react-icons/ai"; -import { BiLogoDiscordAlt } from "react-icons/bi"; +import { BiLogoDiscordAlt, BiLogoLinkedin } from "react-icons/bi"; const socials = [ { @@ -16,6 +16,10 @@ const socials = [ icon: , href: "https://github.com/janhq/jan", }, + { + icon: , + href: "https://www.linkedin.com/company/janframework/", + } ]; const menus = [ @@ -59,6 +63,11 @@ const menus = [ path: "https://twitter.com/janframework", external: true, }, + { + menu: "LinkedIn", + path: "https://www.linkedin.com/company/janframework/", + external: true, + } ], }, { From 941667ecbfe8bdb94e086135aa62e225061c8d0c Mon Sep 17 00:00:00 2001 From: Service Account Date: Thu, 22 Feb 2024 14:45:10 +0000 Subject: [PATCH 8/9] janhq/jan: Update README.md with nightly build artifact URL --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index dfc32eba7..425ea69be 100644 --- a/README.md +++ b/README.md @@ -76,31 +76,31 @@ Jan is an open-source ChatGPT alternative that runs 100% offline on your compute Experimental (Nightly Build) - + jan.exe - + Intel - + M1/M2 - + jan.deb - + jan.AppImage From 563f37f8848e6b3ea47c1d7dad95a76ef5a99be5 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Fri, 23 Feb 2024 17:12:26 +0700 Subject: [PATCH 9/9] fix: system monitor ui (#2135) --- web/containers/Layout/BottomBar/SystemMonitor/index.tsx | 4 ++-- web/containers/Layout/BottomBar/index.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/web/containers/Layout/BottomBar/SystemMonitor/index.tsx b/web/containers/Layout/BottomBar/SystemMonitor/index.tsx index 5b7853698..a7659d425 100644 --- a/web/containers/Layout/BottomBar/SystemMonitor/index.tsx +++ b/web/containers/Layout/BottomBar/SystemMonitor/index.tsx @@ -88,12 +88,12 @@ const SystemMonitor = () => {
-
Running Models
+
Running Models
{showFullScreen ? ( { const progress = useAtomValue(appDownloadProgress) return ( -
+
{progress && progress > 0 ? (