mirror of https://github.com/pixelfed/pixelfed.git
Merge pull request #1332 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
d3567aabcf
File diff suppressed because one or more lines are too long
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"/js/activity.js": "/js/activity.js?id=eb8c6f89120b93ddec71",
|
||||
"/js/activity.js": "/js/activity.js?id=7215ab70fff456de127b",
|
||||
"/js/app.js": "/js/app.js?id=1f05f00eec0e86f49dd4",
|
||||
"/css/app.css": "/css/app.css?id=3a974ff74b6b5905a73c",
|
||||
"/css/appdark.css": "/css/appdark.css?id=107806a000e2ca675a3c",
|
||||
|
|
|
@ -139,7 +139,7 @@ export default {
|
|||
page: this.notificationCursor
|
||||
}
|
||||
}).then(res => {
|
||||
if(res.data.length > 0) {
|
||||
if(res.data.length) {
|
||||
let data = res.data.filter(n => {
|
||||
if(n.type == 'share' && !status) {
|
||||
return false;
|
||||
|
|
Loading…
Reference in New Issue