Skip to content

Commit 13da4a1

Browse files
author
Lasim
committed
feat(frontend): add search and filter functionality to server catalog
1 parent 9ea64be commit 13da4a1

File tree

2 files changed

+370
-57
lines changed

2 files changed

+370
-57
lines changed

services/frontend/src/i18n/locales/en/mcp-catalog.ts

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -771,6 +771,39 @@ export default {
771771
next: 'Next'
772772
},
773773

774+
filters: {
775+
clear: 'Clear Filters',
776+
activeSearch: 'Search active - {count} results',
777+
filtersApplied: 'Filters applied - {count} results',
778+
status: {
779+
label: 'Status',
780+
all: 'All Statuses',
781+
active: 'Active',
782+
deprecated: 'Deprecated',
783+
maintenance: 'Maintenance'
784+
},
785+
language: {
786+
label: 'Language',
787+
all: 'All Languages'
788+
},
789+
runtime: {
790+
label: 'Runtime',
791+
all: 'All Runtimes'
792+
},
793+
featured: {
794+
label: 'Featured',
795+
all: 'All Servers',
796+
yes: 'Featured Only',
797+
no: 'Non-Featured'
798+
},
799+
autoInstall: {
800+
label: 'Auto Install',
801+
all: 'All Servers',
802+
yes: 'Auto Install Enabled',
803+
no: 'Auto Install Disabled'
804+
}
805+
},
806+
774807
registrySync: {
775808
button: 'Sync Registry',
776809
modal: {

0 commit comments

Comments
 (0)