Skip to content

Commit 8964106

Browse files
committed
feat: add plugin filtering by author and keywords
Enhanced plugin filtering in the plugins page and extensions sidebar to support filtering by verified publisher, author name, and keywords. Refactored filtering logic to support multi-page results and improved UI feedback for filter actions.
1 parent d211cf2 commit 8964106

33 files changed

+602
-146
lines changed

src/lang/ar-ye.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,5 +428,7 @@
428428
"contributors": "المساهمون",
429429
"quicktools:hyphen": "إدراج شرطة",
430430
"check for app updates": "Check for app updates",
431-
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?"
431+
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
432+
"keywords": "Keywords",
433+
"author": "Author"
432434
}

src/lang/be-by.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,5 +429,7 @@
429429
"contributors": "Contributors",
430430
"quicktools:hyphen": "Insert hyphen symbol",
431431
"check for app updates": "Check for app updates",
432-
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?"
432+
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
433+
"keywords": "Keywords",
434+
"author": "Author"
433435
}

src/lang/bn-bd.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,5 +428,7 @@
428428
"contributors": "অবদানকারী",
429429
"quicktools:hyphen": "হাইফেন যুক্ত করুন",
430430
"check for app updates": "Check for app updates",
431-
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?"
431+
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
432+
"keywords": "Keywords",
433+
"author": "Author"
432434
}

src/lang/cs-cz.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,5 +428,7 @@
428428
"contributors": "Contributors",
429429
"quicktools:hyphen": "Insert hyphen symbol",
430430
"check for app updates": "Check for app updates",
431-
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?"
431+
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
432+
"keywords": "Keywords",
433+
"author": "Author"
432434
}

src/lang/de-de.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,5 +428,7 @@
428428
"contributors": "Mitwirkende",
429429
"quicktools:hyphen": "Bindestrich-Symbol einfügen",
430430
"check for app updates": "Check for app updates",
431-
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?"
431+
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
432+
"keywords": "Keywords",
433+
"author": "Author"
432434
}

src/lang/en-us.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,5 +428,7 @@
428428
"contributors": "Contributors",
429429
"quicktools:hyphen": "Insert hyphen symbol",
430430
"check for app updates": "Check for app updates",
431-
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?"
431+
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
432+
"keywords": "Keywords",
433+
"author": "Author"
432434
}

src/lang/es-sv.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,5 +428,7 @@
428428
"contributors": "Contributors",
429429
"quicktools:hyphen": "Insert hyphen symbol",
430430
"check for app updates": "Check for app updates",
431-
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?"
431+
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
432+
"keywords": "Keywords",
433+
"author": "Author"
432434
}

src/lang/fr-fr.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,5 +428,7 @@
428428
"contributors": "Contributors",
429429
"quicktools:hyphen": "Insert hyphen symbol",
430430
"check for app updates": "Check for app updates",
431-
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?"
431+
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
432+
"keywords": "Keywords",
433+
"author": "Author"
432434
}

src/lang/he-il.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,5 +429,7 @@
429429
"contributors": "Contributors",
430430
"quicktools:hyphen": "Insert hyphen symbol",
431431
"check for app updates": "Check for app updates",
432-
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?"
432+
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
433+
"keywords": "Keywords",
434+
"author": "Author"
433435
}

src/lang/hi-in.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,5 +429,7 @@
429429
"contributors": "सहयोगी",
430430
"quicktools:hyphen": "हाइफ़न प्रतीक डालें",
431431
"check for app updates": "ऐप अपडेट की जांच करें",
432-
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?"
432+
"prompt update check consent message": "Acode can check for new app updates when you're online. Enable update checks?",
433+
"keywords": "Keywords",
434+
"author": "Author"
433435
}

0 commit comments

Comments
 (0)