✨ feat: update environment config and add community preview template
This commit is contained in:
@@ -278,11 +278,11 @@
|
||||
: '{{ 'nav-link-light-active' if request.endpoint == 'mindmap' else 'nav-link-light' }}'">
|
||||
<i class="fa-solid fa-diagram-project mr-2"></i>Mindmap
|
||||
</a>
|
||||
<a href="{{ url_for('community') }}"
|
||||
<a href="{{ url_for('forum') }}"
|
||||
class="nav-link flex items-center"
|
||||
x-bind:class="darkMode
|
||||
? '{{ 'nav-link-active' if request.endpoint == 'community' else '' }}'
|
||||
: '{{ 'nav-link-light-active' if request.endpoint == 'community' else 'nav-link-light' }}'">
|
||||
? '{{ 'nav-link-active' if request.endpoint == 'forum' else '' }}'
|
||||
: '{{ 'nav-link-light-active' if request.endpoint == 'forum' else 'nav-link-light' }}'">
|
||||
<i class="fa-solid fa-users mr-2"></i>Community
|
||||
</a>
|
||||
<a href="{{ url_for('search_thoughts_page') }}"
|
||||
@@ -456,11 +456,11 @@
|
||||
: '{{ 'bg-purple-500/10 text-gray-900' if request.endpoint == 'mindmap' else 'text-gray-700 hover:bg-gray-100 hover:text-gray-900' }}'">
|
||||
<i class="fa-solid fa-diagram-project w-5 mr-3"></i>Mindmap
|
||||
</a>
|
||||
<a href="{{ url_for('community') }}"
|
||||
<a href="{{ url_for('forum') }}"
|
||||
class="block py-3.5 px-4 rounded-xl transition-all duration-200 flex items-center"
|
||||
x-bind:class="darkMode
|
||||
? '{{ 'bg-purple-500/20 text-white' if request.endpoint == 'community' else 'text-white/80 hover:bg-gray-800/80 hover:text-white' }}'
|
||||
: '{{ 'bg-purple-500/10 text-gray-900' if request.endpoint == 'community' else 'text-gray-700 hover:bg-gray-100 hover:text-gray-900' }}'">
|
||||
? '{{ 'bg-purple-500/20 text-white' if request.endpoint == 'forum' else 'text-white/80 hover:bg-gray-800/80 hover:text-white' }}'
|
||||
: '{{ 'bg-purple-500/10 text-gray-900' if request.endpoint == 'forum' else 'text-gray-700 hover:bg-gray-100 hover:text-gray-900' }}'">
|
||||
<i class="fa-solid fa-users w-5 mr-3"></i>Community
|
||||
</a>
|
||||
<a href="{{ url_for('search_thoughts_page') }}"
|
||||
@@ -541,7 +541,7 @@
|
||||
:class="darkMode ? 'text-gray-300 hover:text-white' : 'text-gray-600 hover:text-gray-900'">
|
||||
Mindmap
|
||||
</a>
|
||||
<a href="{{ url_for('community') }}" class="text-sm transition-all duration-200"
|
||||
<a href="{{ url_for('forum') }}" class="text-sm transition-all duration-200"
|
||||
:class="darkMode ? 'text-gray-300 hover:text-white' : 'text-gray-600 hover:text-gray-900'">
|
||||
Community
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user