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

Frontend ui refactor
pull/1448/head
daniel 6 years ago committed by GitHub
commit aa87edcaab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

File diff suppressed because one or more lines are too long

@ -13,6 +13,6 @@
"/js/loops.js": "/js/loops.js?id=d5c7e9d0d6a44553dd0d",
"/js/profile.js": "/js/profile.js?id=da5fe0b642f4c24a6eb2",
"/js/search.js": "/js/search.js?id=95c893b755e132a1d7e1",
"/js/status.js": "/js/status.js?id=8d17b80a439765e35906",
"/js/status.js": "/js/status.js?id=9ff4b1402d0616ec7d95",
"/js/timeline.js": "/js/timeline.js?id=31977aa6a7448134f135"
}

@ -728,10 +728,10 @@ export default {
type: 'status',
item: this.status.id
}).then(res => {
swal('Success', 'You have successfully deleted this post', 'success');
setTimeout(function() {
swal('Success', 'You have successfully deleted this post', 'success');
window.location.href = '/';
}, 2000);
}, 3000);
}).catch(err => {
swal('Error', 'Something went wrong. Please try again later.', 'error');
});

Loading…
Cancel
Save