From b076c023ddbb103fb29d283b6d99effa017dde0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 30 Oct 2017 20:10:50 -0400 Subject: [PATCH 1/7] https://github.com/NodeBB/NodeBB/issues/6013 --- templates/account/ignored.tpl | 1 + templates/partials/account/menu.tpl | 1 + 2 files changed, 2 insertions(+) create mode 100644 templates/account/ignored.tpl diff --git a/templates/account/ignored.tpl b/templates/account/ignored.tpl new file mode 100644 index 0000000..238b943 --- /dev/null +++ b/templates/account/ignored.tpl @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/templates/partials/account/menu.tpl b/templates/partials/account/menu.tpl index e135730..9ee85e6 100644 --- a/templates/partials/account/menu.tpl +++ b/templates/partials/account/menu.tpl @@ -58,6 +58,7 @@
  • [[user:bookmarks]]
  • [[user:watched]]
  • +
  • [[user:ignored]]
  • [[global:upvoted]]
  • From b46209e036c22775b5f2fcee7b2144e9445f98b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Mon, 30 Oct 2017 20:11:42 -0400 Subject: [PATCH 2/7] 6.1.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 593e2b1..5c938cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodebb-theme-persona", - "version": "6.1.5", + "version": "6.1.6", "nbbpm": { "compatibility": "^1.4.4 || ^1.5.0 || ^1.6.0" }, From f8a0f1fa0c4fb5e0df0b46b56c6b4e782a9ea9c8 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Tue, 31 Oct 2017 12:16:59 -0400 Subject: [PATCH 3/7] UX changes for nodebb/nodebb#6018 --- templates/partials/modals/flag_modal.tpl | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/templates/partials/modals/flag_modal.tpl b/templates/partials/modals/flag_modal.tpl index 66638da..d54c08b 100644 --- a/templates/partials/modals/flag_modal.tpl +++ b/templates/partials/modals/flag_modal.tpl @@ -1,5 +1,5 @@