feat(#003): feature users list#9
Merged
hectorguillen-blip merged 13 commits into7369-admin-angular-upgradefrom Mar 31, 2026
Merged
feat(#003): feature users list#9hectorguillen-blip merged 13 commits into7369-admin-angular-upgradefrom
hectorguillen-blip merged 13 commits into7369-admin-angular-upgradefrom
Conversation
jomcarvajal
reviewed
Mar 25, 2026
jomcarvajal
reviewed
Mar 25, 2026
jomcarvajal
reviewed
Mar 25, 2026
jomcarvajal
reviewed
Mar 25, 2026
jomcarvajal
reviewed
Mar 25, 2026
jomcarvajal
reviewed
Mar 25, 2026
jomcarvajal
reviewed
Mar 25, 2026
jomcarvajal
reviewed
Mar 25, 2026
jomcarvajal
reviewed
Mar 25, 2026
jomcarvajal
reviewed
Mar 25, 2026
jomcarvajal
reviewed
Mar 25, 2026
jomcarvajal
reviewed
Mar 25, 2026
jomcarvajal
reviewed
Mar 25, 2026
jomcarvajal
reviewed
Mar 25, 2026
jomcarvajal
reviewed
Mar 25, 2026
jomcarvajal
reviewed
Mar 25, 2026
jomcarvajal
reviewed
Mar 25, 2026
jomcarvajal
reviewed
Mar 25, 2026
jomcarvajal
requested changes
Mar 25, 2026
There was a problem hiding this comment.
I like how you manage tests files 💯 I left some minor comments. Let me know if you're agree or if you want to discuss something! Also is it possible to add screenshots of the FE changes ? And the test-coverage of the new files ?
PD: Lint is failing in PR title. propably is expecting a space after colon
3 tasks
jomcarvajal
reviewed
Mar 26, 2026
| <div class="loader"></div> | ||
| } | ||
|
|
||
| @if (!loading) { |
There was a problem hiding this comment.
Let's use @else here. You're already calling @if (loading) so that means that if the code didn't enter there is because !loading is true
jomcarvajal
reviewed
Mar 26, 2026
jomcarvajal
reviewed
Mar 26, 2026
jomcarvajal
reviewed
Mar 26, 2026
jomcarvajal
reviewed
Mar 26, 2026
jomcarvajal
reviewed
Mar 26, 2026
jomcarvajal
reviewed
Mar 26, 2026
jomcarvajal
reviewed
Mar 26, 2026
jomcarvajal
requested changes
Mar 26, 2026
jomcarvajal
requested changes
Mar 27, 2026
jomcarvajal
left a comment
There was a problem hiding this comment.
Just an observation. And Be sure all tests pass before merge
| "lockfileVersion": 3, | ||
| "requires": true, | ||
| "packages": { | ||
| "": { |
There was a problem hiding this comment.
This file should have 0 changes taking into account you didn't modify the package.json
c610bf5 to
7235511
Compare
…em units, User interface, global variables
7235511 to
58e61d5
Compare
jomcarvajal
approved these changes
Mar 31, 2026
c349c05
into
7369-admin-angular-upgrade
142 of 149 checks passed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Creation of the Users List settings page as part of the new Angular admin tool.
Allows administrators to view and manage the list of users registered in the
application. Connects to the existing
/api/v1/usersAPI endpoints with sessioncookie authentication.
Closes #XXXX
Code review checklist
License
The software is provided under AGPL-3.0. Contributions to this project
are accepted under the same license.
feat(#3): add users list page