feat: Implement core add-in UI and logic, establish MkDocs documentation, and update production manifest.

This commit is contained in:
2026-03-02 15:59:19 +01:00
parent ae90228011
commit 812d76e44c
6 changed files with 47 additions and 6 deletions

View File

@@ -164,8 +164,8 @@ const App: React.FC<AppProps> = () => {
{/* Footer Area with Links and Copyright */}
<div style={{ marginTop: "auto", padding: "10px", textAlign: "center", fontSize: "12px", borderTop: "1px solid #eee", width: "100%", boxSizing: "border-box" }}>
<div style={{ marginBottom: "8px" }}>
<a href="/manifest.prod.xml" download style={{ color: "#0078d4", textDecoration: "none", marginRight: "16px" }}>Prod-Manifest (.xml)</a>
<a href="/docs/" target="_blank" rel="noopener noreferrer" style={{ color: "#0078d4", textDecoration: "none" }}>Dokumentation</a>
<a href="https://docs.casademm.de/manifest.prod.xml" download style={{ color: "#0078d4", textDecoration: "none", marginRight: "16px" }}>Prod-Manifest (.xml)</a>
<a href="https://docs.casademm.de/" target="_blank" rel="noopener noreferrer" style={{ color: "#0078d4", textDecoration: "none" }}>Dokumentation</a>
</div>
<div style={{ color: "#666" }}>
&copy; {new Date().getFullYear()} Toni Martin - SAT Elektrotechnik GmbH. Alle Rechte vorbehalten.