mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-10 18:22:37 -04:00
Upgrade diffDOM dependency
Features: - Expose Diff object Fixes: - Reverse actions for modifyComment/Text - Simplify diff on some text only diffs - Simplify diff on single element removal
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
{% from "components/big-number.html" import big_number %}
|
{% from "components/big-number.html" import big_number %}
|
||||||
{% from "components/show-more.html" import show_more %}
|
{% from "components/show-more.html" import show_more %}
|
||||||
|
|
||||||
|
<div class="ajax-block-container">
|
||||||
{% if scheduled_jobs %}
|
{% if scheduled_jobs %}
|
||||||
<div class='dashboard-table'>
|
<div class='dashboard-table'>
|
||||||
<h2 class="heading-medium">
|
<h2 class="heading-medium">
|
||||||
@@ -36,3 +37,4 @@
|
|||||||
{{ show_more() }}
|
{{ show_more() }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</div>
|
||||||
|
|||||||
+1
-1
@@ -20,7 +20,7 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babel-core": "6.3.26",
|
"babel-core": "6.3.26",
|
||||||
"babel-preset-es2015": "6.3.13",
|
"babel-preset-es2015": "6.3.13",
|
||||||
"diff-dom": "2.0.3",
|
"diff-dom": "2.1.0",
|
||||||
"govuk-elements-sass": "1.1.1",
|
"govuk-elements-sass": "1.1.1",
|
||||||
"govuk_frontend_toolkit": "4.6.0",
|
"govuk_frontend_toolkit": "4.6.0",
|
||||||
"govuk_template_jinja": "https://github.com/alphagov/govuk_template/releases/download/v0.18.0/jinja_govuk_template-0.18.0.tgz",
|
"govuk_template_jinja": "https://github.com/alphagov/govuk_template/releases/download/v0.18.0/jinja_govuk_template-0.18.0.tgz",
|
||||||
|
|||||||
Reference in New Issue
Block a user