forked from mirror/pixelfed
Merge pull request #1229 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
1d5cf6633f
6 changed files with 7 additions and 8 deletions
|
@ -48,7 +48,7 @@ services:
|
|||
command: gosu www-data php artisan horizon
|
||||
|
||||
db:
|
||||
image: mysql:5.7
|
||||
image: mysql:8.0
|
||||
networks:
|
||||
- internal
|
||||
environment:
|
||||
|
|
2
public/js/status.js
vendored
2
public/js/status.js
vendored
File diff suppressed because one or more lines are too long
2
public/js/timeline.js
vendored
2
public/js/timeline.js
vendored
File diff suppressed because one or more lines are too long
|
@ -10,6 +10,6 @@
|
|||
"/js/discover.js": "/js/discover.js?id=75fb12b06ee23fa05186",
|
||||
"/js/profile.js": "/js/profile.js?id=0bb23e4365ea2cd8516c",
|
||||
"/js/search.js": "/js/search.js?id=0d3d080dc05f4f49b204",
|
||||
"/js/status.js": "/js/status.js?id=0b11c2129b9ebdb0eddf",
|
||||
"/js/timeline.js": "/js/timeline.js?id=ddd67f04a35444e402f7"
|
||||
"/js/status.js": "/js/status.js?id=bf48fe9060a74d1180f2",
|
||||
"/js/timeline.js": "/js/timeline.js?id=58580b00340d53422546"
|
||||
}
|
||||
|
|
|
@ -363,8 +363,7 @@
|
|||
|
||||
<style type="text/css" scoped>
|
||||
.status-comments,
|
||||
.reactions,
|
||||
.col-md-4 {
|
||||
.reactions {
|
||||
background: #fff;
|
||||
}
|
||||
.postPresenterContainer {
|
||||
|
|
|
@ -450,7 +450,7 @@
|
|||
axios.get(apiUrl, {
|
||||
params: {
|
||||
max_id: this.max_id,
|
||||
limit: 4
|
||||
limit: 6
|
||||
}
|
||||
}).then(res => {
|
||||
let data = res.data;
|
||||
|
|
Loading…
Add table
Reference in a new issue