-
- @include('home.parts.expand-toggle', ['classes' => 'text-muted text-primary', 'target' => '.entity-list.compact .entity-item-snippet', 'key' => 'home-details'])
-
-
-
- @include('common.dark-mode-toggle', ['classes' => 'text-muted icon-list-item text-primary'])
-
+
+
+ @include('home.parts.expand-toggle', ['classes' => 'text-muted text-link', 'target' => '.entity-list.compact .entity-item-snippet', 'key' => 'home-details'])
+
+
+
+ @include('common.dark-mode-toggle', ['classes' => 'text-muted icon-list-item text-link'])
- @component('common.confirm-dialog', ['title' => 'Destroy Dogs'])
-
Are you sure you want to do this thingy?
-
- - This could be bad
- - This could be very bad
- - This might be very bad
-
- @endcomponent
-
-
-
-
+
@if(count($draftPages) > 0)
@@ -80,14 +60,16 @@
'emptyText' => trans('entities.no_pages_recently_updated'),
])
-
+ @if(count($recentlyUpdatedPages) > 0)
+
+ @endif
-
-
-
{{ trans('entities.recent_activity') }}
+
+
{{ trans('entities.recent_activity') }}
+
@include('common.activity-list', ['activity' => $activity])