-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Self-guided tours v1] Add self-guided tours in Search Page Empty State #50931
Changes from 2 commits
3e9b026
3c51df4
7346c30
00a5466
3822f77
d263ff5
40590bf
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -753,6 +753,11 @@ const CONST = { | |||||
DELAYED_SUBMISSION_HELP_URL: 'https://help.expensify.com/articles/expensify-classic/reports/Automatically-submit-employee-reports', | ||||||
// Use Environment.getEnvironmentURL to get the complete URL with port number | ||||||
DEV_NEW_EXPENSIFY_URL: 'https://dev.new.expensify.com:', | ||||||
NAVATTIC: { | ||||||
ADMIN_TOUR: 'http://expensify.navattic.com/kh204a7', | ||||||
EMPLOYEE_TOUR: 'http://expensify.navattic.com/35609gb', | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
}, | ||||||
|
||||||
OLDDOT_URLS: { | ||||||
ADMIN_POLICIES_URL: 'admin_policies', | ||||||
ADMIN_DOMAINS_URL: 'admin_domains', | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -4291,6 +4291,10 @@ const translations = { | |||||
title: 'No hay nada que ver aquí', | ||||||
subtitle: 'Por favor intenta crear algo usando el botón verde.', | ||||||
}, | ||||||
emptyExpenseResults: { | ||||||
title: "You haven't created any expenses yet", | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
subtitle: 'Use the green button below to create an expense or take a tour of Expensify to learn more.', | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
}, | ||||||
emptyTripResults: { | ||||||
title: 'No tienes viajes', | ||||||
subtitle: 'Reserva tu primer viaje a continuación.', | ||||||
|
@@ -5593,6 +5597,9 @@ const translations = { | |||||
hasMissingInvoiceBankAccount: 'Falta la cuenta bancaria de la factura', | ||||||
}, | ||||||
}, | ||||||
emptySearchView: { | ||||||
takeATour: 'Take a tour', | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
}, | ||||||
}; | ||||||
|
||||||
export default translations satisfies TranslationDeepObject<typeof en>; |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,6 +33,10 @@ export default { | |
width: '25%', | ||
}, | ||
|
||
w41: { | ||
width: 164, | ||
}, | ||
|
||
mh100: { | ||
maxHeight: '100%', | ||
}, | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.