"Refactor user mind map template updates for better user experience" (feat)
This commit is contained in:
@@ -326,6 +326,12 @@
|
||||
x-bind:class="darkMode ? 'border-gray-700/50' : 'border-gray-300/50'">
|
||||
<div id="cy" data-mindmap-id="{{ mindmap.id }}"></div>
|
||||
|
||||
<!-- Container für öffentliche Mindmap (zur Knotenübernahme) -->
|
||||
<div id="public-mindmap-container" class="hidden mt-4 border-t border-gray-300 dark:border-gray-700 pt-4" style="height: 300px;">
|
||||
<h3 class="text-lg font-semibold mb-2 text-center">Öffentliche Mindmap</h3>
|
||||
<div id="public-cy" style="width: 100%; height: 250px;"></div>
|
||||
</div>
|
||||
|
||||
<!-- Informationsanzeige für ausgewählten Knoten -->
|
||||
<div id="node-info-panel" class="node-info-panel p-4">
|
||||
<h3 class="text-xl font-bold gradient-text mb-2">Knotendetails</h3>
|
||||
|
||||
Reference in New Issue
Block a user