From 132edce7019008ad4de53230b8c7a9d862cb611b Mon Sep 17 00:00:00 2001 From: chfhtw Date: Fri, 24 Apr 2026 11:24:25 +0200 Subject: [PATCH] code quality --- public/js/components/DashboardWidget/Url.js | 268 +++++++++++++------- 1 file changed, 172 insertions(+), 96 deletions(-) diff --git a/public/js/components/DashboardWidget/Url.js b/public/js/components/DashboardWidget/Url.js index 0937c71a7..c55c0f01f 100644 --- a/public/js/components/DashboardWidget/Url.js +++ b/public/js/components/DashboardWidget/Url.js @@ -346,7 +346,7 @@ export default { }) .catch(this.$fhcAlert.handleSystemError); }, - getTagFilter(widget_id){ + getTagFilter(widget_id) { this.$api .call(ApiBookmark.getTagFilter(widget_id, this.sectionName)) .then((res) => res.data) @@ -388,94 +388,153 @@ export default { template: /*html*/ ` -
+
- - - + + +
-
- + - + - +