feat: enhance UI and functionality for mindmap creation and profile pages

This commit is contained in:
2025-05-02 18:31:25 +02:00
parent 54aa246b79
commit 742e3fda20
5 changed files with 1091 additions and 15 deletions

View File

@@ -627,7 +627,7 @@
<div class="text-center py-12">
<i class="fas fa-lightbulb text-5xl text-gray-400 mb-4"></i>
<p class="text-gray-500">Noch keine Gedanken erstellt</p>
<a href="{{ url_for('get_thought') }}" class="mt-4 inline-block px-4 py-2 bg-purple-600 text-white rounded-lg">Ersten Gedanken erstellen</a>
<a href="{{ url_for('add_thought') }}" class="mt-4 inline-block px-4 py-2 bg-purple-600 text-white rounded-lg hover:bg-purple-700 transition-colors">Ersten Gedanken erstellen</a>
</div>
{% endif %}
</div>