fix
This commit is contained in:
parent
3961179878
commit
9c17f4e285
2 changed files with 14 additions and 14 deletions
|
@ -33,12 +33,12 @@
|
||||||
<hr class="mt-2 mb-1.5 border-t border-black h-1 shadow-inset-t-white-05"/>
|
<hr class="mt-2 mb-1.5 border-t border-black h-1 shadow-inset-t-white-05"/>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="dropdown-item block w-full text-left px-4 py-2 text-sm text-gray-200 bg-gradient-to-t hover:from-red-800 hover:to-red-700 hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-t focus:from-red-800 focus:to-red-700" href="/@me">
|
<a class="dropdown-item dropdown-item-primary" href="/@me">
|
||||||
<i class="fas fa-user fa-sm fa-fw mr-4"></i>Profile
|
<i class="fas fa-user fa-sm fa-fw mr-4"></i>Profile
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="dropdown-item block w-full text-left px-4 py-2 text-sm text-gray-200 bg-gradient-to-t hover:from-red-800 hover:to-red-700 hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-t focus:from-red-800 focus:to-red-700" href="/notifications{% if v.notifications_count and v.notifications_count == v.post_notifications_count %}?posts=true{% endif %}">
|
<a class="dropdown-item dropdown-item-primary" href="/notifications{% if v.notifications_count and v.notifications_count == v.post_notifications_count %}?posts=true{% endif %}">
|
||||||
<i class="fas fa-envelope fa-sm fa-fw mr-4"></i>Inbox
|
<i class="fas fa-envelope fa-sm fa-fw mr-4"></i>Inbox
|
||||||
{% if v.notifications_count %}<span class="text-red-500">{{ v.notifications_count }}</span>{% endif %}
|
{% if v.notifications_count %}<span class="text-red-500">{{ v.notifications_count }}</span>{% endif %}
|
||||||
</a>
|
</a>
|
||||||
|
@ -47,12 +47,12 @@
|
||||||
<hr class="mt-2 mb-1.5 border-t border-black h-1 shadow-inset-t-white-05"/>
|
<hr class="mt-2 mb-1.5 border-t border-black h-1 shadow-inset-t-white-05"/>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="dropdown-item block w-full text-left px-4 py-2 text-sm text-gray-200 bg-gradient-to-t hover:from-red-800 hover:to-red-700 hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-t focus:from-red-800 focus:to-red-700" href="/@{{ v.username }}">
|
<a class="dropdown-item dropdown-item-primary" href="/@{{ v.username }}">
|
||||||
<i class="fas fa-pen fa-sm fa-fw mr-4"></i>Posts
|
<i class="fas fa-pen fa-sm fa-fw mr-4"></i>Posts
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="dropdown-item block w-full text-left px-4 py-2 text-sm text-gray-200 bg-gradient-to-t hover:from-red-800 hover:to-red-700 hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-t focus:from-red-800 focus:to-red-700" href="/@{{ v.username }}/comments">
|
<a class="dropdown-item dropdown-item-primary" href="/@{{ v.username }}/comments">
|
||||||
<i class="fas fa-comments-alt fa-sm fa-fw mr-4"></i>Comments
|
<i class="fas fa-comments-alt fa-sm fa-fw mr-4"></i>Comments
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -65,7 +65,7 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="dropdown-item block w-full text-left px-4 py-2 text-sm text-gray-200 bg-gradient-to-t hover:from-red-800 hover:to-red-700 hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-t focus:from-red-800 focus:to-red-700" href="/settings">
|
<a class="dropdown-item dropdown-item-primary" href="/settings">
|
||||||
<i class="fas fa-cog fa-sm fa-fw mr-4"></i>Settings
|
<i class="fas fa-cog fa-sm fa-fw mr-4"></i>Settings
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
<hr class="mt-2 mb-1.5 border-t border-black h-1 shadow-inset-t-white-05"/>
|
<hr class="mt-2 mb-1.5 border-t border-black h-1 shadow-inset-t-white-05"/>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<button class="dropdown-item block w-full text-left px-4 py-2 text-sm text-gray-200 bg-gradient-to-t hover:from-red-800 hover:to-red-700 hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-t focus:from-red-800 focus:to-red-700" data-bs-toggle="modal" data-bs-target="#themePickerModal">
|
<button class="dropdown-item dropdown-item-primary" data-bs-toggle="modal" data-bs-target="#themePickerModal">
|
||||||
<i class="fas fa-paint-brush fa-sm fa-fw mr-4"></i>Pick theme
|
<i class="fas fa-paint-brush fa-sm fa-fw mr-4"></i>Pick theme
|
||||||
</button>
|
</button>
|
||||||
</li>
|
</li>
|
||||||
|
@ -81,7 +81,7 @@
|
||||||
<hr class="mt-2 mb-1.5 border-t border-black h-1 shadow-inset-t-white-05"/>
|
<hr class="mt-2 mb-1.5 border-t border-black h-1 shadow-inset-t-white-05"/>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<button class="dropdown-item block w-full text-left px-4 py-2 text-sm text-gray-200 bg-gradient-to-t hover:from-red-800 hover:to-red-700 hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-t focus:from-red-800 focus:to-red-700" onclick="post_toast('/logout', '1')">
|
<button class="dropdown-item dropdown-item-primary" onclick="post_toast('/logout', '1')">
|
||||||
<i class="fas fa-power-off fa-sm fa-fw mr-4"></i>Log out
|
<i class="fas fa-power-off fa-sm fa-fw mr-4"></i>Log out
|
||||||
</button>
|
</button>
|
||||||
</li>
|
</li>
|
||||||
|
|
|
@ -4,32 +4,32 @@
|
||||||
</button>
|
</button>
|
||||||
<ul class="dropdown-menu w-56 bg-gray-900 rounded-md shadow-lg" aria-labelledby="dropdownProfile-Actions">
|
<ul class="dropdown-menu w-56 bg-gray-900 rounded-md shadow-lg" aria-labelledby="dropdownProfile-Actions">
|
||||||
<li>
|
<li>
|
||||||
<a class="dropdown-item block w-full text-left px-4 py-2 text-sm text-gray-200 bg-gradient-to-t hover:from-red-800 hover:to-red-700 hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-t focus:from-red-800 focus:to-red-700" href="/@{{ u.username }}/upvoters">
|
<a class="dropdown-item dropdown-item-primary" href="/@{{ u.username }}/upvoters">
|
||||||
<i class="fas fa-kiss-wink-heart fa-sm fa-fw mr-4"></i>
|
<i class="fas fa-kiss-wink-heart fa-sm fa-fw mr-4"></i>
|
||||||
Simps
|
Simps
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="dropdown-item block w-full text-left px-4 py-2 text-sm text-gray-200 bg-gradient-to-t hover:from-red-800 hover:to-red-700 hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-t focus:from-red-800 focus:to-red-700" href="/@{{ u.username }}/downvoters">
|
<a class="dropdown-item dropdown-item-primary" href="/@{{ u.username }}/downvoters">
|
||||||
<i class="fas fa-tired fa-sm fa-fw mr-4"></i>
|
<i class="fas fa-tired fa-sm fa-fw mr-4"></i>
|
||||||
Haters
|
Haters
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="dropdown-item block w-full text-left px-4 py-2 text-sm text-gray-200 bg-gradient-to-t hover:from-red-800 hover:to-red-700 hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-t focus:from-red-800 focus:to-red-700" href="/@{{ u.username }}/upvoting">
|
<a class="dropdown-item dropdown-item-primary" href="/@{{ u.username }}/upvoting">
|
||||||
<i class="fas fa-grin-hearts fa-sm fa-fw mr-4"></i>
|
<i class="fas fa-grin-hearts fa-sm fa-fw mr-4"></i>
|
||||||
Simps for
|
Simps for
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a class="dropdown-item block w-full text-left px-4 py-2 text-sm text-gray-200 bg-gradient-to-t hover:from-red-800 hover:to-red-700 hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-t focus:from-red-800 focus:to-red-700" href="/@{{ u.username }}/downvoting">
|
<a class="dropdown-item dropdown-item-primary" href="/@{{ u.username }}/downvoting">
|
||||||
<i class="fas fa-angry fa-sm fa-fw mr-4"></i>
|
<i class="fas fa-angry fa-sm fa-fw mr-4"></i>
|
||||||
Hates
|
Hates
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{% if v and v.id == u.id %}
|
{% if v and v.id == u.id %}
|
||||||
<li>
|
<li>
|
||||||
<a class="dropdown-item block w-full text-left px-4 py-2 text-sm text-gray-200 bg-gradient-to-t hover:from-red-800 hover:to-red-700 hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-t focus:from-red-800 focus:to-red-700" href="/views">
|
<a class="dropdown-item dropdown-item-primary" href="/views">
|
||||||
<i class="fas fa-binoculars fa-sm fa-fw mr-4"></i>
|
<i class="fas fa-binoculars fa-sm fa-fw mr-4"></i>
|
||||||
Profile views
|
Profile views
|
||||||
</a>
|
</a>
|
||||||
|
@ -40,13 +40,13 @@
|
||||||
<hr class="mt-2 mb-1.5 border-t border-black h-1 shadow-inset-t-white-05"/>
|
<hr class="mt-2 mb-1.5 border-t border-black h-1 shadow-inset-t-white-05"/>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<button class="dropdown-item block w-full text-left px-4 py-2 text-sm text-gray-200 bg-gradient-to-t hover:from-red-800 hover:to-red-700 hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-t focus:from-red-800 focus:to-red-700" onclick="post_toast('/@{{u.username}}/suicide')">
|
<button class="dropdown-item dropdown-item-primary" onclick="post_toast('/@{{u.username}}/suicide')">
|
||||||
<i class="fas fa-briefcase-medical fa-sm fa-fw mr-4"></i>
|
<i class="fas fa-briefcase-medical fa-sm fa-fw mr-4"></i>
|
||||||
Get them help
|
Get them help
|
||||||
</button>
|
</button>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<button class="dropdown-item block w-full text-left px-4 py-2 text-sm text-gray-200 bg-gradient-to-t hover:from-red-800 hover:to-red-700 hover:shadow-inner focus:shadow-inner focus:bg-gradient-to-t focus:from-red-800 focus:to-red-700" data-bs-toggle="modal" data-bs-target="#giftCoinsModal">
|
<button class="dropdown-item dropdown-item-primary" data-bs-toggle="modal" data-bs-target="#giftCoinsModal">
|
||||||
<i class="fas fa-gift fa-sm fa-fw mr-4"></i>
|
<i class="fas fa-gift fa-sm fa-fw mr-4"></i>
|
||||||
Gift {{'COINS_NAME' | app_config}}
|
Gift {{'COINS_NAME' | app_config}}
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue