repo: remove cross-project DockDeck Stitch input
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 11s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s
GeoIntel release gates / AI image, SBOM and container scan (push) Canceled after 0s
GeoIntel release gates / Compile, test, contracts and builds (push) Canceled after 11s
GeoIntel release gates / Python and npm vulnerability policy (push) Canceled after 0s
GeoIntel release gates / GIS image, SBOM and container scan (push) Canceled after 0s
GeoIntel release gates / AI image, SBOM and container scan (push) Canceled after 0s
This commit is contained in:
-348
@@ -1,348 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html class="dark" lang="nl"><head>
|
||||
<meta charset="utf-8"/>
|
||||
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
|
||||
<script src="https://cdn.tailwindcss.com?plugins=forms,container-queries"></script>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
|
||||
<link href="https://cdn.jsdelivr.net/npm/geist@1.3.0/dist/fonts/geist-sans/style.css" rel="stylesheet"/>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap" rel="stylesheet"/>
|
||||
<script id="tailwind-config">
|
||||
tailwind.config = {
|
||||
darkMode: "class",
|
||||
theme: {
|
||||
extend: {
|
||||
"colors": {
|
||||
"background": "#0b1326",
|
||||
"on-tertiary-fixed": "#07006c",
|
||||
"inverse-on-surface": "#283044",
|
||||
"error-container": "#93000a",
|
||||
"on-surface-variant": "#c6c5d5",
|
||||
"secondary-container": "#00a572",
|
||||
"inverse-surface": "#dbe2fd",
|
||||
"on-secondary-container": "#00311f",
|
||||
"on-error-container": "#ffdad6",
|
||||
"secondary-fixed": "#6ffbbe",
|
||||
"primary-fixed": "#e0e0ff",
|
||||
"on-secondary": "#003824",
|
||||
"tertiary-container": "#8689ff",
|
||||
"surface-container-lowest": "#060d20",
|
||||
"surface-container-high": "#222a3e",
|
||||
"tertiary": "#c0c1ff",
|
||||
"primary-fixed-dim": "#bdc2ff",
|
||||
"on-tertiary": "#1000a9",
|
||||
"surface-container": "#171f33",
|
||||
"on-primary-fixed": "#000767",
|
||||
"on-surface": "#dbe2fd",
|
||||
"on-error": "#690005",
|
||||
"surface-container-highest": "#2d3449",
|
||||
"on-tertiary-container": "#0f00a2",
|
||||
"on-background": "#dbe2fd",
|
||||
"secondary-fixed-dim": "#4edea3",
|
||||
"on-primary-container": "#101b8a",
|
||||
"inverse-primary": "#4953bc",
|
||||
"surface": "#0b1326",
|
||||
"on-secondary-fixed": "#002113",
|
||||
"tertiary-fixed-dim": "#c0c1ff",
|
||||
"on-tertiary-fixed-variant": "#2f2ebe",
|
||||
"primary-container": "#818cf8",
|
||||
"outline": "#908f9e",
|
||||
"on-secondary-fixed-variant": "#005236",
|
||||
"surface-dim": "#0b1326",
|
||||
"surface-bright": "#31394e",
|
||||
"outline-variant": "#454653",
|
||||
"surface-container-low": "#131b2e",
|
||||
"surface-variant": "#2d3449",
|
||||
"secondary": "#4edea3",
|
||||
"primary": "#bdc2ff",
|
||||
"on-primary": "#131e8c",
|
||||
"error": "#ffb4ab",
|
||||
"tertiary-fixed": "#e1e0ff",
|
||||
"surface-tint": "#bdc2ff",
|
||||
"on-primary-fixed-variant": "#2f3aa3"
|
||||
},
|
||||
"borderRadius": {
|
||||
"DEFAULT": "0.25rem",
|
||||
"lg": "0.5rem",
|
||||
"xl": "0.75rem",
|
||||
"full": "9999px"
|
||||
},
|
||||
"spacing": {
|
||||
"stack-md": "1rem",
|
||||
"margin-mobile": "1rem",
|
||||
"gutter": "1.5rem",
|
||||
"stack-sm": "0.5rem",
|
||||
"container-max": "1280px",
|
||||
"stack-lg": "2rem"
|
||||
},
|
||||
"fontFamily": {
|
||||
"headline-lg": ["Geist", "sans-serif"],
|
||||
"label-caps": ["Geist", "sans-serif"],
|
||||
"body-md": ["Geist", "sans-serif"],
|
||||
"headline-lg-mobile": ["Geist", "sans-serif"],
|
||||
"status-label": ["Geist", "sans-serif"],
|
||||
"headline-md": ["Geist", "sans-serif"],
|
||||
"body-sm": ["Geist", "sans-serif"]
|
||||
},
|
||||
"fontSize": {
|
||||
"headline-lg": ["32px", {"lineHeight": "40px", "letterSpacing": "-0.02em", "fontWeight": "600"}],
|
||||
"label-caps": ["12px", {"lineHeight": "16px", "letterSpacing": "0.05em", "fontWeight": "600"}],
|
||||
"body-md": ["16px", {"lineHeight": "24px", "fontWeight": "400"}],
|
||||
"headline-lg-mobile": ["24px", {"lineHeight": "32px", "letterSpacing": "-0.01em", "fontWeight": "600"}],
|
||||
"status-label": ["13px", {"lineHeight": "18px", "fontWeight": "500"}],
|
||||
"headline-md": ["20px", {"lineHeight": "28px", "fontWeight": "500"}],
|
||||
"body-sm": ["14px", {"lineHeight": "20px", "fontWeight": "400"}]
|
||||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
<style>
|
||||
body { font-family: 'Geist', sans-serif; }
|
||||
.glass-panel {
|
||||
background: rgba(23, 31, 51, 0.7);
|
||||
backdrop-filter: blur(12px);
|
||||
border: 1px solid rgba(255, 255, 255, 0.05);
|
||||
}
|
||||
.material-symbols-outlined {
|
||||
font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body class="bg-background text-on-background min-h-screen overflow-hidden flex flex-col">
|
||||
<!-- TopAppBar -->
|
||||
<header class="flex justify-between items-center px-gutter w-full h-16 bg-background border-b border-outline-variant z-50">
|
||||
<div class="flex items-center gap-4">
|
||||
<span class="font-headline-md text-headline-md font-bold text-primary">DockDeck</span>
|
||||
</div>
|
||||
<div class="flex-1 max-w-md mx-8 hidden md:block">
|
||||
<div class="relative flex items-center">
|
||||
<span class="material-symbols-outlined absolute left-3 text-on-surface-variant">search</span>
|
||||
<input class="w-full bg-surface-container-low border border-outline-variant rounded-lg py-2 pl-10 pr-4 text-body-sm focus:outline-none focus:border-primary-container transition-colors" placeholder="Zoek instellingen..." type="text"/>
|
||||
</div>
|
||||
</div>
|
||||
<div class="flex items-center gap-4">
|
||||
<button class="material-symbols-outlined text-on-surface-variant hover:text-primary transition-colors cursor-pointer">settings</button>
|
||||
</div>
|
||||
</header>
|
||||
<div class="flex flex-1 overflow-hidden">
|
||||
<!-- SideNavBar -->
|
||||
<aside class="flex flex-col p-stack-md h-full bg-surface-container border-r border-outline-variant w-64 hidden md:flex">
|
||||
<div class="mb-stack-lg">
|
||||
<h2 class="font-headline-md text-headline-md text-primary">Instellingen</h2>
|
||||
<p class="text-body-sm text-on-surface-variant">Beheer jouw omgeving</p>
|
||||
</div>
|
||||
<nav class="flex-1">
|
||||
<div class="flex items-center gap-stack-md p-stack-sm mb-1 cursor-pointer text-on-surface-variant hover:bg-surface-variant rounded-lg transition-all duration-200">
|
||||
<span class="material-symbols-outlined">settings</span>
|
||||
<span class="text-body-md">Algemeen</span>
|
||||
</div>
|
||||
<div class="flex items-center gap-stack-md p-stack-sm mb-1 cursor-pointer text-on-surface-variant hover:bg-surface-variant rounded-lg transition-all duration-200">
|
||||
<span class="material-symbols-outlined">apps</span>
|
||||
<span class="text-body-md">Apps</span>
|
||||
</div>
|
||||
<div class="flex items-center gap-stack-md p-stack-sm mb-1 cursor-pointer text-on-surface-variant hover:bg-surface-variant rounded-lg transition-all duration-200">
|
||||
<span class="material-symbols-outlined">star</span>
|
||||
<span class="text-body-md">Favorieten</span>
|
||||
</div>
|
||||
<div class="flex items-center gap-stack-md p-stack-sm mb-1 cursor-pointer text-on-surface-variant hover:bg-surface-variant rounded-lg transition-all duration-200">
|
||||
<span class="material-symbols-outlined">category</span>
|
||||
<span class="text-body-md">Categorieën</span>
|
||||
</div>
|
||||
<div class="flex items-center gap-stack-md p-stack-sm mb-1 cursor-pointer text-on-surface-variant hover:bg-surface-variant rounded-lg transition-all duration-200">
|
||||
<span class="material-symbols-outlined">palette</span>
|
||||
<span class="text-body-md">Uiterlijk</span>
|
||||
</div>
|
||||
<div class="flex items-center gap-stack-md p-stack-sm mb-1 cursor-pointer text-on-surface-variant hover:bg-surface-variant rounded-lg transition-all duration-200">
|
||||
<span class="material-symbols-outlined">extension</span>
|
||||
<span class="text-body-md">Integraties</span>
|
||||
</div>
|
||||
<!-- Active Tab -->
|
||||
<div class="flex items-center gap-stack-md p-stack-sm mb-1 cursor-pointer bg-primary-container text-on-primary-container font-medium rounded-lg">
|
||||
<span class="material-symbols-outlined">backup</span>
|
||||
<span class="text-body-md">Back-up & Herstel</span>
|
||||
</div>
|
||||
</nav>
|
||||
</aside>
|
||||
<!-- Content Canvas -->
|
||||
<main class="flex-1 overflow-y-auto bg-background p-stack-lg relative">
|
||||
<!-- Atmospheric Gradient -->
|
||||
<div class="absolute top-0 right-0 w-1/2 h-1/2 bg-primary/5 blur-[120px] rounded-full -z-10"></div>
|
||||
<div class="max-w-4xl mx-auto space-y-stack-lg">
|
||||
<!-- Header Section -->
|
||||
<header class="mb-stack-lg">
|
||||
<h1 class="font-headline-lg text-headline-lg text-on-background">Back-up & Herstel</h1>
|
||||
<p class="text-body-md text-on-surface-variant mt-2">Beveilig je configuratie door back-ups te maken of een eerdere staat te herstellen.</p>
|
||||
</header>
|
||||
<!-- Action Grid -->
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-stack-md">
|
||||
<!-- Export Box -->
|
||||
<section class="glass-panel rounded-xl p-stack-md flex flex-col justify-between hover:border-primary/20 transition-colors">
|
||||
<div>
|
||||
<div class="flex items-center gap-3 mb-4">
|
||||
<div class="w-10 h-10 rounded-lg bg-primary/10 flex items-center justify-center text-primary">
|
||||
<span class="material-symbols-outlined">download</span>
|
||||
</div>
|
||||
<h3 class="font-headline-md text-headline-md text-on-background">Configuratie exporteren</h3>
|
||||
</div>
|
||||
<p class="text-body-sm text-on-surface-variant mb-6 leading-relaxed">
|
||||
Download een volledige kopie van je huidige instellingen, dashboards en app-configuraties in JSON-formaat.
|
||||
</p>
|
||||
</div>
|
||||
<button class="w-full bg-primary-container text-on-primary-container font-medium py-3 rounded-lg hover:opacity-90 active:scale-[0.98] transition-all flex items-center justify-center gap-2">
|
||||
<span class="material-symbols-outlined text-[20px]">file_download</span>
|
||||
Download JSON
|
||||
</button>
|
||||
</section>
|
||||
<!-- Import Box -->
|
||||
<section class="glass-panel border-dashed border-2 border-outline-variant rounded-xl p-stack-md flex flex-col items-center justify-center text-center group hover:border-primary/50 transition-all cursor-pointer" id="drop-zone">
|
||||
<input class="hidden" id="file-upload" type="file"/>
|
||||
<div class="w-12 h-12 rounded-full bg-surface-container-highest flex items-center justify-center text-on-surface-variant mb-4 group-hover:text-primary transition-colors">
|
||||
<span class="material-symbols-outlined text-[32px]">upload_file</span>
|
||||
</div>
|
||||
<h3 class="font-headline-md text-headline-md text-on-background mb-1">Configuratie importeren</h3>
|
||||
<p class="text-body-sm text-on-surface-variant mb-4">
|
||||
Sleep een bestand hierheen of <span class="text-primary font-medium">klik om te uploaden</span>
|
||||
</p>
|
||||
<span class="text-[10px] text-outline font-label-caps uppercase tracking-widest">JSON BESTANDEN MAX 10MB</span>
|
||||
</section>
|
||||
</div>
|
||||
<!-- Recent Backups Table -->
|
||||
<section class="glass-panel rounded-xl overflow-hidden">
|
||||
<div class="px-stack-md py-4 border-b border-outline-variant flex justify-between items-center bg-surface-container-low/50">
|
||||
<h3 class="font-headline-md text-headline-md text-on-background">Recente back-ups</h3>
|
||||
<span class="text-body-sm text-on-surface-variant">Laatste 30 dagen</span>
|
||||
</div>
|
||||
<div class="overflow-x-auto">
|
||||
<table class="w-full text-left">
|
||||
<thead>
|
||||
<tr class="bg-surface-container-low/30 border-b border-outline-variant/30">
|
||||
<th class="px-stack-md py-3 font-label-caps text-outline uppercase">Datum</th>
|
||||
<th class="px-stack-md py-3 font-label-caps text-outline uppercase">Bestandsnaam</th>
|
||||
<th class="px-stack-md py-3 font-label-caps text-outline uppercase">Status</th>
|
||||
<th class="px-stack-md py-3 font-label-caps text-outline uppercase text-right">Actie</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody class="divide-y divide-outline-variant/10">
|
||||
<tr class="hover:bg-surface-container-highest/20 transition-colors group">
|
||||
<td class="px-stack-md py-4 text-body-sm text-on-background">Vandaag, 14:22</td>
|
||||
<td class="px-stack-md py-4 text-body-sm font-medium text-primary">dockdeck-backup-2023-10-27.json</td>
|
||||
<td class="px-stack-md py-4">
|
||||
<div class="flex items-center gap-2">
|
||||
<div class="w-2 h-2 rounded-full bg-[#10b981]"></div>
|
||||
<span class="text-status-label text-[#10b981]">Succesvol</span>
|
||||
</div>
|
||||
</td>
|
||||
<td class="px-stack-md py-4 text-right">
|
||||
<button class="material-symbols-outlined text-on-surface-variant hover:text-primary-container transition-colors">more_vert</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="hover:bg-surface-container-highest/20 transition-colors">
|
||||
<td class="px-stack-md py-4 text-body-sm text-on-background">24 okt 2023, 09:15</td>
|
||||
<td class="px-stack-md py-4 text-body-sm font-medium text-primary">dockdeck-auto-weekly.json</td>
|
||||
<td class="px-stack-md py-4">
|
||||
<div class="flex items-center gap-2">
|
||||
<div class="w-2 h-2 rounded-full bg-[#10b981]"></div>
|
||||
<span class="text-status-label text-[#10b981]">Succesvol</span>
|
||||
</div>
|
||||
</td>
|
||||
<td class="px-stack-md py-4 text-right">
|
||||
<button class="material-symbols-outlined text-on-surface-variant hover:text-primary-container transition-colors">more_vert</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="hover:bg-surface-container-highest/20 transition-colors">
|
||||
<td class="px-stack-md py-4 text-body-sm text-on-background">17 okt 2023, 10:04</td>
|
||||
<td class="px-stack-md py-4 text-body-sm font-medium text-primary">pre-update-v1.2.json</td>
|
||||
<td class="px-stack-md py-4">
|
||||
<div class="flex items-center gap-2">
|
||||
<div class="w-2 h-2 rounded-full bg-[#10b981]"></div>
|
||||
<span class="text-status-label text-[#10b981]">Succesvol</span>
|
||||
</div>
|
||||
</td>
|
||||
<td class="px-stack-md py-4 text-right">
|
||||
<button class="material-symbols-outlined text-on-surface-variant hover:text-primary-container transition-colors">more_vert</button>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="p-4 bg-surface-container-low/20 flex justify-center border-t border-outline-variant/20">
|
||||
<button class="text-body-sm text-primary hover:underline font-medium">Toon volledige geschiedenis</button>
|
||||
</div>
|
||||
</section>
|
||||
<!-- Information Alert -->
|
||||
<div class="flex gap-4 p-stack-md bg-primary-container/10 border border-primary-container/20 rounded-lg">
|
||||
<span class="material-symbols-outlined text-primary-container">info</span>
|
||||
<div>
|
||||
<h4 class="text-body-sm font-semibold text-primary-container">Automatische back-ups</h4>
|
||||
<p class="text-body-sm text-on-surface-variant mt-1">Systeemgebaseerde back-ups worden elke zondag om 03:00 uur uitgevoerd en 30 dagen bewaard.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
</div>
|
||||
<!-- Mobile Navigation -->
|
||||
<footer class="md:hidden h-16 bg-surface-container border-t border-outline-variant flex items-center justify-around px-4">
|
||||
<button class="flex flex-col items-center gap-1 text-on-surface-variant">
|
||||
<span class="material-symbols-outlined">home</span>
|
||||
<span class="text-[10px]">Home</span>
|
||||
</button>
|
||||
<button class="flex flex-col items-center gap-1 text-primary">
|
||||
<span class="material-symbols-outlined">backup</span>
|
||||
<span class="text-[10px]">Back-up</span>
|
||||
</button>
|
||||
<button class="flex flex-col items-center gap-1 text-on-surface-variant">
|
||||
<span class="material-symbols-outlined">settings</span>
|
||||
<span class="text-[10px]">Instellingen</span>
|
||||
</button>
|
||||
</footer>
|
||||
<script>
|
||||
// Micro-interactions for Drag & Drop
|
||||
const dropZone = document.getElementById('drop-zone');
|
||||
const fileInput = document.getElementById('file-upload');
|
||||
|
||||
dropZone.addEventListener('click', () => fileInput.click());
|
||||
|
||||
dropZone.addEventListener('dragover', (e) => {
|
||||
e.preventDefault();
|
||||
dropZone.classList.add('border-primary');
|
||||
dropZone.classList.add('bg-primary/5');
|
||||
});
|
||||
|
||||
dropZone.addEventListener('dragleave', () => {
|
||||
dropZone.classList.remove('border-primary');
|
||||
dropZone.classList.remove('bg-primary/5');
|
||||
});
|
||||
|
||||
dropZone.addEventListener('drop', (e) => {
|
||||
e.preventDefault();
|
||||
dropZone.classList.remove('border-primary');
|
||||
dropZone.classList.remove('bg-primary/5');
|
||||
const files = e.dataTransfer.files;
|
||||
if (files.length) {
|
||||
console.log('Bestand ontvangen:', files[0].name);
|
||||
alert(`Bestand "${files[0].name}" is klaar voor import.`);
|
||||
}
|
||||
});
|
||||
|
||||
fileInput.addEventListener('change', (e) => {
|
||||
if (e.target.files.length) {
|
||||
alert(`Bestand "${e.target.files[0].name}" geselecteerd.`);
|
||||
}
|
||||
});
|
||||
|
||||
// Simple Fade-in animation
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
const sections = document.querySelectorAll('section');
|
||||
sections.forEach((s, i) => {
|
||||
s.style.opacity = '0';
|
||||
s.style.transform = 'translateY(10px)';
|
||||
s.style.transition = `all 0.5s ease ${i * 0.1}s`;
|
||||
setTimeout(() => {
|
||||
s.style.opacity = '1';
|
||||
s.style.transform = 'translateY(0)';
|
||||
}, 50);
|
||||
});
|
||||
});
|
||||
</script>
|
||||
</body></html>
|
||||
Reference in New Issue
Block a user