From 253f9f9501e66b89fa3f7cdb62aad72557fbc398 Mon Sep 17 00:00:00 2001 From: Faisal Amir Date: Sun, 25 May 2025 17:25:13 +0700 Subject: [PATCH] feat: add couple section about us on general settings (#5098) * feat: initial about us * feat: add couple about us on general setting * chore: change discord url * Update web-app/src/routes/settings/general.tsx Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * Update web-app/src/routes/settings/general.tsx Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * chore: add rel attribute --------- Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> --- web-app/src/routes/settings/general.tsx | 122 +++++++++++++++++++++++- 1 file changed, 121 insertions(+), 1 deletion(-) diff --git a/web-app/src/routes/settings/general.tsx b/web-app/src/routes/settings/general.tsx index 5c327e4ff..ae5f67b76 100644 --- a/web-app/src/routes/settings/general.tsx +++ b/web-app/src/routes/settings/general.tsx @@ -26,7 +26,13 @@ import { getJanDataFolder, relocateJanDataFolder, } from '@/services/app' -import { IconFolder, IconLogs } from '@tabler/icons-react' +import { + IconBrandDiscord, + IconBrandGithub, + IconExternalLink, + IconFolder, + IconLogs, +} from '@tabler/icons-react' import { WebviewWindow } from '@tauri-apps/api/webviewWindow' import { windowKey } from '@/constants/windows' @@ -249,6 +255,120 @@ function General() { } /> + + {/* Resources */} + + +
+ View Docs + +
+ + } + /> + +
+ View Releases + +
+ + } + /> +
+ + {/* Community */} + + +
+ +
+ + } + /> + +
+ +
+ + } + /> +
+ + {/* Support */} + + +
+ Report Issue + +
+ + } + /> +
+ + {/* Credits */} + + +

+ Jan is built with ❤️ by the Jan team and contributors from + around the world. +

+

+ Special thanks to all our open-source dependencies and the + amazing AI community. +

+ + } + /> +