mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-03-04 10:39:08 +00:00
Merge pull request #1332 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
d3567aabcf
3 changed files with 3 additions and 3 deletions
2
public/js/activity.js
vendored
2
public/js/activity.js
vendored
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",
|
"/js/app.js": "/js/app.js?id=1f05f00eec0e86f49dd4",
|
||||||
"/css/app.css": "/css/app.css?id=3a974ff74b6b5905a73c",
|
"/css/app.css": "/css/app.css?id=3a974ff74b6b5905a73c",
|
||||||
"/css/appdark.css": "/css/appdark.css?id=107806a000e2ca675a3c",
|
"/css/appdark.css": "/css/appdark.css?id=107806a000e2ca675a3c",
|
||||||
|
|
|
@ -139,7 +139,7 @@ export default {
|
||||||
page: this.notificationCursor
|
page: this.notificationCursor
|
||||||
}
|
}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if(res.data.length > 0) {
|
if(res.data.length) {
|
||||||
let data = res.data.filter(n => {
|
let data = res.data.filter(n => {
|
||||||
if(n.type == 'share' && !status) {
|
if(n.type == 'share' && !status) {
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Reference in a new issue