Skip to content

Commit 3d5c031

Browse files
committed
feat(ui/filters): add searchable filter dropdown with select-all and clear
1 parent 914420d commit 3d5c031

3 files changed

Lines changed: 442 additions & 64 deletions

File tree

client/public/locales/en/common.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
"showArchived": "Show Archived",
3030
"notAccessTitle": "You don't have permission to access",
3131
"hideColumns": "Hide Columns",
32-
"clearFilters": "Clear Filters"
32+
"clearFilters": "Clear Filters",
33+
"selectAll": "Select All",
34+
"selectNone": "Select None"
3335
},
3436
"warnWhenUnsavedChanges": "Are you sure you want to leave? You have unsaved changes.",
3537
"notifications": {
@@ -226,6 +228,7 @@
226228
"diameter": "Diameter",
227229
"weight": "Weight",
228230
"spool_weight": "Spool Weight",
231+
"spool_count": "Spool Count",
229232
"article_number": "Article Number",
230233
"registered": "Registered",
231234
"comment": "Comment",

0 commit comments

Comments
 (0)