-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix#997/projects users followup (#1008)
* fix: same id in user db * fix: incorrect active users when searching * fix: fetch new data when it is updated * fix: make edit and delete button smaller * fix: save projects layout to local storage
- Loading branch information
Showing
7 changed files
with
30 additions
and
34 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 |
---|---|---|
|
@@ -210,7 +210,7 @@ | |
"notes": "voluptatibus et soluta" | ||
}, | ||
{ | ||
"id": 21, | ||
"id": 22, | ||
"active": true, | ||
"fullname": "Raymond Simonis", | ||
"email": "[email protected]", | ||
|
@@ -220,7 +220,7 @@ | |
"notes": "aut id molestiae" | ||
}, | ||
{ | ||
"id": 22, | ||
"id": 23, | ||
"active": true, | ||
"fullname": "Janice Sporer", | ||
"email": "[email protected]", | ||
|
@@ -230,7 +230,7 @@ | |
"notes": "magnam eum aliquam" | ||
}, | ||
{ | ||
"id": 23, | ||
"id": 24, | ||
"active": true, | ||
"fullname": "Francis Schowalter", | ||
"email": "[email protected]", | ||
|
@@ -240,7 +240,7 @@ | |
"notes": "similique architecto in" | ||
}, | ||
{ | ||
"id": 24, | ||
"id": 25, | ||
"active": true, | ||
"fullname": "Emilio Hoppe", | ||
"email": "[email protected]", | ||
|
@@ -250,7 +250,7 @@ | |
"notes": "rerum quae dolorem" | ||
}, | ||
{ | ||
"id": 25, | ||
"id": 26, | ||
"active": true, | ||
"fullname": "Janice Harber", | ||
"email": "[email protected]", | ||
|
@@ -260,7 +260,7 @@ | |
"notes": "iure dolor provident" | ||
}, | ||
{ | ||
"id": 26, | ||
"id": 27, | ||
"fullname": "Evelyn Morar", | ||
"email": "[email protected]", | ||
"role": "user", | ||
|
@@ -270,7 +270,7 @@ | |
"notes": "quae eos placeat" | ||
}, | ||
{ | ||
"id": 27, | ||
"id": 28, | ||
"fullname": "Antoinette Schneider", | ||
"email": "[email protected]", | ||
"role": "user", | ||
|
@@ -280,7 +280,7 @@ | |
"notes": "qui cumque unde" | ||
}, | ||
{ | ||
"id": 28, | ||
"id": 29, | ||
"fullname": "Ebony Daniel", | ||
"email": "[email protected]", | ||
"role": "user", | ||
|
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
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