Refactor portfolio admin and views

This commit is contained in:
MOH
2026-03-11 17:46:35 +01:00
parent 3c53430b12
commit 7956b073e9
27 changed files with 1972 additions and 1779 deletions
+4
View File
@@ -4,6 +4,7 @@ import { KeyRound, Mail, Send, Server } from "lucide-react";
import { useState } from "react";
import { AppCard } from "@/components/ui/app-card";
import { Button } from "@/components/ui/button";
import { CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
import { Checkbox } from "@/components/ui/checkbox";
import { Input } from "@/components/ui/input";
@@ -171,6 +172,9 @@ export function SMTPSettingsForm({
</CardContent>
</AppCard>
</div>
<div className="flex justify-end">
<Button type="submit">Save SMTP</Button>
</div>
</form>
);
}