-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1423 UI review create project (#1446)
* #1423 Hide text 1)Test project 2)Make sure your project is hidden and check text color * #1423 Add (i) on not listed the project * #1423 Add hide/show test project * #1423 Fix lint * #1423 Fix url
- Loading branch information
1 parent
45f2a63
commit 4d6d5b0
Showing
6 changed files
with
27 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,6 +23,20 @@ export const rawUsers: UserProfile[] = [ | |
idAuth0: 'auth0|6451c69c9ea0d78b7346ea61', | ||
firstName: 'Bhattarapong', | ||
lastName: 'Somwong' | ||
}, | ||
{ | ||
id: 9003, | ||
email: '[email protected]', | ||
idAuth0: 'google-oauth2|106668036500604495330', | ||
firstName: 'ratree', | ||
lastName: 'onchana' | ||
}, | ||
{ | ||
id: 9004, | ||
email: '[email protected]', | ||
idAuth0: 'auth0|5fa13093c5fb6300798e93fa', | ||
firstName: 'Ratree', | ||
lastName: 'Onchana' | ||
} | ||
] | ||
|
||
|
@@ -31,7 +45,8 @@ export const rawUsersWithRolesToProjects: LocationProjectAndRoles[] = [ | |
slug: 'puerto-rico', | ||
users: [ | ||
{ userId: 9001, roleId: 1 }, // nui as owner | ||
{ userId: 9002, roleId: 3 } // art as guest | ||
{ userId: 9002, roleId: 3 }, // art as guest | ||
{ userId: 9003, roleId: 1 } // tree as admin | ||
] | ||
}, | ||
{ | ||
|
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