-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Add a Settings page to configure people in workspace #3681
Merged
Merged
Changes from 7 commits
Commits
Show all changes
62 commits
Select commit
Hold shift + click to select a range
69868e7
Add a new route
mountiny 95a834d
Update languages
mountiny 8a9643f
Revert merge changes
mountiny 943464e
Align the buttons to left
mountiny 5563a86
Add button danger style option
mountiny 9f323e7
Update Button component to have danger option
mountiny 211baa1
Add the list of employees in the workspace
mountiny e866365
Update admin badge style
mountiny d23fc1a
Revert: Refactor the pages so the settings is a standalone page
mountiny 4cc5dc7
Update the features after refactor
mountiny 2ae6261
Remove Rajat's components
mountiny db6d80f
Use simply FlatList and add disabled danger button colour
mountiny 064f181
Add Policy member removal functionality
mountiny 08d4ef2
Merge main into the branch to get up-to-date changes
mountiny 9d05861
Fix two merge conflict errors
mountiny 826fcfd
Fix issue with undefined key
mountiny 3f04d48
Fixing JS linting errors
mountiny a8703e2
Fix js lint
mountiny cc28cbe
Fix js lint 2
mountiny 6f7e4b9
Update the texts
mountiny 4032415
Remove the admin email from list of members to remove to prevent erro…
mountiny 83f43a4
Add responsive styles and make remove button in modal red
mountiny f9a0f61
Capitalize modal title
mountiny 5333835
Remove debugging line
mountiny 7d3a123
Improving the styles on smaller screen
mountiny ebd3533
Update the responsive styles and remove the tagline
mountiny f289841
Add translation keys to es.js
mountiny e7f7422
Make the remove request parameters required
mountiny 3c19e68
Update one comment
mountiny 86461f2
Merge main into vit-settingsPageToConfigureWorkspace
mountiny 00a6450
Revert debugging changes and update remove request call error handling
mountiny 79039c0
Remove unnecessary funtion bindings
mountiny 7bcddf3
Fix JSDoc formatting
mountiny 0f153ca
Refactor the toggleUser function
mountiny 8aced19
Remove fragment and use underscore contains
mountiny 3d9c712
Remove unnecessary props for FlatList
mountiny baa2dfd
Update responsive design breakpoint to work well in the modal
mountiny 2c30a9d
Fix js linting errors
mountiny 905c06d
Fix grammar mistake
mountiny 9f28a4e
Refactor user toggling logic
mountiny 181d7ad
Change the Confirm modal button props
mountiny 6bfa5ff
Remove placeholder ModalStackNavigator
mountiny 4cb15d1
Update Remove members error handling and remove unnecessary translations
mountiny 6c1f968
Refactor data manipulationin WorkspacePeoplePage
mountiny 099457e
Merge main into this branch
mountiny 1a8b58c
Remove the pressable area on fullscreen modal
mountiny 42ed986
Fix JSDoc typo and render FlatList unconditionally
mountiny a5d731e
Add spanish translations
mountiny 180501f
Update finalized Spanish translations
mountiny 8590f20
Fix route. Add back button press
marcaaron 8695e19
remove isModal
marcaaron c6aaa2f
Fix up click away handler issues
marcaaron 7920b12
use white background
marcaaron b8b98ad
get route params from whichever route we can. they might be out of or…
marcaaron b70b419
clean up styles some more
marcaaron 78615f7
remove buttonRow
marcaaron 91e0d45
clean up badge style
marcaaron 1ec0ea9
remove sms domain
marcaaron 181625e
Make entire row touchable
marcaaron ce20252
fix bug discovered on android due to null policy
marcaaron 10d70ae
Update border width to be 1px
mountiny 3eb5818
Update Spanish translation
mountiny 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 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
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
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.
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.
Nice 👍🏾