-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Refactor Workspace Invite Member page #5726
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
Merged
Merged
Changes from 8 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
b7fb045
refactor Invite Member page
parasharrajat 1d46238
exclude existing members
parasharrajat 4a8161c
adjustments
parasharrajat 5eb901e
manage error handling for Workspace invite page
parasharrajat d2bf778
Pull changes form Main
parasharrajat 668722e
add loader for animation hack
parasharrajat e0d5e6b
Pull latest changes from main
parasharrajat 786e1d9
remove focus on select
parasharrajat 034df24
fix: Hack onyx issue.
parasharrajat 273d81f
Merged latest changes
parasharrajat 739cc4e
Pull main into
parasharrajat f66dd56
fix: Workspace Invitepage styles
parasharrajat 3bb2c88
Removed extra file
parasharrajat eda25c8
Fix: workspace invite memeber page design
parasharrajat 74fa0d5
fix: margin
parasharrajat ef2e72c
Extra translation keys removed
parasharrajat 76ca556
Fix: flex issue
parasharrajat add3414
Update link UI
parasharrajat File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 |
---|---|---|
|
@@ -701,12 +701,8 @@ export default { | |
invitePeople: 'Invite new members', | ||
invitePeoplePrompt: 'Invite new members to your workspace.', | ||
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. This String is also unused now. |
||
personalMessagePrompt: 'Add a personal message (optional)', | ||
enterEmailOrPhone: 'Emails or phone numbers', | ||
EmailOrPhonePlaceholder: 'Enter comma-separated list of emails or phone numbers', | ||
pleaseEnterValidLogin: 'Please ensure the email or phone number is valid (e.g. +15005550006).', | ||
pleaseEnterUniqueLogin: 'That user is already a member of this workspace.', | ||
pleaseSelectUser: 'Please select a user from contacts.', | ||
genericFailureMessage: 'An error occurred inviting the user to the workspace, please try again.', | ||
systemUserError: ({email}) => `Sorry, you cannot invite ${email} to a workspace.`, | ||
welcomeNote: ({workspaceName}) => `You have been invited to ${workspaceName}! Download the Expensify mobile app to start tracking your expenses.`, | ||
}, | ||
editor: { | ||
|
This file contains hidden or 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 |
---|---|---|
|
@@ -703,12 +703,8 @@ export default { | |
invitePeople: 'Invitar nuevos miembros', | ||
invitePeoplePrompt: 'Invita nuevos miembros a tu espacio de trabajo.', | ||
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. Same here |
||
personalMessagePrompt: 'Agregar un mensaje personal (Opcional)', | ||
enterEmailOrPhone: 'Correos electrónicos o números de teléfono', | ||
EmailOrPhonePlaceholder: 'Introduce una lista de correos electrónicos o números de teléfono separado por comas', | ||
pleaseEnterValidLogin: 'Asegúrese de que el correo electrónico o el número de teléfono sean válidos (e.g. +15005550006).', | ||
pleaseEnterUniqueLogin: 'Ese usuario ya es miembro de este espacio de trabajo.', | ||
pleaseSelectUser: 'Asegúrese de que el correo electrónico o el número de teléfono sean válidos (e.g. +15005550006).', | ||
genericFailureMessage: 'Se produjo un error al invitar al usuario al espacio de trabajo. Vuelva a intentarlo..', | ||
systemUserError: ({email}) => `Lo sentimos, no puedes invitar a ${email} a un espacio de trabajo.`, | ||
welcomeNote: ({workspaceName}) => `¡Has sido invitado a ${workspaceName}! Descargue la aplicación móvil Expensify para comenzar a rastrear sus gastos.`, | ||
}, | ||
editor: { | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.