KodeStar
7 years ago
12 changed files with 661 additions and 432 deletions
File diff suppressed because it is too large
File diff suppressed because it is too large
@ -1,4 +1,4 @@ |
|||||
{ |
{ |
||||
"/css/app.css": "/css/app.css?id=4d970da293df2200c19d", |
"/css/app.css": "/css/app.css?id=74fa6f50c8e0638a2f2c", |
||||
"/js/app.js": "/js/app.js?id=0414ea2af14fb9cba08a" |
"/js/app.js": "/js/app.js?id=86f37c024211b755c39e" |
||||
} |
} |
@ -0,0 +1,3 @@ |
|||||
|
<section class="add-item"> |
||||
|
<a id="add-item" href="">Pin item to dash</a> |
||||
|
</section> |
@ -0,0 +1,12 @@ |
|||||
|
<section class="item-container"> |
||||
|
<div class="item" style="background-color: {{ $app->colour }}"> |
||||
|
@if($app->icon) |
||||
|
<img src="" /> |
||||
|
@else |
||||
|
<i class="fas fa-app-store-ios"></i> |
||||
|
@endif |
||||
|
{{ $app->title }} |
||||
|
Item |
||||
|
<a class="link" href="{{ $app->url }}"><i class="fas fa-arrow-alt-to-right"></i></a> |
||||
|
</div> |
||||
|
</section> |
Loading…
Reference in new issue