-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into feat/categories_bulk_actions
- Loading branch information
Showing
205 changed files
with
3,333 additions
and
2,402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...bs/expense-and-report-features/index.html → ...ic/hubs/copilots-and-delegates/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
layout: default | ||
title: Expense & Report Settings | ||
title: Copilots & Delegates | ||
--- | ||
|
||
{% include hub.html %} |
2 changes: 1 addition & 1 deletion
2
...ify-classic/hubs/get-paid-back/index.html → ...expensify-classic/hubs/domains/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
layout: default | ||
title: Get Paid Back | ||
title: Domains | ||
--- | ||
|
||
{% include hub.html %} |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
.../workspace-and-domain-settings/index.html → ...xpensify-classic/hubs/expenses/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
layout: default | ||
title: Policy And Domain Settings | ||
title: Expenses | ||
--- | ||
|
||
{% include hub.html %} |
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...employees-and-report-approvals/index.html → ...expensify-classic/hubs/reports/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
--- | ||
layout: default | ||
title: Manage Employees And Report Approvals | ||
title: Reports | ||
--- | ||
|
||
{% include hub.html %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
layout: default | ||
title: Workspaces | ||
--- | ||
|
||
{% include hub.html %} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "new.expensify", | ||
"version": "1.4.50-5", | ||
"version": "1.4.51-3", | ||
"author": "Expensify, Inc.", | ||
"homepage": "https://new.expensify.com", | ||
"description": "New Expensify is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.", | ||
|
@@ -52,13 +52,13 @@ | |
"symbolicate:ios": "npx metro-symbolicate main.jsbundle.map", | ||
"symbolicate-release:ios": "scripts/release-profile.js --platform=ios", | ||
"symbolicate-release:android": "scripts/release-profile.js --platform=android", | ||
"test:e2e": "ts-node tests/e2e/testRunner.js --config ./config.local.ts", | ||
"test:e2e:dev": "ts-node tests/e2e/testRunner.js --config ./config.dev.js", | ||
"test:e2e": "ts-node tests/e2e/testRunner.ts --config ./config.local.ts", | ||
"test:e2e:dev": "ts-node tests/e2e/testRunner.ts --config ./config.dev.ts", | ||
"gh-actions-unused-styles": "./.github/scripts/findUnusedKeys.sh", | ||
"workflow-test": "./workflow_tests/scripts/runWorkflowTests.sh", | ||
"workflow-test:generate": "ts-node workflow_tests/utils/preGenerateTest.js", | ||
"setup-https": "mkcert -install && mkcert -cert-file config/webpack/certificate.pem -key-file config/webpack/key.pem dev.new.expensify.com localhost 127.0.0.1", | ||
"e2e-test-runner-build": "ncc build tests/e2e/testRunner.js -o tests/e2e/dist/" | ||
"e2e-test-runner-build": "ncc build tests/e2e/testRunner.ts -o tests/e2e/dist/" | ||
}, | ||
"dependencies": { | ||
"@dotlottie/react-player": "^1.6.3", | ||
|
@@ -103,7 +103,7 @@ | |
"date-fns-tz": "^2.0.0", | ||
"dom-serializer": "^0.2.2", | ||
"domhandler": "^4.3.0", | ||
"expensify-common": "git+ssh://[email protected]/Expensify/expensify-common.git#a8ed0f8e1be3a1e09016e07a74cfd13c85bbc167", | ||
"expensify-common": "git+ssh://[email protected]/Expensify/expensify-common.git#7bfd55f0ce75a37423119029fde58cfbe57086d9", | ||
"expo": "^50.0.3", | ||
"expo-av": "~13.10.4", | ||
"expo-image": "1.10.1", | ||
|
Oops, something went wrong.