-
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.
* Implement UI * Update CentralHub.WebUI/Data/RoomService.cs Co-authored-by: Mads Mogensen <[email protected]> * Update CentralHub.WebUI/Pages/Rooms.razor Co-authored-by: Mads Mogensen <[email protected]> * Initial fixes in Rooms.razor - _selectedTrackerMacAddress has been renamed and is now null as default (checks for this hasn't been changed - every method and class has been made private - String -> string - a list has been changed to var * Checks in RoomService for if rooms have been successfully been added, romeved and updated * Checks in TrackerService for if a tracker has benn succesfully been added or removed * Switched around all checks in Rooms-razor, so the same check isn't made twice * dotnet format * The start of fixing the problem with empty lists chrasing the system (a half commit, so I can continue at home) * Fixed the problem with addTracker, when no unregistered trackers are available * list -> var * list -> var && String -> string && VarName -> varName * String -> string * String -> string * Mainly removal of '!'s from variables Have removed alsmost all '!' apart from the ones for _selectedTracker and _selectedWRoom at call of ConfirmEditTracker(), DeleteTrackerModal(), DeleteRoomModal(), and ConfirmEditRoom() * Rettelse continued * last changes * last last commit * last last last commit * last last last last commit * reload --------- Co-authored-by: Mads Mogensen <[email protected]>
- Loading branch information
Showing
19 changed files
with
17,578 additions
and
96 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
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.