mattermost-mobile/app/screens/onboarding/slides_data.ts
2022-11-07 18:44:10 +01:00

30 lines
1.3 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
// See LICENSE.txt for license information.
// pablo - translate each text. turn svgs into react components?
export default [
{
id: '1',
title: 'Welcome',
description: 'Mattermost is an open source platform for developer collaboration. Secure, flexible, and integrated with your tools.',
image: require('./illustrations/chat.svg').default,
},
{
id: '2',
title: 'Collaborate in real-time',
description: 'Persistent channels, direct messaging, and file sharing works seamlessly so you can stay connected, wherever you are.',
image: require('./illustrations/team_communication.svg').default,
},
{
id: '3',
title: 'Start secure audio calls instantly',
description: 'When typing isnt fast enough, switch from channel-based chat to secure audio calls with a single tap.',
image: require('./illustrations/calls.svg').default,
},
{
id: '4',
title: 'Integrate with tools you love',
description: 'Go beyond chat with tightly-integratedproduct solutions matched to common development processes.',
image: require('./illustrations/integrations.svg').default,
},
];