Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
S
sidekick
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Privat - Marco Schmiedel
sidekick
Commits
7742fc12
Commit
7742fc12
authored
Jul 07, 2022
by
Kevin Yumang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SERV-2286 - top nav elements - footer
parent
d4d17794
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
43 additions
and
6 deletions
+43
-6
Master.blade.php
src/Views/Limitless/Help/Layout/Master.blade.php
+9
-3
Config.php
src/Views/Limitless/Topnav/Config.php
+20
-1
DropdownContentFooterIconButton.blade.php
...imitless/Topnav/DropdownContentFooterIconButton.blade.php
+5
-0
DropdownContentFooterStart.blade.php
...ews/Limitless/Topnav/DropdownContentFooterStart.blade.php
+8
-0
DropdownContentFooterStart.php
src/Views/Limitless/Topnav/DropdownContentFooterStart.php
+0
-1
DropdownContentFooterStop.php
src/Views/Limitless/Topnav/DropdownContentFooterStop.php
+1
-1
No files found.
src/Views/Limitless/Help/Layout/Master.blade.php
View file @
7742fc12
...
...
@@ -36,9 +36,13 @@
@
Limitless
::
TopNavMenuItemDropdownStart
([
'user'
=>
'Kivin'
,
'img'
=>
'/ceetrox/sidekick/resource/public/Webdesigns/design-limitless/Template/global_assets/images/placeholders/placeholder.jpg'
,
'basic-dropdown'
=>
false
])
@
Limitless
::
TopNavDropdownContentBodyStart
@
Limitless
::
TopNavDropdownContentMenuItem
([
'title'
=>
'title'
,
'subtitle'
=>
'subtitle'
,
'icon'
=>
'icon-pencil3'
,
'icon-color'
=>
'primary'
,
'description'
=>
'description here'
,
'sub-description'
=>
'subdescription'
])
@
Limitless
::
TopNavDropdownContentMenuItem
([
'title'
=>
'title'
,
'subtitle'
=>
'subtitle'
,
'img'
=>
'/ceetrox/sidekick/resource/public/Webdesigns/design-limitless/Template/global_assets/images/placeholders/placeholder.jpg'
,
'description'
=>
'description here'
,
'sub-description'
=>
'subdescription'
])
@
Limitless
::
TopNavDropdownContentMenuItem
([
'title'
=>
'title'
,
'subtitle'
=>
'subtitle'
,
'icon'
=>
'icon-pencil3'
,
'icon-color'
=>
'primary'
,
'description'
=>
'description here'
,
'sub-description'
=>
'subdescription'
])
@
Limitless
::
TopNavDropdownContentMenuItem
([
'title'
=>
'title'
,
'subtitle'
=>
'subtitle'
,
'img'
=>
'/ceetrox/sidekick/resource/public/Webdesigns/design-limitless/Template/global_assets/images/placeholders/placeholder.jpg'
,
'description'
=>
'description here'
,
'sub-description'
=>
'subdescription'
])
@
Limitless
::
TopNavDropdownContentBodyStop
@
Limitless
::
TopNavDropdownContentFooterStart
([
'text'
=>
'test'
])
@
Limitless
::
TopNavDropdownContentFooterIconButton
([
'icon'
=>
'icon-calendar3'
,
'tooltip-text'
=>
'calendar'
])
@
Limitless
::
TopNavDropdownContentFooterIconButton
([
'icon'
=>
'icon-menu7'
,
'tooltip-text'
=>
'more'
])
@
Limitless
::
TopNavDropdownContentFooterStop
@
Limitless
::
TopNavMenuItemDropdownStop
@
Limitless
::
TopNavStop
...
...
@@ -46,11 +50,13 @@
@
Limitless
::
TopNavStart
(
true
)
@
Limitless
::
TopNavMenuItemDropdownStart
([
'icon-only'
=>
true
,
'icon'
=>
'icon-bubbles4'
,
'badge'
=>
'99+'
,
'badge-color'
=>
'primary'
,
'basic-dropdown'
=>
false
,
'caret'
=>
false
])
@
Limitless
::
TopNavDropdownContentHeaderStart
([
'title'
=>
[
'value'
=>
'content header <code>test</code>'
,
'secure'
=>
false
],
'icon'
=>
'icon-compose'
])
@
Limitless
::
TopNavDropdownContentHeaderStart
([
'title'
=>
[
'value'
=>
'content header <code>test</code>'
,
'secure'
=>
false
],
'icon'
=>
'icon-compose'
])
@
Limitless
::
TopNavDropdownContentBodyStart
@
Limitless
::
TopNavDropdownContentMenuItem
([
'title'
=>
'title'
,
'subtitle'
=>
'subtitle'
,
'icon'
=>
'icon-pencil3'
,
'icon-color'
=>
'primary'
,
'description'
=>
'description here'
,
'sub-description'
=>
'subdescription'
])
@
Limitless
::
TopNavDropdownContentMenuItem
([
'title'
=>
'title'
,
'subtitle'
=>
'subtitle'
,
'img'
=>
'/ceetrox/sidekick/resource/public/Webdesigns/design-limitless/Template/global_assets/images/placeholders/placeholder.jpg'
,
'description'
=>
'description here'
,
'sub-description'
=>
'subdescription'
])
@
Limitless
::
TopNavDropdownContentBodyStop
@
Limitless
::
TopNavDropdownContentFooterStart
([
'tooltip-text'
=>
'test'
,
'icon'
=>
'icon-calendar3'
])
@
Limitless
::
TopNavDropdownContentFooterStop
@
Limitless
::
TopNavMenuItemDropdownStop
@
Limitless
::
TopNavMenuItem
...
...
src/Views/Limitless/Topnav/Config.php
View file @
7742fc12
...
...
@@ -45,6 +45,7 @@ class Config
'Limitless::TopNavDropdownContentHeaderStop'
=>
'topNavDropdownContentHeaderStop'
,
'Limitless::TopNavDropdownContentFooterStart'
=>
'topNavDropdownContentFooterStart'
,
'Limitless::TopNavDropdownContentFooterStop'
=>
'topNavDropdownContentFooterStop'
,
'Limitless::TopNavDropdownContentFooterIconButton'
=>
'topNavDropdownContentFooterIconButton'
,
];
public
$assetAllocation
;
...
...
@@ -59,6 +60,20 @@ class Config
];
}
/*
|--------------------------------------------------------------------------------------------
| Method "topNavDropdownContentFooterIconButton"
|--------------------------------------------------------------------------------------------
*/
public
function
topNavDropdownContentFooterIconButton
(
$parameters
)
{
return
View
(
'Limitless::Topnav.DropdownContentFooterIconButton'
)
->
withUrl
(
$parameters
[
'url'
]
??
null
)
->
withTooltipText
(
$parameters
[
'tooltip-text'
]
??
null
)
->
withIcon
(
$parameters
[
'icon'
]
??
null
);
}
/*
|--------------------------------------------------------------------------------------------
| Method "topNavDropdownContentFooterStart"
...
...
@@ -66,7 +81,11 @@ class Config
*/
public
function
topNavDropdownContentFooterStart
(
$parameters
)
{
return
View
(
'Limitless::Topnav.DropdownContentFooterStart'
);
return
View
(
'Limitless::Topnav.DropdownContentFooterStart'
)
->
withText
(
$parameters
[
'text'
]
??
null
)
->
withUrl
(
$parameters
[
'url'
]
??
null
)
->
withIcon
(
$parameters
[
'icon'
]
??
null
)
->
withTooltipText
(
$parameters
[
'tooltip-text'
]
??
null
);
}
...
...
src/Views/Limitless/Topnav/DropdownContentFooterIconButton.blade.php
0 → 100644
View file @
7742fc12
<a
href=
"{{ $url }}"
class=
"text-white ml-1"
title
data-popup=
"tooltip"
data-original-title=
"{{ $tooltipText }}"
>
<i
class=
"{{ $icon }}"
></i>
</a>
\ No newline at end of file
src/Views/Limitless/Topnav/DropdownContentFooterStart.blade.php
0 → 100644
View file @
7742fc12
<div
class=
"dropdown-content-footer"
>
@if($text)
<a
href=
"{{ $url }}"
class=
"text-white mr-auto"
>
{{ $text }}
</a>
@endif
@if($icon
&&
!$text)
<a
href=
"{{ $url }}"
class=
"text-muted w-100"
data-popup=
"tooltip"
title=
""
data-original-title=
"{{ $tooltipText }}"
>
<i
class=
"{{ $icon }} d-block top-0"
></i>
</a>
@endif
<div>
\ No newline at end of file
src/Views/Limitless/Topnav/DropdownContentFooterStart.php
deleted
100644 → 0
View file @
d4d17794
<div
class=
"dropdown-content-footer"
>
src/Views/Limitless/Topnav/DropdownContentFooterStop.php
View file @
7742fc12
</div>
</div>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment