mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #1229 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
1d5cf6633f
6 changed files with 3 additions and 4 deletions
|
@ -48,7 +48,7 @@ services:
|
||||||
command: gosu www-data php artisan horizon
|
command: gosu www-data php artisan horizon
|
||||||
|
|
||||||
db:
|
db:
|
||||||
image: mysql:5.7
|
image: mysql:8.0
|
||||||
networks:
|
networks:
|
||||||
- internal
|
- internal
|
||||||
environment:
|
environment:
|
||||||
|
|
BIN
public/js/status.js
vendored
BIN
public/js/status.js
vendored
Binary file not shown.
BIN
public/js/timeline.js
vendored
BIN
public/js/timeline.js
vendored
Binary file not shown.
Binary file not shown.
|
@ -363,8 +363,7 @@
|
||||||
|
|
||||||
<style type="text/css" scoped>
|
<style type="text/css" scoped>
|
||||||
.status-comments,
|
.status-comments,
|
||||||
.reactions,
|
.reactions {
|
||||||
.col-md-4 {
|
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
.postPresenterContainer {
|
.postPresenterContainer {
|
||||||
|
|
|
@ -450,7 +450,7 @@
|
||||||
axios.get(apiUrl, {
|
axios.get(apiUrl, {
|
||||||
params: {
|
params: {
|
||||||
max_id: this.max_id,
|
max_id: this.max_id,
|
||||||
limit: 4
|
limit: 6
|
||||||
}
|
}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
let data = res.data;
|
let data = res.data;
|
||||||
|
|
Loading…
Reference in a new issue