mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-24 17:48:41 +02:00
feat: more changes and fixes
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{% load active_link %}
|
{% load active_link %}
|
||||||
<li>
|
<li>
|
||||||
<a href="{% url url %}"
|
<a href="{% url url %}"
|
||||||
class="lg:text-sm flex items-center no-underline ps-3 p-2 rounded-box sidebar-item {% active_link views=active css_class="sidebar-active" %}"
|
class="text-xs flex items-center no-underline ps-3 p-2 rounded-box sidebar-item {% active_link views=active css_class="sidebar-active" %}"
|
||||||
{% if tooltip %}
|
{% if tooltip %}
|
||||||
data-tippy-placement="right"
|
data-tippy-placement="right"
|
||||||
data-tippy-content="{{ tooltip }}"
|
data-tippy-content="{{ tooltip }}"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<li>
|
<li>
|
||||||
<a href="{{ url }}"
|
<a href="{{ url }}"
|
||||||
hx-boost="false"
|
hx-boost="false"
|
||||||
class="lg:text-sm flex items-center no-underline ps-3 p-2 rounded-3xl sidebar-item {% active_link views=active css_class="sidebar-active" %}"
|
class="text-xs flex items-center no-underline ps-3 p-2 rounded-3xl sidebar-item {% active_link views=active css_class="sidebar-active" %}"
|
||||||
{% if tooltip %}
|
{% if tooltip %}
|
||||||
data-tippy-placement="right"
|
data-tippy-placement="right"
|
||||||
data-tippy-content="{{ tooltip }}"
|
data-tippy-content="{{ tooltip }}"
|
||||||
|
|||||||
@@ -44,7 +44,7 @@
|
|||||||
aria-label={% translate 'Close' %}><i class="fa-solid fa-xmark"></i></button>
|
aria-label={% translate 'Close' %}><i class="fa-solid fa-xmark"></i></button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="list-none p-3 flex flex-col gap-1 whitespace-nowrap lg:group-hover:animate-[disable-pointer-events] overflow-y-auto overflow-x-hidden"
|
<ul class="list-none p-3 flex flex-col gap-1 whitespace-nowrap lg:group-hover:animate-[disable-pointer-events] overflow-y-auto lg:overflow-y-hidden lg:hover:overflow-y-auto overflow-x-hidden"
|
||||||
style="animation-duration: 100ms">
|
style="animation-duration: 100ms">
|
||||||
|
|
||||||
<c-components.sidebar-menu-item
|
<c-components.sidebar-menu-item
|
||||||
@@ -142,7 +142,7 @@
|
|||||||
data-bs-target="#collapsible-panel"
|
data-bs-target="#collapsible-panel"
|
||||||
aria-expanded="false"
|
aria-expanded="false"
|
||||||
aria-controls="collapsible-panel"
|
aria-controls="collapsible-panel"
|
||||||
class="lg:text-sm flex items-center no-underline ps-3 p-2 rounded-box sidebar-item cursor-pointer {% active_link views='tags_index||entities_index||categories_index||accounts_index||account_groups_index||currencies_index||exchange_rates_index||rules_index||import_profiles_index||automatic_exchange_rates_index||export_index||users_index' css_class="sidebar-active" %}">
|
class="text-xs flex items-center no-underline ps-3 p-2 rounded-box sidebar-item cursor-pointer {% active_link views='tags_index||entities_index||categories_index||accounts_index||account_groups_index||currencies_index||exchange_rates_index||rules_index||import_profiles_index||automatic_exchange_rates_index||export_index||users_index' css_class="sidebar-active" %}">
|
||||||
<i class="fa-solid fa-toolbox fa-fw"></i>
|
<i class="fa-solid fa-toolbox fa-fw"></i>
|
||||||
<span class="ml-3 font-medium lg:group-hover:truncate lg:group-focus:truncate lg:group-hover:text-ellipsis lg:group-focus:text-ellipsis">
|
<span class="ml-3 font-medium lg:group-hover:truncate lg:group-focus:truncate lg:group-hover:text-ellipsis lg:group-focus:text-ellipsis">
|
||||||
{% translate 'Management' %}
|
{% translate 'Management' %}
|
||||||
@@ -170,7 +170,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<ul class="list-none p-3 flex flex-col gap-1 whitespace-nowrap lg:group-hover:animate-[disable-pointer-events] overflow-y-auto overflow-x-hidden"
|
<ul class="list-none p-3 flex flex-col gap-1 whitespace-nowrap lg:group-hover:animate-[disable-pointer-events] overflow-y-auto lg:overflow-y-hidden lg:hover:overflow-y-auto overflow-x-hidden"
|
||||||
style="animation-duration: 100ms">
|
style="animation-duration: 100ms">
|
||||||
<c-components.sidebar-menu-header title="{% translate 'Transactions' %}"></c-components.sidebar-menu-header>
|
<c-components.sidebar-menu-header title="{% translate 'Transactions' %}"></c-components.sidebar-menu-header>
|
||||||
<c-components.sidebar-menu-item
|
<c-components.sidebar-menu-item
|
||||||
|
|||||||
Reference in New Issue
Block a user