Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
351 changes: 0 additions & 351 deletions assets/images/product-illustrations/modal-hold-or-reject.svg

This file was deleted.

This file was deleted.

5 changes: 0 additions & 5 deletions assets/images/thumbs-down.svg

This file was deleted.

3 changes: 0 additions & 3 deletions cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@
"debitamount",
"deburr",
"deburred",
"REJECTEDTRANSACTION",
"Deel",
"deeplink",
"deeplinked",
Expand Down Expand Up @@ -357,7 +356,6 @@
"marcaaron",
"Marcin",
"margelo",
"MARKASRESOLVED",
"Marqeta",
"mateusz",
"McAfee",
Expand Down Expand Up @@ -544,7 +542,6 @@
"Reimbursments",
"remotedesktop",
"remotesync",
"REPORTPREVIEW",
"requestee",
"Resawing",
"resizeable",
Expand Down
8 changes: 1 addition & 7 deletions src/CONST/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,6 @@ const CONST = {
DELETE: 'delete',
RETRACT: 'retract',
ADD_EXPENSE: 'addExpense',
REJECT: 'reject',
SPLIT: 'split',
REOPEN: 'reopen',
EXPORT: 'export',
Expand All @@ -1131,14 +1130,12 @@ const CONST = {
REMOVE_HOLD: 'removeHold',
REVIEW_DUPLICATES: 'reviewDuplicates',
MARK_AS_CASH: 'markAsCash',
MARK_AS_RESOLVED: 'markAsResolved',
ADD_EXPENSE: 'addExpense',
},
TRANSACTION_PRIMARY_ACTIONS: {
REMOVE_HOLD: 'removeHold',
REVIEW_DUPLICATES: 'reviewDuplicates',
MARK_AS_CASH: 'markAsCash',
MARK_AS_RESOLVED: 'markAsResolved',
},
REPORT_PREVIEW_ACTIONS: {
VIEW: 'view',
Expand All @@ -1155,7 +1152,6 @@ const CONST = {
SPLIT: 'split',
VIEW_DETAILS: 'viewDetails',
DELETE: 'delete',
REJECT: 'reject',
MERGE: 'merge',
},
ADD_EXPENSE_OPTIONS: {
Expand Down Expand Up @@ -1327,8 +1323,6 @@ const CONST = {
LEAVE_ROOM: 'LEAVEROOM',
UPDATE_ROOM_DESCRIPTION: 'UPDATEROOMDESCRIPTION',
},
REJECTEDTRANSACTION_THREAD: 'REJECTEDTRANSACTION_THREAD',
REJECTED_TRANSACTION_MARKASRESOLVED: 'REJECTEDTRANSACTIONMARKASRESOLVED',
},
THREAD_DISABLED: ['CREATED'],
LATEST_MESSAGES_PILL_SCROLL_OFFSET_THRESHOLD: 2000,
Expand Down Expand Up @@ -2787,7 +2781,7 @@ const CONST = {
PAY: 'pay',
CREATE: 'create',
SPLIT: 'split',
REJECT: 'reject',
DECLINE: 'decline',
CANCEL: 'cancel',
DELETE: 'delete',
APPROVE: 'approve',
Expand Down
7 changes: 0 additions & 7 deletions src/ONYXKEYS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,9 +255,6 @@ const ONYXKEYS = {
/** If the user should see the team 2025 subscription pricing */
NVP_PRIVATE_MANUAL_TEAM_2025_PRICING: 'nvp_private_manualTeam2025Pricing',

/** If the user dismissed the reject explanation */
NVP_DISMISSED_REJECT_USE_EXPLANATION: 'nvp_dismissedRejectUseExplanation',

/** Details on whether an account is locked or not */
NVP_PRIVATE_LOCK_ACCOUNT_DETAILS: 'nvp_private_lockAccountDetails',

Expand Down Expand Up @@ -778,8 +775,6 @@ const ONYXKEYS = {
MONEY_REQUEST_DATE_FORM_DRAFT: 'moneyRequestCreatedFormDraft',
MONEY_REQUEST_HOLD_FORM: 'moneyHoldReasonForm',
MONEY_REQUEST_HOLD_FORM_DRAFT: 'moneyHoldReasonFormDraft',
MONEY_REQUEST_REJECT_FORM: 'moneyRejectReasonForm',
MONEY_REQUEST_REJECT_FORM_DRAFT: 'moneyRejectReasonFormDraft',
MONEY_REQUEST_COMPANY_INFO_FORM: 'moneyRequestCompanyInfoForm',
MONEY_REQUEST_COMPANY_INFO_FORM_DRAFT: 'moneyRequestCompanyInfoFormDraft',
MONEY_REQUEST_TIME_FORM: 'moneyRequestTimeForm',
Expand Down Expand Up @@ -953,7 +948,6 @@ type OnyxFormValuesMapping = {
[ONYXKEYS.FORMS.MONEY_REQUEST_TIME_FORM]: FormTypes.MoneyRequestTimeForm;
[ONYXKEYS.FORMS.MONEY_REQUEST_SUBRATE_FORM]: FormTypes.MoneyRequestSubrateForm;
[ONYXKEYS.FORMS.MONEY_REQUEST_HOLD_FORM]: FormTypes.MoneyRequestHoldReasonForm;
[ONYXKEYS.FORMS.MONEY_REQUEST_REJECT_FORM]: FormTypes.MoneyRequestRejectReasonForm;
[ONYXKEYS.FORMS.MONEY_REQUEST_COMPANY_INFO_FORM]: FormTypes.MoneyRequestCompanyInfoForm;
[ONYXKEYS.FORMS.NEW_CONTACT_METHOD_FORM]: FormTypes.NewContactMethodForm;
[ONYXKEYS.FORMS.WAYPOINT_FORM]: FormTypes.WaypointForm;
Expand Down Expand Up @@ -1261,7 +1255,6 @@ type OnyxValuesMapping = {
[ONYXKEYS.SHOULD_BILL_WHEN_DOWNGRADING]: boolean | undefined;
[ONYXKEYS.BILLING_RECEIPT_DETAILS]: OnyxTypes.BillingReceiptDetails;
[ONYXKEYS.NVP_SIDE_PANEL]: OnyxTypes.SidePanel;
[ONYXKEYS.NVP_DISMISSED_REJECT_USE_EXPLANATION]: boolean;
[ONYXKEYS.NVP_PRIVATE_VACATION_DELEGATE]: OnyxTypes.VacationDelegate;
[ONYXKEYS.SCHEDULE_CALL_DRAFT]: OnyxTypes.ScheduleCallDraft;
[ONYXKEYS.IS_FORCED_TO_CHANGE_CURRENCY]: boolean | undefined;
Expand Down
4 changes: 0 additions & 4 deletions src/ROUTES.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3183,10 +3183,6 @@ const ROUTES = {
route: 'debug/transaction/:transactionID/violations/:index/json',
getRoute: (transactionID: string, index: string) => `debug/transaction/${transactionID}/violations/${index}/json` as const,
},
REJECT_MONEY_REQUEST_REASON: {
route: 'reject/reason/:transactionID',
getRoute: (transactionID: string, reportID: string, backTo?: string) => `reject/reason/${transactionID}?reportID=${reportID}&backTo=${backTo}` as const,
},
SCHEDULE_CALL_BOOK: {
route: 'r/:reportID/schedule-call/book',
getRoute: (reportID: string) => `r/${reportID}/schedule-call/book` as const,
Expand Down
1 change: 0 additions & 1 deletion src/SCREENS.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ const SCREENS = {
MONEY_REQUEST: {
CREATE: 'Money_Request_Create',
HOLD: 'Money_Request_Hold_Reason',
REJECT: 'Money_Request_Reject_Reason',
STEP_CONFIRMATION: 'Money_Request_Step_Confirmation',
START: 'Money_Request_Start',
STEP_UPGRADE: 'Money_Request_Step_Upgrade',
Expand Down
90 changes: 0 additions & 90 deletions src/components/HoldOrRejectEducationalModal.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions src/components/Icon/Expensicons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ import Tag from '@assets/images/tag.svg';
import Task from '@assets/images/task.svg';
import Thread from '@assets/images/thread.svg';
import ThreeDots from '@assets/images/three-dots.svg';
import ThumbsDown from '@assets/images/thumbs-down.svg';
import ThumbsUp from '@assets/images/thumbs-up.svg';
import Train from '@assets/images/train.svg';
import Transfer from '@assets/images/transfer.svg';
Expand Down Expand Up @@ -484,7 +483,6 @@ export {
EmptySquare,
CheckSquare,
Minus,
ThumbsDown,
UserLock,
EmptyStateSpyPigeon,
MicrosoftDynamicsExport,
Expand Down
4 changes: 0 additions & 4 deletions src/components/Icon/Illustrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ import JewelBoxGreen from '@assets/images/product-illustrations/jewel-box--green
import JewelBoxPink from '@assets/images/product-illustrations/jewel-box--pink.svg';
import JewelBoxYellow from '@assets/images/product-illustrations/jewel-box--yellow.svg';
import MagicCode from '@assets/images/product-illustrations/magic-code.svg';
import ModalHoldOrReject from '@assets/images/product-illustrations/modal-hold-or-reject.svg';
import MoneyEnvelopeBlue from '@assets/images/product-illustrations/money-envelope--blue.svg';
import MoneyMousePink from '@assets/images/product-illustrations/money-mouse--pink.svg';
import MushroomTopHat from '@assets/images/product-illustrations/mushroom-top-hat.svg';
Expand Down Expand Up @@ -153,7 +152,6 @@ import SubscriptionAnnual from '@assets/images/simple-illustrations/simple-illus
import SubscriptionPPU from '@assets/images/simple-illustrations/simple-illustration__subscription-ppu.svg';
import Tag from '@assets/images/simple-illustrations/simple-illustration__tag.svg';
import TeachersUnite from '@assets/images/simple-illustrations/simple-illustration__teachers-unite.svg';
import ThumbsDown from '@assets/images/simple-illustrations/simple-illustration__thumbsdown.svg';
import ThumbsUpStars from '@assets/images/simple-illustrations/simple-illustration__thumbsupstars.svg';
import Tire from '@assets/images/simple-illustrations/simple-illustration__tire.svg';
import TrackShoe from '@assets/images/simple-illustrations/simple-illustration__track-shoe.svg';
Expand Down Expand Up @@ -328,8 +326,6 @@ export {
Flash,
ExpensifyMobileApp,
ReportReceipt,
ModalHoldOrReject,
ThumbsDown,
PlaidCompanyCardDetailLarge,
PlaidCompanyCardDetail,
ReceiptsStackedOnPin,
Expand Down
Loading
Loading