From 37bbb4e1e381d21ae13b05d41014d9f7b3460e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 10 Mar 2026 12:43:12 -0400 Subject: [PATCH 1/3] fix watch tags style to match others --- install/package.json | 2 +- public/src/client/account/tags.js | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/install/package.json b/install/package.json index 6c66babe52..ec8560b202 100644 --- a/install/package.json +++ b/install/package.json @@ -110,7 +110,7 @@ "nodebb-theme-harmony": "2.2.48", "nodebb-theme-lavender": "7.1.21", "nodebb-theme-peace": "2.2.56", - "nodebb-theme-persona": "14.2.25", + "nodebb-theme-persona": "14.2.26", "nodebb-widget-essentials": "7.0.43", "nodemailer": "8.0.1", "nprogress": "0.2.0", diff --git a/public/src/client/account/tags.js b/public/src/client/account/tags.js index 2ff916712c..688e5e19c4 100644 --- a/public/src/client/account/tags.js +++ b/public/src/client/account/tags.js @@ -11,10 +11,12 @@ define('forum/account/tags', [ const tagEl = $('[component="tags/watch"]'); tagEl.tagsinput({ - tagClass: 'badge text-bg-info', + tagClass: 'badge rounded-1', confirmKeys: [13, 44], trimValue: true, }); + const tagsinput = tagEl.siblings('.bootstrap-tagsinput'); + tagsinput.addClass('tag-list'); const input = tagEl.siblings('.bootstrap-tagsinput').find('input'); input.translateAttr('aria-label', '[[aria:user-watched-tags]]'); autocomplete.tag(input); From 4173793b753aeb22807a99134941b6827f3e31fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 10 Mar 2026 12:50:27 -0400 Subject: [PATCH 2/3] chore: up themes --- install/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/package.json b/install/package.json index ec8560b202..7b20b42d04 100644 --- a/install/package.json +++ b/install/package.json @@ -107,10 +107,10 @@ "nodebb-plugin-spam-be-gone": "2.3.2", "nodebb-plugin-web-push": "0.7.6", "nodebb-rewards-essentials": "1.0.2", - "nodebb-theme-harmony": "2.2.48", + "nodebb-theme-harmony": "2.2.49", "nodebb-theme-lavender": "7.1.21", "nodebb-theme-peace": "2.2.56", - "nodebb-theme-persona": "14.2.26", + "nodebb-theme-persona": "14.2.27", "nodebb-widget-essentials": "7.0.43", "nodemailer": "8.0.1", "nprogress": "0.2.0", From c179a959e6c4cddca950c42dfb00ddec9b7eb350 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bar=C4=B1=C5=9F=20Soner=20U=C5=9Fakl=C4=B1?= Date: Tue, 10 Mar 2026 13:24:54 -0400 Subject: [PATCH 3/3] chore: up harmony --- install/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/package.json b/install/package.json index 7b20b42d04..9e2fdfcf2b 100644 --- a/install/package.json +++ b/install/package.json @@ -107,7 +107,7 @@ "nodebb-plugin-spam-be-gone": "2.3.2", "nodebb-plugin-web-push": "0.7.6", "nodebb-rewards-essentials": "1.0.2", - "nodebb-theme-harmony": "2.2.49", + "nodebb-theme-harmony": "2.2.50", "nodebb-theme-lavender": "7.1.21", "nodebb-theme-peace": "2.2.56", "nodebb-theme-persona": "14.2.27",