1
0
Эх сурвалжийг харах

Merge pull request #1229 from pixelfed/frontend-ui-refactor

Frontend ui refactor
daniel 6 жил өмнө
parent
commit
1d5cf6633f

+ 1 - 1
docker-compose.yml

@@ -48,7 +48,7 @@ services:
     command: gosu www-data php artisan horizon
     
   db:
-    image: mysql:5.7
+    image: mysql:8.0
     networks:
       - internal
     environment:

BIN
public/js/status.js


BIN
public/js/timeline.js


BIN
public/mix-manifest.json


+ 1 - 2
resources/assets/js/components/PostComponent.vue

@@ -363,8 +363,7 @@
 
 <style type="text/css" scoped>
   .status-comments,
-  .reactions,
-  .col-md-4 {
+  .reactions {
     background: #fff;
   }
   .postPresenterContainer {

+ 1 - 1
resources/assets/js/components/Timeline.vue

@@ -450,7 +450,7 @@
 				axios.get(apiUrl, {
 					params: {
 						max_id: this.max_id,
-						limit: 4
+						limit: 6
 					}
 				}).then(res => {
 					let data = res.data;