Implement channel pane for insights

This commit is contained in:
2022-07-21 13:52:06 +01:00
parent 20d513bef1
commit 9de9ddff6f
8 changed files with 299 additions and 377 deletions

View File

@@ -63,7 +63,7 @@
hx-post="{% url 'search_insights' %}"
hx-trigger="click"
hx-target="#results"
hx-swap="outerHTML">
hx-swap="innerHTML">
Search
</button>
</div>
@@ -75,17 +75,9 @@
</div>
</div>
<div class="tile is-parent">
<div class="tile is-child box">
<p> 2</p>
</div>
</div>
<article id="chans1">
</article>
</div>
{% endblock %}
<div id="modals-here"></div>
{% endblock %}