feat(catalog): add catalog filters

This commit is contained in:
Tom (plebeius.eth)
2025-03-06 00:07:08 +01:00
parent 64c857fb9d
commit b127876ce4
41 changed files with 411 additions and 173 deletions
+3 -2
View File
@@ -228,7 +228,7 @@
"pending": "Pending",
"failed": "Failed",
"add": "Add",
"pattern": "Pattern",
"pattern": "pattern",
"enable": "Enable",
"order": "Order",
"text": "Text",
@@ -291,5 +291,6 @@
"this_thread_was_removed": "This thread was removed by board moderators",
"this_reply_was_deleted": "This reply was deleted by its author",
"this_reply_was_removed": "This reply was removed by board moderators",
"not_mod_of_any_board": "You are not a mod of any board."
"not_mod_of_any_board": "You are not a mod of any board.",
"filters_and_highlights": "Filters & Highlights"
}