#id_dash_applet_menu now outside #id_applets_container to avoid clipping, other issues (FTs passed locally, but not in headless CI pipeline); selenium now calls wait_for when looking for is_displayed on kit bag menu (hopefully another CI fix)
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
{% load lyric_extras %}
|
||||
|
||||
<div id="id_applets_container">
|
||||
<div id="id_dash_applet_menu" style="display:none;">
|
||||
<div id="id_dash_applet_menu" style="display:none;">
|
||||
<form
|
||||
hx-post="{% url "toggle_applets" %}"
|
||||
hx-target="#id_applets_container"
|
||||
@@ -24,6 +23,7 @@
|
||||
<button type="button" id="id_applet_menu_cancel" class="btn btn-cancel applet-menu-cancel">NVM</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<div id="id_applets_container">
|
||||
{% include "apps/applets/_partials/_applets.html" %}
|
||||
</div>
|
||||
Reference in New Issue
Block a user