Made Profile & Account Settings functional
Also moved redundant HTML markup to component file for reuse. Username to UUID converter also added as Middleware
This commit is contained in:
@@ -208,7 +208,7 @@ return [
|
||||
*/
|
||||
|
||||
'menu' => [
|
||||
'My Account',
|
||||
'Applications',
|
||||
[
|
||||
'text' => 'My Applications',
|
||||
'icon' => 'fas fa-fw fa-list-ul',
|
||||
@@ -218,7 +218,7 @@ return [
|
||||
'icon' => 'fas fa-fw fa-check-double',
|
||||
'url' => '/applications/current'
|
||||
]
|
||||
]
|
||||
],
|
||||
|
||||
],
|
||||
'My Profile',
|
||||
@@ -227,6 +227,11 @@ return [
|
||||
'url' => '/profile/settings',
|
||||
'icon' => 'fas fa-fw fa-cog'
|
||||
],
|
||||
[
|
||||
'text' => 'My Account Settings',
|
||||
'icon' => 'fas fa-user-circle',
|
||||
'url' => '/profile/settings/account'
|
||||
],
|
||||
'Application Management',
|
||||
[
|
||||
'text' => 'Outstanding Applications',
|
||||
|
@@ -7,7 +7,8 @@ return [
|
||||
|
||||
'mojang' => [
|
||||
|
||||
'statuscheck' => env('MOJANG_STATUS_URL') ?? 'https://status.mojang.com/check'
|
||||
'statuscheck' => env('MOJANG_STATUS_URL') ?? 'https://status.mojang.com/check',
|
||||
'api' => env('MOJANG_API_URL') ?? ' https://api.mojang.com'
|
||||
|
||||
]
|
||||
]
|
||||
|
Reference in New Issue
Block a user