forked from mirror/pixelfed
Merge pull request #948 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
78992835a6
3 changed files with 2 additions and 3 deletions
2
public/js/profile.js
vendored
2
public/js/profile.js
vendored
File diff suppressed because one or more lines are too long
|
@ -6,7 +6,7 @@
|
|||
"/js/components.js": "/js/components.js?id=57c50c50a350244acfec",
|
||||
"/js/discover.js": "/js/discover.js?id=f118e140c1d1d44b8f01",
|
||||
"/js/micro.js": "/js/micro.js?id=178479fb6990f8806257",
|
||||
"/js/profile.js": "/js/profile.js?id=bbbad89c8912f9e4d750",
|
||||
"/js/profile.js": "/js/profile.js?id=dce4efc17bd33c44997c",
|
||||
"/js/status.js": "/js/status.js?id=d15b5bae5db49835c166",
|
||||
"/js/timeline.js": "/js/timeline.js?id=b460ac839fb7aa56c86a"
|
||||
}
|
||||
|
|
|
@ -356,7 +356,6 @@ export default {
|
|||
fetchProfile() {
|
||||
axios.get('/api/v1/accounts/' + this.profileId).then(res => {
|
||||
this.profile = res.data;
|
||||
this.loading = false;
|
||||
});
|
||||
axios.get('/api/v1/accounts/verify_credentials').then(res => {
|
||||
this.user = res.data;
|
||||
|
|
Loading…
Add table
Reference in a new issue