fix: pill messaging and default extensions (#752)
This commit is contained in:
@@ -21,7 +21,7 @@ export default function SplashPills({ append }) {
|
|||||||
return (
|
return (
|
||||||
<div className="flex flex-wrap gap-2 animate-[fadein_500ms_ease-in_forwards]">
|
<div className="flex flex-wrap gap-2 animate-[fadein_500ms_ease-in_forwards]">
|
||||||
<SplashPill
|
<SplashPill
|
||||||
content="What can goose do?"
|
content="What can you do?"
|
||||||
append={append}
|
append={append}
|
||||||
className="bg-black dark:bg-white dark:hover:bg-gray-200 text-white dark:!text-black border-none hover:bg-slate"
|
className="bg-black dark:bg-white dark:hover:bg-gray-200 text-white dark:!text-black border-none hover:bg-slate"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -74,7 +74,7 @@ export const BUILT_IN_EXTENSIONS = [
|
|||||||
type: 'builtin',
|
type: 'builtin',
|
||||||
env_keys: [],
|
env_keys: [],
|
||||||
},
|
},
|
||||||
{
|
/* TODO re-enable when we have a smoother auth flow {
|
||||||
id: 'google_drive',
|
id: 'google_drive',
|
||||||
name: 'Google Drive',
|
name: 'Google Drive',
|
||||||
description: 'Built-in Google Drive integration for file management and access',
|
description: 'Built-in Google Drive integration for file management and access',
|
||||||
@@ -85,7 +85,7 @@ export const BUILT_IN_EXTENSIONS = [
|
|||||||
'GOOGLE_DRIVE_CREDENTIALS_PATH',
|
'GOOGLE_DRIVE_CREDENTIALS_PATH',
|
||||||
'GOOGLE_DRIVE_OAUTH_CONFIG',
|
'GOOGLE_DRIVE_OAUTH_CONFIG',
|
||||||
],
|
],
|
||||||
},
|
},*/
|
||||||
];
|
];
|
||||||
|
|
||||||
function sanitizeName(name: string) {
|
function sanitizeName(name: string) {
|
||||||
|
|||||||
Reference in New Issue
Block a user