From 37d9951a418f339f40c7df1cadc2ec86cbb9c053 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 4 Jun 2019 18:19:41 -0600 Subject: [PATCH 1/6] Closes #1345 --- resources/views/admin/pages/home.blade.php | 4 ++-- resources/views/admin/settings/backups.blade.php | 2 +- resources/views/admin/settings/config.blade.php | 11 ++++++----- resources/views/admin/settings/features.blade.php | 2 +- resources/views/admin/settings/maintenance.blade.php | 2 +- 5 files changed, 11 insertions(+), 10 deletions(-) diff --git a/resources/views/admin/pages/home.blade.php b/resources/views/admin/pages/home.blade.php index aeccb9e2e..9bd2b9a93 100644 --- a/resources/views/admin/pages/home.blade.php +++ b/resources/views/admin/pages/home.blade.php @@ -9,9 +9,9 @@

- Feature Unavailable: This feature will be released in v0.9.0. + Feature Unavailable: This feature will be released in a future version.

- {{--< div class="table-responsive"> + {{--
diff --git a/resources/views/admin/settings/backups.blade.php b/resources/views/admin/settings/backups.blade.php index aff9a5695..0b0a2765e 100644 --- a/resources/views/admin/settings/backups.blade.php +++ b/resources/views/admin/settings/backups.blade.php @@ -9,6 +9,6 @@

- Feature Unavailable: This feature will be released in v0.9.0. + Feature Unavailable: This feature will be released in a future version.

@endsection \ No newline at end of file diff --git a/resources/views/admin/settings/config.blade.php b/resources/views/admin/settings/config.blade.php index b13b89bf3..8a9d017d0 100644 --- a/resources/views/admin/settings/config.blade.php +++ b/resources/views/admin/settings/config.blade.php @@ -5,9 +5,10 @@ @section('section')

Configuration Settings

-

Edit any .env or config setting

-
-

- Feature Unavailable: This feature will be released in v0.9.0. -

+

Edit configuration settings

+
+
+

+ Feature Unavailable: This feature will be released in a future version. +

@endsection \ No newline at end of file diff --git a/resources/views/admin/settings/features.blade.php b/resources/views/admin/settings/features.blade.php index e393b090d..f3a9f59e7 100644 --- a/resources/views/admin/settings/features.blade.php +++ b/resources/views/admin/settings/features.blade.php @@ -9,6 +9,6 @@

- Feature Unavailable: This feature will be released in v0.9.0. + Feature Unavailable: This feature will be released in a future version.

@endsection \ No newline at end of file diff --git a/resources/views/admin/settings/maintenance.blade.php b/resources/views/admin/settings/maintenance.blade.php index a89b55f43..39c79849c 100644 --- a/resources/views/admin/settings/maintenance.blade.php +++ b/resources/views/admin/settings/maintenance.blade.php @@ -9,6 +9,6 @@

- Feature Unavailable: This feature will be released in v0.9.0. + Feature Unavailable: This feature will be released in a future version.

@endsection \ No newline at end of file From 1814096f75a8dd50863b68bb3e53ec61f18ab584 Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Tue, 4 Jun 2019 21:45:53 -0600 Subject: [PATCH 2/6] Update DiscoverComponent --- .../assets/js/components/DiscoverComponent.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/resources/assets/js/components/DiscoverComponent.vue b/resources/assets/js/components/DiscoverComponent.vue index 61f0bcc97..0fae3c89d 100644 --- a/resources/assets/js/components/DiscoverComponent.vue +++ b/resources/assets/js/components/DiscoverComponent.vue @@ -22,8 +22,12 @@
- @@ -46,6 +50,14 @@ height:100px; background-size: cover !important; } + .post-icon { + color: #fff; + position:relative; + margin-top: 10px; + z-index: 9; + opacity: 0.6; + text-shadow: 3px 3px 16px #272634; + }