diff --git a/src/lib/commandCenter/commands.ts b/src/lib/commandCenter/commands.ts index f12bbe2ed8..470a610129 100644 --- a/src/lib/commandCenter/commands.ts +++ b/src/lib/commandCenter/commands.ts @@ -17,6 +17,7 @@ const groups = [ 'platforms', 'databases', 'functions', + 'messaging', 'storage', 'domains', 'webhooks', diff --git a/src/lib/components/index.ts b/src/lib/components/index.ts index 4b12577c84..01dc6ab25f 100644 --- a/src/lib/components/index.ts +++ b/src/lib/components/index.ts @@ -60,3 +60,5 @@ export { default as SvgIcon } from './svgIcon.svelte'; export { default as MigrationBox } from './migrationBox.svelte'; export { default as FloatingActionBar } from './floatingActionBar.svelte'; export { default as LoadingDots } from './loadingDots.svelte'; +export { default as Provider } from './provider.svelte'; +export { default as ProviderType } from './providerType.svelte'; diff --git a/src/lib/components/provider.svelte b/src/lib/components/provider.svelte new file mode 100644 index 0000000000..6e81c67a06 --- /dev/null +++ b/src/lib/components/provider.svelte @@ -0,0 +1,79 @@ + + + + +{#if icon === ''} + Invalid provider +{:else} +
+ + {selected.length > 1 ? 'messages' : 'message'} + + selected +
+There are no messages that match your search.
+