nodebb-plugin-discord-onekite 1.1.7 → 1.1.8
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.
package/README.md
CHANGED
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
# nodebb-plugin-discord-onekite v1.1.
|
|
1
|
+
# nodebb-plugin-discord-onekite v1.1.7
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Fixes webpack template build errors by removing `<!-- IMPORT admin/partials/save_button.tpl -->` and using an inline save button.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
- Standard NodeBB save disk button
|
|
7
|
-
- AJAX save endpoint + NodeBB toast
|
|
8
|
-
|
|
9
|
-
Discord:
|
|
10
|
-
- Single clickable line "Nouveau sujet : [Titre](URL)" then excerpt below
|
|
5
|
+
Everything else unchanged from v1.1.6.
|
package/package.json
CHANGED
|
@@ -1,8 +1,13 @@
|
|
|
1
1
|
<div class="acp-page-container">
|
|
2
|
-
<
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
<div class="d-flex justify-content-between align-items-start mb-3">
|
|
3
|
+
<div>
|
|
4
|
+
<h4 class="mb-1">Discord Onekite</h4>
|
|
5
|
+
<p class="text-muted mb-0">Notifications Discord via webhook.</p>
|
|
6
|
+
</div>
|
|
7
|
+
<button id="save" class="btn btn-primary">
|
|
8
|
+
<i class="fa fa-save"></i> Enregistrer
|
|
9
|
+
</button>
|
|
10
|
+
</div>
|
|
6
11
|
|
|
7
12
|
<form role="form" class="discord-onekite-settings">
|
|
8
13
|
<div class="mb-3">
|
|
@@ -28,7 +33,5 @@
|
|
|
28
33
|
Si aucune catégorie n’est sélectionnée : <strong>toutes les catégories</strong> seront notifiées.
|
|
29
34
|
</p>
|
|
30
35
|
</div>
|
|
31
|
-
|
|
32
|
-
<!-- IMPORT admin/partials/save_button.tpl -->
|
|
33
36
|
</form>
|
|
34
37
|
</div>
|