accrete 0.0.105__py3-none-any.whl → 0.0.106__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- accrete/contrib/ui/templates/ui/layout.html +9 -5
- {accrete-0.0.105.dist-info → accrete-0.0.106.dist-info}/METADATA +1 -1
- {accrete-0.0.105.dist-info → accrete-0.0.106.dist-info}/RECORD +5 -5
- {accrete-0.0.105.dist-info → accrete-0.0.106.dist-info}/WHEEL +0 -0
- {accrete-0.0.105.dist-info → accrete-0.0.106.dist-info}/licenses/LICENSE +0 -0
@@ -35,13 +35,16 @@
|
|
35
35
|
</head>
|
36
36
|
|
37
37
|
{% block body %}
|
38
|
-
<body hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}' data-tenant-id="{{ tenant.id }}" hx-boost="true" hx-history="false">
|
38
|
+
<body hx-headers='{"X-CSRFToken": "{{ csrf_token }}"}' data-tenant-id="{{ tenant.id }}" hx-boost="true" hx-history="false" x-data="{ showPanel: false, openPanel() { this.showPanel = window.innerWidth >= 1216 } }">
|
39
39
|
<nav id="navbar" class="navbar is-success is-fixed-top" role="navigation" aria-label="main navigation">
|
40
40
|
<div class="navbar-brand">
|
41
|
-
<div class="navbar-item is-hidden-widescreen
|
42
|
-
<button
|
41
|
+
<div class="navbar-item is-hidden-widescreen pr-2" x-on:click="$dispatch('toggle-panel')">
|
42
|
+
<button>
|
43
|
+
<i class="fa fa-indent" x-show="!showPanel"></i>
|
44
|
+
<i class="fa fa-outdent" x-show="showPanel"></i>
|
45
|
+
</button>
|
43
46
|
</div>
|
44
|
-
<div class="navbar-item is-unselectable"
|
47
|
+
<div class="navbar-item is-unselectable pl-0"
|
45
48
|
onclick="document.getElementById('tenant-quick-switch').classList.toggle('is-invisible')"
|
46
49
|
>
|
47
50
|
{{ request.tenant.name }}
|
@@ -50,6 +53,7 @@
|
|
50
53
|
<a id="navbar-burger" role="button" class="navbar-burger"
|
51
54
|
aria-label="menu" aria-expanded="false"
|
52
55
|
onclick="this.classList.toggle('is-active'); document.getElementById('navbar-menu').classList.toggle('is-active');"
|
56
|
+
x-on:click="showPanel = false"
|
53
57
|
>
|
54
58
|
{# Display hamburger menu on mobile #}
|
55
59
|
<span aria-hidden="true"></span>
|
@@ -85,7 +89,7 @@
|
|
85
89
|
</nav>
|
86
90
|
|
87
91
|
<div class="is-flex" style="padding-top: var(--bulma-navbar-height); height: 100svh;"
|
88
|
-
|
92
|
+
|
89
93
|
x-init="openPanel();"
|
90
94
|
>
|
91
95
|
<div x-show="showPanel">
|
@@ -303,7 +303,7 @@ accrete/contrib/ui/templates/django/forms/widgets/select.html,sha256=uSfDpOQox2m
|
|
303
303
|
accrete/contrib/ui/templates/django/forms/widgets/text.html,sha256=MSmLlQc7PsPoDLVtTOOiWNprrsPriNr712yFxaHyDIo,47
|
304
304
|
accrete/contrib/ui/templates/django/forms/widgets/textarea.html,sha256=c9BTedqb3IkXLyVYd0p9pR8DFnsXCNGoxVBWZTk_Fic,278
|
305
305
|
accrete/contrib/ui/templates/ui/content_right.html,sha256=XUF1tYpSKfO9FleYtJ2QmWPmwdLYxLHXdBLRa-BrFUs,221
|
306
|
-
accrete/contrib/ui/templates/ui/layout.html,sha256=
|
306
|
+
accrete/contrib/ui/templates/ui/layout.html,sha256=v7J-hK1MYygiEATfE26ldjtiWksnGVsVFeEPJS-20cU,11683
|
307
307
|
accrete/contrib/ui/templates/ui/list.html,sha256=mXsTQdGXJUQ4qe1_QIU2uCcy5KHSEnueJPA_cb1NY0M,2247
|
308
308
|
accrete/contrib/ui/templates/ui/list_update.html,sha256=mLQTCgkKfVI5jrgei-Upc1u87iXL0Q63uLzXHPwMyeo,110
|
309
309
|
accrete/contrib/ui/templates/ui/message.html,sha256=t3bZ5EE7IgQYJroCdLKFeUkZiNbgKkErVYQm6Y3IKpg,532
|
@@ -364,7 +364,7 @@ accrete/utils/forms.py,sha256=IvxbXNpSd4a-JBgsTJhs2GHe-DCRWX-xnVPRcoiCzbI,3104
|
|
364
364
|
accrete/utils/log.py,sha256=BH0MBDweAjx30wGBO4F3sFhbgkSoEs7T1lLLjlYZNnA,407
|
365
365
|
accrete/utils/models.py,sha256=2xTacvcpmDK_Bp4rAK7JdVLf8HU009LYNJ6eSpMgYZI,1014
|
366
366
|
accrete/utils/views.py,sha256=AutijWetWGgjdO1PNc4gxCblT-i1fAfldNDFRbO9Sac,5012
|
367
|
-
accrete-0.0.
|
368
|
-
accrete-0.0.
|
369
|
-
accrete-0.0.
|
370
|
-
accrete-0.0.
|
367
|
+
accrete-0.0.106.dist-info/METADATA,sha256=0LLsOH_aNzvlCHtFCpM-Fq07LlMy4epQkuNcYTVuRzI,4953
|
368
|
+
accrete-0.0.106.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
369
|
+
accrete-0.0.106.dist-info/licenses/LICENSE,sha256=_7laeMIHnsd3Y2vJEXDYXq_PEXxIcjgJsGt8UIKTRWc,1057
|
370
|
+
accrete-0.0.106.dist-info/RECORD,,
|
File without changes
|
File without changes
|