-
📊
-
Keine Timeline verfügbar
-
- Lade eine Projektkonfiguration oder CSV-Datei um zu beginnen.
-
+
+
+
+
+
+
+
+
+
+
+
+
+
📊
+
Keine Timeline verfügbar
+
+ Lade eine Projektkonfiguration oder CSV-Datei um zu beginnen.
+
+
@@ -245,6 +333,12 @@
console.log("Event handlers set up");
}
+ // Initialize zoom functionality
+ if (window.svgViewer && typeof window.svgViewer.initializeZoom === 'function') {
+ window.svgViewer.initializeZoom();
+ console.log("SVG zoom initialized");
+ }
+
// Ensure engines are loaded before auto-loading
function tryAutoLoad() {
if (window.timelineEngine && window.timelineGenerator) {
diff --git a/my-project/project.json b/my-project/project.json
index a38055f..3423cd0 100644
--- a/my-project/project.json
+++ b/my-project/project.json
@@ -10,7 +10,7 @@
"fieldMapping": {
"id": "Schlüssel",
"title": "Zusammenfassung",
- "lane": "Übergeordnet",
+ "lane": "Status",
"due": [
"Abgeleitetes Fälligkeitsdatum",
"Fälligkeitsdatum"
diff --git a/my-project/style.css b/my-project/style.css
index ac96614..ba9fcf7 100644
--- a/my-project/style.css
+++ b/my-project/style.css
@@ -1 +1,64 @@
-body { background:#f5f7fa; }
+/* My Project Blue Theme */
+/* This CSS demonstrates successful external stylesheet loading */
+
+body {
+ background: #1a2332 !important;
+}
+
+#projectName {
+ color: #3b82f6 !important;
+ border-bottom: 2px solid #3b82f6;
+ padding-bottom: 8px;
+}
+
+#projectSubtitle {
+ color: #60a5fa !important;
+}
+
+/* File Manager Override */
+#fileManager {
+ background: #1e293b !important;
+ border-color: #3b82f6 !important;
+}
+
+#fileManager h3 {
+ color: #60a5fa !important;
+}
+
+.file-item {
+ background: #334155 !important;
+ border-color: #3b82f6 !important;
+}
+
+.file-item:hover {
+ border-color: #60a5fa !important;
+ box-shadow: 0 2px 8px rgba(59, 130, 246, 0.2) !important;
+}
+
+.file-label {
+ color: #60a5fa !important;
+}
+
+.upload-btn {
+ background: #3b82f6 !important;
+}
+
+.upload-btn:hover {
+ background: #2563eb !important;
+}
+
+/* Buttons */
+button {
+ background: #3b82f6 !important;
+}
+
+button:hover:not(:disabled) {
+ background: #60a5fa !important;
+}
+
+/* Viewer */
+#viewer {
+ background: #334155 !important;
+ border-color: #3b82f6 !important;
+ color: #f1f5f9 !important;
+}
diff --git a/my-project/template.svg b/my-project/template.svg
index 91cc643..aa99d8f 100644
--- a/my-project/template.svg
+++ b/my-project/template.svg
@@ -1,5 +1,50 @@
-