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

Frontend ui refactor
This commit is contained in:
daniel 2019-06-03 14:55:11 -06:00 committed by GitHub
commit e38ed64edc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

BIN
public/js/activity.js vendored

Binary file not shown.

Binary file not shown.

View file

@ -115,7 +115,7 @@ export default {
fetchNotifications() { fetchNotifications() {
axios.get('/api/v1/notifications', { axios.get('/api/v1/notifications', {
params: { params: {
pg: true pg: false
} }
}) })
.then(res => { .then(res => {
@ -141,7 +141,7 @@ export default {
axios.get('/api/v1/notifications', { axios.get('/api/v1/notifications', {
params: { params: {
page: this.notificationCursor, page: this.notificationCursor,
pg: true pg: false
} }
}).then(res => { }).then(res => {
if(res.data.length > 0) { if(res.data.length > 0) {