diff --git a/CHANGELOG.md b/CHANGELOG.md index 428d3613f..55d3ffc3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -91,6 +91,7 @@ - Updated SearchController, update version. ([8d923d77](https://github.com/pixelfed/pixelfed/commit/8d923d77)) - Updated email confirmation middleware, add 2FA to allow list. Fixes ([#2385](https://github.com/pixelfed/pixelfed/issues/2385)). ([27f3b29c](https://github.com/pixelfed/pixelfed/commit/27f3b29c)) - Updated NotificationTransformer, fixes ([#2389](https://github.com/pixelfed/pixelfed/issues/2389)). ([c4506ebd](https://github.com/pixelfed/pixelfed/commit/c4506ebd)) +- Updated Profile + Timeline components, simplify UI. ([38d28ab4](https://github.com/pixelfed/pixelfed/commit/38d28ab4)) ## [v0.10.9 (2020-04-17)](https://github.com/pixelfed/pixelfed/compare/v0.10.8...v0.10.9) ### Added diff --git a/public/js/profile.js b/public/js/profile.js index 0d603f38e..c04804fdd 100644 Binary files a/public/js/profile.js and b/public/js/profile.js differ diff --git a/public/js/timeline.js b/public/js/timeline.js index 3305f8ca7..a299dde65 100644 Binary files a/public/js/timeline.js and b/public/js/timeline.js differ diff --git a/public/mix-manifest.json b/public/mix-manifest.json index d6ac304d8..48f72871a 100644 Binary files a/public/mix-manifest.json and b/public/mix-manifest.json differ diff --git a/resources/assets/js/components/Profile.vue b/resources/assets/js/components/Profile.vue index 95e01481b..78ea8992e 100644 --- a/resources/assets/js/components/Profile.vue +++ b/resources/assets/js/components/Profile.vue @@ -165,7 +165,7 @@ COLLECTIONS diff --git a/resources/assets/js/components/Timeline.vue b/resources/assets/js/components/Timeline.vue index cef317ce2..5a9ef6a5a 100644 --- a/resources/assets/js/components/Timeline.vue +++ b/resources/assets/js/components/Timeline.vue @@ -7,16 +7,17 @@

-
+

  {{scope == 'local' ? 'Public' : 'Home'}} Timeline

-   Feed -   |   -   Grid + + + +

- New Post +

@@ -266,8 +267,8 @@
-->
-
- @@ -372,13 +373,14 @@ diff --git a/resources/views/status/compose.blade.php b/resources/views/status/compose.blade.php index 62624da05..ff9971b7e 100644 --- a/resources/views/status/compose.blade.php +++ b/resources/views/status/compose.blade.php @@ -2,37 +2,12 @@ @section('content') -
-
-
-
- ComposeUI v3 is deprecated -
- It will be removed after June 1st, 2020 -
-

- Compose New Post -

-
-
+
+
+ComposeUI v3 is deprecated +
+Please use the new UI to compose a post. +
- - -@endsection - -@push('scripts') - - - -@endpush \ No newline at end of file +@endsection \ No newline at end of file