mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-26 16:23:16 +00:00
Merge pull request #1330 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
e38ed64edc
3 changed files with 2 additions and 2 deletions
BIN
public/js/activity.js
vendored
BIN
public/js/activity.js
vendored
Binary file not shown.
Binary file not shown.
|
@ -115,7 +115,7 @@ export default {
|
|||
fetchNotifications() {
|
||||
axios.get('/api/v1/notifications', {
|
||||
params: {
|
||||
pg: true
|
||||
pg: false
|
||||
}
|
||||
})
|
||||
.then(res => {
|
||||
|
@ -141,7 +141,7 @@ export default {
|
|||
axios.get('/api/v1/notifications', {
|
||||
params: {
|
||||
page: this.notificationCursor,
|
||||
pg: true
|
||||
pg: false
|
||||
}
|
||||
}).then(res => {
|
||||
if(res.data.length > 0) {
|
||||
|
|
Loading…
Reference in a new issue