From 78be49d4a713711fdf79aff20905b1d19ec8d885 Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Thu, 28 Aug 2025 10:49:27 +0530 Subject: [PATCH] Added BETA tag to LFS feature --- .../config/GitHubMirrorSettings.tsx | 24 ++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/src/components/config/GitHubMirrorSettings.tsx b/src/components/config/GitHubMirrorSettings.tsx index 9c6c779..0fbb475 100644 --- a/src/components/config/GitHubMirrorSettings.tsx +++ b/src/components/config/GitHubMirrorSettings.tsx @@ -29,7 +29,8 @@ import { BookOpen, GitFork, ChevronDown, - Funnel + Funnel, + HardDrive } from "lucide-react"; import type { GitHubConfig, MirrorOptions, AdvancedOptions } from "@/types/config"; import { cn } from "@/lib/utils"; @@ -325,6 +326,27 @@ export function GitHubMirrorSettings({ +
+ handleMirrorChange('mirrorLFS', !!checked)} + /> +
+ +

+ Mirror Git LFS objects. Requires LFS to be enabled on your Gitea server and Git v2.1.2+ +

+
+
+