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

Bump version to v0.9.3
This commit is contained in:
daniel 2019-06-03 17:52:55 -06:00 committed by GitHub
commit 949f5d0b00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View file

@ -23,7 +23,7 @@ return [
| This value is the version of your PixelFed instance.
|
*/
'version' => '0.9.2',
'version' => '0.9.3',
/*
|--------------------------------------------------------------------------

BIN
public/js/activity.js vendored

Binary file not shown.

Binary file not shown.

View file

@ -62,11 +62,13 @@
<img :src="n.status.parent.media_attachments[0].preview_url" width="32px" height="32px">
</a>
</div> -->
<div v-else-if="n.type == 'follow' && n.relationship.following == false">
<!-- <div v-else-if="n.type == 'follow' && n.relationship.following == false">
<a href="#" class="btn btn-primary py-0 font-weight-bold" @click.prevent="followProfile(n);">
Follow
</a>
</div>
</div> -->
<!-- <div v-else-if="n.status && n.status.parent && !n.status.parent.media_attachments && n.type == 'like' && n.relationship.following == false">
<a href="#" class="btn btn-primary py-0 font-weight-bold">
Follow