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
cab3ccb9
Commit
cab3ccb9
authored
Aug 03, 2022
by
Kevin Yumang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SERV-2286 - listgroup modifications - added option to add or remove border
parent
c68c301f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
Config.php
src/Views/Limitless/Listgroup/Config.php
+2
-1
Index.blade.php
src/Views/Limitless/Listgroup/Documentation/Index.blade.php
+1
-1
Start.blade.php
src/Views/Limitless/Listgroup/Start.blade.php
+1
-0
Start.php
src/Views/Limitless/Listgroup/Start.php
+0
-1
No files found.
src/Views/Limitless/Listgroup/Config.php
View file @
cab3ccb9
...
...
@@ -44,7 +44,8 @@
*/
public
function
listGroupStart
(
$parameters
)
{
return
View
(
'Limitless::Listgroup.Start'
);
return
View
(
'Limitless::Listgroup.Start'
)
->
withBorder
(
$parameters
??
false
);
}
...
...
src/Views/Limitless/Listgroup/Documentation/Index.blade.php
View file @
cab3ccb9
...
...
@@ -6,7 +6,7 @@
{{
--
https
://
manticore5029f2b2nexus
.
bugsmasher
.
online
/
ceetrox
/
sidekick
/
resource
/
public
/
Webdesigns
/
design
-
limitless
/
Template
/
layout_1
/
LTR
/
dark
/
full
/
components_navs
.
html
--
}}
@
Limitless
::
CardStart
([
'title'
=>
"Description"
,
'icon'
=>
'icon-info22'
])
@
Limitless
::
ListGroupStart
@
Limitless
::
ListGroupStart
(
false
)
@
Limitless
::
ListGroupHeader
([
'title'
=>
'List Group'
,
'icon'
=>
'icon-comment-discussion'
])
@
Limitless
::
ListGroupItem
([
'title'
=>
'Item 1'
,
'icon'
=>
'icon-mention'
])
@
Limitless
::
ListGroupItem
([
'title'
=>
'Item 2'
])
...
...
src/Views/Limitless/Listgroup/Start.blade.php
0 → 100644
View file @
cab3ccb9
<ul
class=
"list-group @if($border == false) list-group-flush @endif"
>
src/Views/Limitless/Listgroup/Start.php
deleted
100644 → 0
View file @
c68c301f
<ul
class=
"list-group"
>
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