Enable sending IRC messages from context modal
This commit is contained in:
1
core/templates/partials/context-input.html
Normal file
1
core/templates/partials/context-input.html
Normal file
@@ -0,0 +1 @@
|
||||
<input id="context-input" name="msg" class="input is-{{ class }}" type="text" placeholder="Type your message here">
|
||||
5
core/templates/partials/notify-alt.html
Normal file
5
core/templates/partials/notify-alt.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% if message is not None %}
|
||||
<main class="notification is-{{ class }}" hx-ext="remove-me" remove-me="3s">
|
||||
{{ message }}
|
||||
</main>
|
||||
{% endif %}
|
||||
@@ -2,4 +2,4 @@
|
||||
<div class="notification is-{{ class }}" hx-ext="remove-me" remove-me="3s">
|
||||
{{ message }}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user