Skip to content

Commit 861d3e6

Browse files
authored
Merge pull request Expensify#65433 from samranahm/65426/add-what's-new
feature: add what's new in initial settings page
2 parents 1bba92b + 5db5857 commit 861d3e6

14 files changed

Lines changed: 36 additions & 0 deletions

File tree

assets/images/treasure-chest.svg

Lines changed: 13 additions & 0 deletions
Loading

src/CONST/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,7 @@ const CONST = {
909909
STAGING_NEW_EXPENSIFY_URL: 'https://staging.new.expensify.com',
910910
PR_TESTING_NEW_EXPENSIFY_URL: `https://${Config?.PULL_REQUEST_NUMBER}.pr-testing.expensify.com`,
911911
NEWHELP_URL: 'https://help.expensify.com',
912+
WHATS_NEW_URL: `${USE_EXPENSIFY_URL}/blog?category=Product%20Updates`,
912913
INTERNAL_DEV_EXPENSIFY_URL: 'https://www.expensify.com.dev',
913914
IMPORT_TAGS_EXPENSIFY_URL: 'https://help.expensify.com/articles/expensify-classic/workspaces/Create-tags#import-a-spreadsheet-1',
914915
IMPORT_TAGS_EXPENSIFY_URL_DEPENDENT_TAGS: 'https://help.expensify.com/articles/expensify-classic/workspaces/Create-tags#multi-level-tags',

src/components/Icon/Expensicons.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ import ThumbsUp from '@assets/images/thumbs-up.svg';
215215
import Train from '@assets/images/train.svg';
216216
import Transfer from '@assets/images/transfer.svg';
217217
import Trashcan from '@assets/images/trashcan.svg';
218+
import TreasureChest from '@assets/images/treasure-chest.svg';
218219
import Unlock from '@assets/images/unlock.svg';
219220
import UploadAlt from '@assets/images/upload-alt.svg';
220221
import Upload from '@assets/images/upload.svg';
@@ -384,6 +385,7 @@ export {
384385
QBOSquare,
385386
QrCode,
386387
QuestionMark,
388+
TreasureChest,
387389
Receipt,
388390
ReceiptPlaceholderPlus,
389391
ReceiptPlus,

src/languages/de.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1549,6 +1549,7 @@ const translations = {
15491549
phrase4: 'Datenschutz',
15501550
},
15511551
help: 'Hilfe',
1552+
whatIsNew: 'Was ist neu',
15521553
accountSettings: 'Kontoeinstellungen',
15531554
account: 'Konto',
15541555
general: 'Allgemein',

src/languages/en.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1526,6 +1526,7 @@ const translations = {
15261526
phrase4: 'Privacy',
15271527
},
15281528
help: 'Help',
1529+
whatIsNew: "What's new",
15291530
accountSettings: 'Account settings',
15301531
account: 'Account',
15311532
general: 'General',

src/languages/es.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1523,6 +1523,7 @@ const translations = {
15231523
phrase4: 'Privacidad',
15241524
},
15251525
help: 'Ayuda',
1526+
whatIsNew: 'Qué hay de nuevo',
15261527
accountSettings: 'Configuración de la cuenta',
15271528
account: 'Cuenta',
15281529
general: 'General',

src/languages/fr.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1547,6 +1547,7 @@ const translations = {
15471547
phrase4: 'Confidentialité',
15481548
},
15491549
help: 'Aide',
1550+
whatIsNew: 'Quoi de neuf',
15501551
accountSettings: 'Paramètres du compte',
15511552
account: 'Compte',
15521553
general: 'Général',

src/languages/it.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1541,6 +1541,7 @@ const translations = {
15411541
phrase4: 'Privacy',
15421542
},
15431543
help: 'Aiuto',
1544+
whatIsNew: 'Novità',
15441545
accountSettings: 'Impostazioni account',
15451546
account: 'Account',
15461547
general: 'Generale',

src/languages/ja.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1540,6 +1540,7 @@ const translations = {
15401540
phrase4: 'プライバシー',
15411541
},
15421542
help: '助けて',
1543+
whatIsNew: '新着情報',
15431544
accountSettings: 'アカウント設定',
15441545
account: 'アカウント',
15451546
general: '一般',

src/languages/nl.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1542,6 +1542,7 @@ const translations = {
15421542
phrase4: 'Privacy',
15431543
},
15441544
help: 'Help',
1545+
whatIsNew: 'Wat is nieuw',
15451546
accountSettings: 'Accountinstellingen',
15461547
account: 'Account',
15471548
general: 'Algemeen',

0 commit comments

Comments
 (0)