Commit bf8f22a7 authored by Brian Wangora's avatar Brian Wangora

Nav icons changed to black, icons and images added

parent 77a26c8e
...@@ -20,7 +20,7 @@ return [ ...@@ -20,7 +20,7 @@ return [
'title_icon' => [ 'title_icon' => [
'enabled' => true, 'enabled' => true,
'img' => [ 'img' => [
'path' => 'images/coat-of-arms.webp', 'path' => 'images/coat-of-arms.png',
'alt' => 'Coat of Arms', 'alt' => 'Coat of Arms',
], ],
], ],
...@@ -38,8 +38,8 @@ return [ ...@@ -38,8 +38,8 @@ return [
| |
*/ */
'use_ico_only' => true, 'use_ico_only' => false,
'use_full_favicon' => false, 'use_full_favicon' => true,
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
...@@ -72,11 +72,13 @@ return [ ...@@ -72,11 +72,13 @@ return [
*/ */
'logo' => '<b>IPRS</b>', 'logo' => '<b>IPRS</b>',
'logo_img' => 'images/coat-of-arms.webp', 'logo_img' => 'images/coat-of-arms.png',
'logo_img_class' => 'brand-image img-circle elevation-3', 'logo_img_class' => 'brand-image img-circle elevation-3',
'logo_img_xl' => null, 'logo_img_xl' => null,
'logo_img_xl_class' => 'brand-image-xs', 'logo_img_xl_class' => 'brand-image-xs',
'logo_img_alt' => 'IPRS Logo', 'logo_img_alt' => 'IPRS Logo',
'logo-img-width' => 20,
'logo-img-height' => 20,
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
...@@ -94,7 +96,7 @@ return [ ...@@ -94,7 +96,7 @@ return [
'auth_logo' => [ 'auth_logo' => [
'enabled' => false, 'enabled' => false,
'img' => [ 'img' => [
'path' => 'vendor/adminlte/dist/img/coat-of-arms.webp', 'path' => 'vendor/adminlte/dist/img/coat-of-arms.png',
'alt' => 'IPRS Logo', 'alt' => 'IPRS Logo',
'class' => '', 'class' => '',
'width' => 50, 'width' => 50,
...@@ -121,7 +123,7 @@ return [ ...@@ -121,7 +123,7 @@ return [
'enabled' => true, 'enabled' => true,
'mode' => 'fullscreen', 'mode' => 'fullscreen',
'img' => [ 'img' => [
'path' => 'images/coat-of-arms.webp', 'path' => 'images/coat-of-arms.png',
'alt' => 'Coat of Arms', 'alt' => 'Coat of Arms',
'effect' => 'animation__wobble', 'effect' => 'animation__wobble',
'width' => 160, 'width' => 160,
...@@ -355,15 +357,16 @@ return [ ...@@ -355,15 +357,16 @@ return [
], ],
// Sidebar items: // Sidebar items:
[ // [
'type' => 'sidebar-menu-search', // 'type' => 'sidebar-menu-search',
'text' => 'search', // 'text' => 'search',
], // ],
[
'text' => 'blog', // [
'url' => 'admin/blog', // 'text' => 'blog',
'can' => 'manage-blog', // 'url' => 'admin/blog',
], // 'can' => 'manage-blog',
// ],
[ [
'text' => 'Dashboard', 'text' => 'Dashboard',
...@@ -381,18 +384,12 @@ return [ ...@@ -381,18 +384,12 @@ return [
], ],
[ [
'text' => 'Search', 'text' => 'Basic Search',
'url' => 'meta/search', 'url' => 'meta/search',
'icon' => 'fas fa-fw fa-search', 'icon' => 'fas fa-fw fa-search',
'can'=> 'basicSearch' 'can'=> 'basicSearch'
], ],
[
'text' => 'Account',
'route' => 'account.index',
'icon' => 'far fa-fw fa-address-card',
'can'=> 'isClient'
],
[ [
'text' => 'Advanced Search', 'text' => 'Advanced Search',
'icon' => 'fas fa-bolt', 'icon' => 'fas fa-bolt',
...@@ -413,15 +410,20 @@ return [ ...@@ -413,15 +410,20 @@ return [
'url' => '#', 'url' => '#',
'can'=> ['advanceSearch','isAdmin'] 'can'=> ['advanceSearch','isAdmin']
], ],
[
'text' => 'Family Relations',
'url' => '#',
'can'=> ['advanceSearch','isAdmin']
],
] ]
], ],
// [ [
// 'text' => 'Advanced Search', 'text' => 'Account',
// 'url' => 'admin/search', 'route' => 'account.index',
// 'icon' => 'fas fa-bolt', 'icon' => 'far fa-fw fa-address-card',
// 'can'=> ['isClient','isAdmin'] 'can'=> 'isClient'
// ], ],
[ [
'text' => 'Billing', 'text' => 'Billing',
...@@ -476,43 +478,53 @@ return [ ...@@ -476,43 +478,53 @@ return [
] ]
], ],
[ // [
'text' => 'Onboarding', // 'text' => 'Onboarding',
'icon' => 'fas fa-fw fa-plus', // 'icon' => 'fas fa-fw fa-plus',
'url' => 'admin/client/onboarding', // 'url' => 'admin/client/onboarding',
'can'=> 'isAdmin' // 'can'=> 'isAdmin'
], // ],
[ [
'text' => 'Administration', 'text' => 'Administration',
'icon' => 'fa fa-users-cog', 'icon' => 'fa fa-users-cog',
'submenu' => [ 'submenu' => [
[
'text' => 'Onboarding',
// 'icon' => 'fas fa-fw fa-plus',
'url' => 'admin/client/onboarding',
'can'=> 'isAdmin'
],
[ [
'text' => 'Clients', 'text' => 'Clients',
#'url' => 'client'
'route'=> 'client.index', 'route'=> 'client.index',
'can'=> 'isAdmin' 'can'=> 'isAdmin'
], ],
[ [
'text' => 'Contracts', 'text' => 'Subscriptions',
'route' => 'contract.index', 'route' => 'contract.index',
'can'=> 'isAdmin' 'can'=> 'isAdmin'
], ],
[ [
'text' => 'Dictionaries', 'text' => 'Users',
'url' => '#', 'route' => 'user.index',
'can'=> 'isAdmin' 'can'=> 'isAdmin'
], ],
[ [
'text' => 'Doubles', 'text' => 'Permissions',
'url' => '#', 'route' => 'permission.index',
'can'=> 'isAdmin' 'can' => 'isAdmin'
], ],
[ [
'text' => 'System Configuration', 'text' => 'Roles',
'url' => '#', 'route' => 'role.index',
'can'=> 'isSuperAdmin' 'can'=> 'isAdmin'
], ],
// [ // [
// 'text' => 'Services', // 'text' => 'Services',
// 'route' => 'service.index', // 'route' => 'service.index',
...@@ -521,45 +533,79 @@ return [ ...@@ -521,45 +533,79 @@ return [
] ]
], ],
// [
// 'text' => 'Users',
// 'icon' => 'fa fa-user',
// 'submenu' => [
// [
// 'text' => 'Users',
// 'route' => 'user.index',
// 'can'=> 'isAdmin'
// ],
// [
// 'text' => 'Permissions',
// 'route' => 'permission.index',
// 'can' => 'isAdmin'
// ],
// [
// 'text' => 'Roles',
// 'route' => 'role.index',
// 'can'=> 'isAdmin'
// ],
// ]
// ],
[ [
'text' => 'Users', 'text' => 'Reports',
'icon' => 'fa fa-user', 'icon' => 'fas fa-chart-pie',
'submenu' => [ 'submenu' => [
[ [
'text' => 'Users', 'text' => 'Dictionaries',
'route' => 'user.index', 'url' => '#',
'can'=> 'isAdmin' 'can'=> 'isAdmin'
], ],
[ [
'text' => 'Permissions', 'text' => 'Doubles',
'route' => 'permission.index', 'url' => '#',
'can' => 'isAdmin' 'can'=> 'isAdmin'
], ],
[ [
'text' => 'Roles', 'text' => 'System Configuration',
'route' => 'role.index', 'url' => '#',
'can'=> 'isAdmin' 'can'=> 'isSuperAdmin'
], ],
]
],
[
'text' => 'Performance',
'icon' => 'fa fa-cog',
'submenu' => [
[ [
'text' => 'Audit Trails', 'text' => 'Audit Trails',
'url' => '#', 'url' => '#',
'can'=> 'isAdmin' 'can'=> 'isSuperAdmin'
], ],
[ [
'text' => 'Logged Users', 'text' => 'Logged Users',
'url' => '#', 'url' => '#',
'can'=> 'isAdmin' 'can'=> 'isSuperAdmin'
] ],
] ]
], ],
// [
// 'text' => 'Performance',
// 'icon' => 'fa fa-cog',
// 'submenu' => [
// [
// 'text' => 'Audit Trails',
// 'url' => '#',
// 'can'=> 'isAdmin'
// ],
// [
// 'text' => 'Logged Users',
// 'url' => '#',
// 'can'=> 'isAdmin'
// ]
// ]
// ],
[ [
'key' => 'organization', 'key' => 'organization',
'text' => 'Manage Organization', 'text' => 'Manage Organization',
......
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "MyWebSite",
"short_name": "MySite",
"icons": [
{
"src": "/coat-of-arms/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/coat-of-arms/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
\ No newline at end of file
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
<meta name="csrf-token" content="{{ csrf_token() }}"> <meta name="csrf-token" content="{{ csrf_token() }}">
<title>{{ config('app.name', 'IPRS') }}</title> <title>{{ config('app.name', 'IPRS') }}</title>
<link rel="shortcut icon" href="{{ asset('favicon/favicon.ico') }}">
<!-- Fonts --> <!-- Fonts -->
<link rel="dns-prefetch" href="//fonts.bunny.net"> <link rel="dns-prefetch" href="//fonts.bunny.net">
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<img src="{{ asset(config('adminlte.logo_img', 'vendor/adminlte/dist/img/AdminLTELogo.png')) }}" <img src="{{ asset(config('adminlte.logo_img', 'vendor/adminlte/dist/img/AdminLTELogo.png')) }}"
alt="{{ config('adminlte.logo_img_alt', 'AdminLTE') }}" alt="{{ config('adminlte.logo_img_alt', 'AdminLTE') }}"
class="{{ config('adminlte.logo_img_class', 'brand-image img-circle elevation-3') }}" class="{{ config('adminlte.logo_img_class', 'brand-image img-circle elevation-3') }}"
style="width: 55px; height: 55px;"> style="width: 45px; height: 45px;">
{{-- Brand text --}} {{-- Brand text --}}
<span class="brand-text font-weight-light {{ config('adminlte.classes_brand_text') }}" > &nbsp;|&nbsp; <span class="brand-text font-weight-light {{ config('adminlte.classes_brand_text') }}" > &nbsp;|&nbsp;
......
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
data-toggle="dropdown" {!! $item['data-compiled'] ?? '' !!}> data-toggle="dropdown" {!! $item['data-compiled'] ?? '' !!}>
{{-- Icon (optional) --}} {{-- Icon (optional) --}}
<div class="d-flex justify-content-center align-items-center rounded-circle p-1" style="height: 30px; width: 30px; background-color: #E7FFF2;"> <div class="d-flex justify-content-center align-items-center rounded-circle p-1" style="height: 30px; width: 30px;">
@isset($item['icon']) @isset($item['icon'])
<i class="{{ $item['icon'] }} {{ <i class="{{ $item['icon'] }} {{
isset($item['icon_color']) ? 'text-' . $item['icon_color'] : 'text-green' isset($item['icon_color']) ? 'text-' . $item['icon_color'] : 'text-black'
}}"></i> }}"></i>
@endisset @endisset
</div> </div>
......
...@@ -4,11 +4,11 @@ ...@@ -4,11 +4,11 @@
@isset($item['target']) target="{{ $item['target'] }}" @endisset @isset($item['target']) target="{{ $item['target'] }}" @endisset
{!! $item['data-compiled'] ?? '' !!}> {!! $item['data-compiled'] ?? '' !!}>
<div class="d-flex justify-content-center align-items-center rounded-circle p-1" style="height: 30px; width: 30px; background-color: #E7FFF2;"> <div class="d-flex justify-content-center align-items-center rounded-circle p-1" style="height: 30px; width: 30px;">
{{-- Icon (optional) --}} {{-- Icon (optional) --}}
@isset($item['icon']) @isset($item['icon'])
<i class="{{ $item['icon'] }} {{ <i class="{{ $item['icon'] }} {{
isset($item['icon_color']) ? 'text-' . $item['icon_color'] : 'text-green' isset($item['icon_color']) ? 'text-' . $item['icon_color'] : 'text-black'
}}"></i> }}"></i>
@endisset @endisset
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment