feat: replace legacy Python CLI with GUI app

This commit is contained in:
Tickbase
2025-05-19 03:41:04 +02:00
parent e55f91a66d
commit 1e2cb52f6f
22 changed files with 118 additions and 222 deletions

View File

@@ -35,7 +35,7 @@ const ActionButton: FC<ActionButtonProps> = ({
return isInstalled ? `Uninstall ${product}` : `Install ${product}`
}
// Map to our button variant
// Map to button variant
const getButtonVariant = (): ButtonVariant => {
// For uninstall actions, use danger variant
if (isInstalled) return 'danger'