feat: add script disable functionality with visual indicators (#9374)

This commit is contained in:
Alpha Vylly 2025-11-23 09:22:57 -03:00 committed by GitHub
parent 4134f68fb4
commit 72a39012b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 190 additions and 26 deletions

View file

@ -14,6 +14,8 @@ export type Script = {
logo: string | null;
config_path: string;
description: string;
disable?: boolean;
disable_description?: string;
install_methods: {
type: "default" | "alpine";
script: string;