0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

feat(console): add demo connector notice (#3470)

This commit is contained in:
Xiao Yijun 2023-03-17 21:30:15 +08:00 committed by GitHub
parent 36f26a7f17
commit 1c455b8256
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,5 @@
@use '@/scss/underscore' as _;
div.notice {
margin: _.unit(4) 0 0;
}

View file

@ -0,0 +1,13 @@
import { useTranslation } from 'react-i18next';
import Alert from '@/components/Alert';
import * as styles from './index.module.scss';
const DemoConnectorNotice = () => {
const { t } = useTranslation(undefined, { keyPrefix: 'admin_console' });
return <Alert className={styles.notice}>{t('cloud.sie.connectors.notice')}</Alert>;
};
export default DemoConnectorNotice;

View file

@ -20,6 +20,7 @@ import { ConnectorsTabs } from '@/consts/page-tabs';
import type { RequestError } from '@/hooks/use-api';
import useConnectorGroups from '@/hooks/use-connector-groups';
import useDocumentationUrl from '@/hooks/use-documentation-url';
import DemoConnectorNotice from '@/onboarding/components/DemoConnectorNotice';
import * as resourcesStyles from '@/scss/resources.module.scss';
import ConnectorDeleteButton from './components/ConnectorDeleteButton';
@ -90,6 +91,8 @@ const Connectors = () => {
const connectors = isSocial ? socialConnectors : passwordlessConnectors;
const hasDemoConnector = connectors?.some(({ isDemo }) => isDemo);
const connectorToShowInGuide = useMemo(() => {
if (factories && factoryId) {
return factories.find(({ id }) => id === factoryId);
@ -118,6 +121,7 @@ const Connectors = () => {
<TabNavItem href={passwordlessPathname}>{t('connectors.tab_email_sms')}</TabNavItem>
<TabNavItem href={socialPathname}>{t('connectors.tab_social')}</TabNavItem>
</TabNav>
{hasDemoConnector && <DemoConnectorNotice />}
<Table
className={resourcesStyles.table}
rowIndexKey="id"

View file

@ -97,6 +97,8 @@ const cloud = {
unlocked_later: 'Unlocked later', // UNTRANSLATED
unlocked_later_tip:
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.', // UNTRANSLATED
notice:
'Please avoid using the demo connector for production purposes. Once youve completed testing, kindly delete the demo connector and set up your own connector with your credentials.', // UNTRANSLATED
},
},
broadcast: '📣 You are participating in Logto Cloud Preview', // UNTRANSLATED

View file

@ -97,6 +97,8 @@ const cloud = {
unlocked_later: 'Unlocked later',
unlocked_later_tip:
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.',
notice:
'Please avoid using the demo connector for production purposes. Once youve completed testing, kindly delete the demo connector and set up your own connector with your credentials.',
},
},
broadcast: '📣 You are participating in Logto Cloud Preview',

View file

@ -97,6 +97,8 @@ const cloud = {
unlocked_later: 'Unlocked later', // UNTRANSLATED
unlocked_later_tip:
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.', // UNTRANSLATED
notice:
'Please avoid using the demo connector for production purposes. Once youve completed testing, kindly delete the demo connector and set up your own connector with your credentials.', // UNTRANSLATED
},
},
broadcast: '📣 You are participating in Logto Cloud Preview', // UNTRANSLATED

View file

@ -97,6 +97,8 @@ const cloud = {
unlocked_later: 'Unlocked later', // UNTRANSLATED
unlocked_later_tip:
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.', // UNTRANSLATED
notice:
'Please avoid using the demo connector for production purposes. Once youve completed testing, kindly delete the demo connector and set up your own connector with your credentials.', // UNTRANSLATED
},
},
broadcast: '📣 You are participating in Logto Cloud Preview', // UNTRANSLATED

View file

@ -97,6 +97,8 @@ const cloud = {
unlocked_later: 'Unlocked later', // UNTRANSLATED
unlocked_later_tip:
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.', // UNTRANSLATED
notice:
'Please avoid using the demo connector for production purposes. Once youve completed testing, kindly delete the demo connector and set up your own connector with your credentials.', // UNTRANSLATED
},
},
broadcast: '📣 You are participating in Logto Cloud Preview', // UNTRANSLATED

View file

@ -97,6 +97,8 @@ const cloud = {
unlocked_later: 'Unlocked later', // UNTRANSLATED
unlocked_later_tip:
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.', // UNTRANSLATED
notice:
'Please avoid using the demo connector for production purposes. Once youve completed testing, kindly delete the demo connector and set up your own connector with your credentials.', // UNTRANSLATED
},
},
broadcast: '📣 You are participating in Logto Cloud Preview', // UNTRANSLATED

View file

@ -97,6 +97,8 @@ const cloud = {
unlocked_later: 'Unlocked later', // UNTRANSLATED
unlocked_later_tip:
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.', // UNTRANSLATED
notice:
'Please avoid using the demo connector for production purposes. Once youve completed testing, kindly delete the demo connector and set up your own connector with your credentials.', // UNTRANSLATED
},
},
broadcast: '📣 You are participating in Logto Cloud Preview', // UNTRANSLATED

View file

@ -97,6 +97,8 @@ const cloud = {
unlocked_later: 'Unlocked later', // UNTRANSLATED
unlocked_later_tip:
'Once you have completed the onboarding process and entered the product, you will have access to even more social sign-in methods.', // UNTRANSLATED
notice:
'Please avoid using the demo connector for production purposes. Once youve completed testing, kindly delete the demo connector and set up your own connector with your credentials.', // UNTRANSLATED
},
},
broadcast: '📣 You are participating in Logto Cloud Preview', // UNTRANSLATED