Add teams administration panel #3

Merged
maxime.batista merged 4 commits from teams into master 1 year ago
Owner
There is no content yet.
samuel.berion added 3 commits 1 year ago
samuel.berion force-pushed teams from e6e34c3627 to 39ed6a9ac7 1 year ago
maxime.batista requested changes 1 year ago
namespace AdminPanel.Components;

empty class

empty class
samuel.berion marked this conversation as resolved
private bool _isOpenAdd;
private bool _isOpenConf;
private bool success;
private string[] errors = { };

errors and success should follow the naming convention of private fields : _success and _errors

`errors` and `success` should follow the naming convention of private fields : `_success` and `_errors`
samuel.berion marked this conversation as resolved
<h3>TeamListPanel_razor_cs</h3>

empty file ? is it used ?

empty file ? is it used ?
samuel.berion marked this conversation as resolved
samuel.berion added 1 commit 1 year ago
maxime.batista merged commit 21404dc813 into master 1 year ago
maxime.batista referenced this issue from a commit 1 year ago

Reviewers

maxime.batista requested changes 1 year ago
The pull request has been merged as 21404dc813.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: IQBall/Server-Panel#3
Loading…
There is no content yet.