#90 - user profile #125
Reference in New Issue
Block a user
Delete Branch "#90-user-profile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It should close #90 and fixes #124
Also, there are many ui fixes.
@@ -17,11 +17,29 @@ class ExceptionHandler extends Handler"password_confirmation",];protected array $handleByInertia = [Could you use
Response::METHOD_NOT_ALLOWEDand other consts instead of magic numbers?@@ -45,3 +45,3 @@{$user = $this->user->first_name;$user = $this->user->profile->first_name;$type = $this->vacationRequest->type->label();Why
first_name, butfullName?Do we need this docblock with these here https://github.com/illuminate/collections/blob/master/Collection.php#L60 ?
👀