mirror of https://github.com/pixelfed/pixelfed.git
Merge pull request #1330 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
e38ed64edc
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"/js/activity.js": "/js/activity.js?id=d148322a0d90e0afe4df",
|
||||
"/js/activity.js": "/js/activity.js?id=3118f76a4259805903d8",
|
||||
"/js/app.js": "/js/app.js?id=1f05f00eec0e86f49dd4",
|
||||
"/css/app.css": "/css/app.css?id=3a974ff74b6b5905a73c",
|
||||
"/css/appdark.css": "/css/appdark.css?id=107806a000e2ca675a3c",
|
||||
|
|
|
@ -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 New Issue