|
|
b5300f74bd
|
Update compiled Python files in __pycache__ for models and utils modules
|
2025-04-29 20:35:23 +01:00 |
|
|
|
6a53e621ca
|
''Über Uns''
|
2025-04-29 20:31:02 +01:00 |
|
|
|
c513666391
|
Refactor nodeCount to config object" Explanation: This commit message follows the Conventional C...
|
2025-04-29 20:11:43 +02:00 |
|
|
|
817ddd98e9
|
chore: Änderungen commited
|
2025-04-29 20:08:12 +02:00 |
|
|
|
bfce2fc7b7
|
chore: Änderungen commited
|
2025-04-29 20:06:29 +02:00 |
|
|
|
efbcd567ee
|
chore: Änderungen commited
|
2025-04-29 20:04:32 +02:00 |
|
|
|
a873765d08
|
feat: Implement smooth animation with adjustable pulse and flow speeds
|
2025-04-29 20:02:51 +02:00 |
|
|
|
efbcadb95a
|
chore: Änderungen commited
|
2025-04-29 20:00:58 +02:00 |
|
|
|
da3ccaffe9
|
Refactor nodeCount configuration in NeuralNetworkBackground.js
|
2025-04-29 19:59:09 +02:00 |
|
|
|
f4e04573bd
|
chore: Änderungen commited
|
2025-04-29 19:57:44 +02:00 |
|
|
|
aa253f3871
|
chore: Änderungen commited
|
2025-04-29 19:27:29 +02:00 |
|
|
|
d307763007
|
Aktualisiere die Konfiguration der neuronalen Netzwerk-Hintergrundanimation in neural-network-background.js, um die Anzahl der Knoten, Variationen, Geschwindigkeiten und Sichtbarkeiten anzupassen. Füge neue Parameter für aktive Flows und Flussweiterleitung hinzu, um die Animation dynamischer zu gestalten. Optimiere die Logik zur Verwaltung aktiver Flows und verbessere die Sichtbarkeit von Verbindungen für ein flüssigeres Benutzererlebnis.
|
2025-04-29 15:19:33 +02:00 |
|
|
|
d7e6912e08
|
Aktualisiere die Umgebungsvariablen in .env mit neuen Werten für SECRET_KEY und OPENAI_API_KEY. Entferne die alte Instanz von systades.db und aktualisiere die neuronale Netzwerk-Hintergrundanimation in neural-network-background.js mit verbesserten visuellen Effekten, einschließlich einer neuen Zickzack-Bewegung für Blitze und subtileren Glüheffekten. Implementiere eine sanftere Ausblendanimation für das Canvas-Element und verbessere die Funkenanimationen. Optimiere die Cluster-Generierung und -Verteilung für eine flüssigere Benutzererfahrung.
|
2025-04-29 14:58:54 +02:00 |
|
|
|
ffe96074f4
|
Verbessere die Funktionalität des neuronalen Netzwerk-Hintergrunds in neural-network-background.js durch die Einführung einer flexiblen Konfigurationsstruktur, die benutzerdefinierte Optionen unterstützt. Optimiere die Cluster-Generierung und -Verteilung, verbessere die Verbindungslogik zwischen Knoten und implementiere erweiterte Fehlerbehandlung in den API-Funktionen in mindmap.js. Füge Fallback-Knoten hinzu, um die Benutzererfahrung zu verbessern, und implementiere visuelle Rückmeldungen für die Initialisierung der Mindmap.
|
2025-04-29 12:32:18 +02:00 |
|
|
|
63f45abb3e
|
background, mindmap
|
2025-04-29 10:27:07 +02:00 |
|
|
|
0852ea070b
|
Add Flask-CORS and SocketIO for real-time updates, refactor database handling to use a temporary Flask app; improve error handling with @app.errorhandler decorators.
|
2025-04-28 15:21:11 +02:00 |
|
|
|
7a0533ac09
|
Verbessere die Funktionalität des Chat-Assistenten in app.py: Aktualisiere die Systemnachricht mit spezifischen Informationen zur Systades-Wissensdatenbank und erweitere die API-Nachrichtenformatierung. Füge Unterstützung für ausgewählte Elemente aus der Datenbank hinzu und erhöhe die maximale Tokenanzahl für detailliertere Antworten. Implementiere eine neue JavaScript-Datei für eine neuronale Netzwerk-Hintergrundanimation und verbessere die CSS-Stile für den Light Mode. Optimiere die Benutzeroberfläche und die Lesbarkeit in beiden Modi. Aktualisiere die Grundstile für eine konsistente Darstellung.
|
2025-04-28 14:49:02 +02:00 |
|
|
|
65c44ab371
|
Refactor node relationship handling in app.py and introduce new routes for thoughts association with nodes.
|
2025-04-28 13:20:41 +02:00 |
|
|
|
6aa3780a96
|
Enhance MindMapVisualization functionality: Implement connection count updates for nodes upon data processing and fallback scenarios. Refactor connected node retrieval methods to improve safety and reliability by ensuring valid node IDs. Introduce a new method for checking links between nodes, enhancing overall robustness of the mind map visualization logic.
|
2025-04-27 18:16:09 +02:00 |
|
|
|
4f6aea8e20
|
Update neural network background animation: Enhance color visibility and node dynamics for improved visual effects. Introduce clustering for node positioning and optimize connection rendering with increased opacity and strength. Remove old database file and update systades.db for better data management.
|
2025-04-27 17:57:04 +02:00 |
|
|
|
7eb958f3c8
|
Update app.py and COMMON_ERRORS.md for improved clarity and functionality: Correct the comment in app.py from "Kontext-Prozessor" to "Context-Prozessor" for better understanding. Enhance COMMON_ERRORS.md by adding new common errors and solutions related to TypeScript usage, OAuth implementation, and neural network background animation issues. Update mindmap page scripts to ensure proper global availability of functions and improve error handling for user notifications. Adjust template references for Tailwind CSS and Alpine.js to support both CDN and local versions, ensuring better resource loading and compatibility.
|
2025-04-27 17:14:48 +02:00 |
|
|
|
4a3092a4d2
|
Update OpenAI API key and enhance app functionality: Replace the OpenAI API key in the .env file for improved access. Refactor app.py to include error handling for missing API keys and implement dark mode functionality with session management. Update README.md to reflect the use of Tailwind CSS via CDN and document the Content Security Policy (CSP) adjustments. Enhance mindmap data loading with a new API endpoint for refreshing data, ensuring better user experience during database connection issues. Update styles and templates for improved UI consistency and responsiveness.
|
2025-04-27 16:56:16 +02:00 |
|
|
|
968515ce2b
|
Overhaul website to modernize design, integrate SVG visualizations, and enhance KI functionality; update documentation for MindMapProjekt.
|
2025-04-27 15:09:29 +02:00 |
|