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

Frontend ui refactor
This commit is contained in:
daniel 2019-04-30 00:13:08 -06:00 committed by GitHub
commit 1d5cf6633f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 3 additions and 4 deletions

View file

@ -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 vendored

Binary file not shown.

BIN
public/js/timeline.js vendored

Binary file not shown.

Binary file not shown.

View file

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

View file

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