Skip to content

Commit

Permalink
add base purpose modal and illustrations
Browse files Browse the repository at this point in the history
  • Loading branch information
cdOut committed Feb 26, 2024
1 parent 0b7894c commit b74d6da
Show file tree
Hide file tree
Showing 11 changed files with 320 additions and 6 deletions.
43 changes: 43 additions & 0 deletions assets/images/simple-illustrations/simple-illustration__abacus.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions src/CONST.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3267,6 +3267,14 @@ const CONST = {
MINIMUM_WORKSPACES_TO_SHOW_SEARCH: 8,
},

ONBOARDING_CHOICES: {
TRACK: 'newDotTrack',
EMPLOYER: 'newDotEmployer',
MANAGE_TEAM: 'newDotManageTeam',
CHAT_SPLIT: 'newDotSplitChat',
LOOKING_AROUND: 'newDotLookingAround',
},

REPORT_FIELD_TITLE_FIELD_ID: 'text_title',

DEBUG_CONSOLE: {
Expand Down
10 changes: 10 additions & 0 deletions src/components/Icon/Illustrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ import ThumbsUpStars from '@assets/images/simple-illustrations/simple-illustrati
import TrackShoe from '@assets/images/simple-illustrations/simple-illustration__track-shoe.svg';
import TrashCan from '@assets/images/simple-illustrations/simple-illustration__trashcan.svg';
import TreasureChest from '@assets/images/simple-illustrations/simple-illustration__treasurechest.svg';
import Abacus from '@assets/images/simple-illustrations/simple-illustration__abacus.svg';
import Binoculars from '@assets/images/simple-illustrations/simple-illustration__binoculars.svg';
import CompanyCard from '@assets/images/simple-illustrations/simple-illustration__company-card.svg';
import ReceiptUpload from '@assets/images/simple-illustrations/simple-illustration__receiptupload.svg';
import SplitBill from '@assets/images/simple-illustrations/simple-illustration__splitbill.svg';

export {
Abracadabra,
Expand Down Expand Up @@ -130,4 +135,9 @@ export {
Gears,
QRCode,
House,
Abacus,
Binoculars,
CompanyCard,
ReceiptUpload,
SplitBill,
};
8 changes: 8 additions & 0 deletions src/languages/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1213,6 +1213,14 @@ export default {
onboarding: {
welcome: 'Welcome!',
whatsYourName: "What's your name?",
purpose: {
title: "What do you want to do today?",
[CONST.ONBOARDING_CHOICES.TRACK]: "Track business spend for taxes",
[CONST.ONBOARDING_CHOICES.EMPLOYER]: "Get paid back by my employer",
[CONST.ONBOARDING_CHOICES.MANAGE_TEAM]: "Manage my team's expenses",
[CONST.ONBOARDING_CHOICES.CHAT_SPLIT]: "Chat and split bills with friends",
[CONST.ONBOARDING_CHOICES.LOOKING_AROUND]: "I'm just looking around"
},
error: {
requiredFirstName: 'Please input your first name to continue',
requiredLasttName: 'Please input your last name to continue',
Expand Down
Loading

0 comments on commit b74d6da

Please sign in to comment.