mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
commit
8ee61ea3ce
5 changed files with 2 additions and 5 deletions
|
@ -43,6 +43,7 @@
|
|||
- Updated Laravel framework from v5.8 to v6.x ([3aff6de33](https://github.com/pixelfed/pixelfed/commit/3aff6de33))
|
||||
- Updated FollowerController to fix bug affecting private profiles ([a429d961](https://github.com/pixelfed/pixelfed/commit/a429d961))
|
||||
- Updated StatusTransformer, added ```local``` attribute ([484bb509](https://github.com/pixelfed/pixelfed/commit/484bb509))
|
||||
- Updated PostComponent, fix bug affecting MomentUI and non authenticated users ([7b3fe215](https://github.com/pixelfed/pixelfed/commit/7b3fe215))
|
||||
|
||||
## Deprecated
|
||||
|
||||
|
|
BIN
public/js/status.js
vendored
BIN
public/js/status.js
vendored
Binary file not shown.
Binary file not shown.
|
@ -342,7 +342,7 @@
|
|||
</div>
|
||||
<div class="col-12 col-md-4 pt-4 pl-md-3">
|
||||
<p class="lead font-weight-bold">Comments</p>
|
||||
<div v-if="user" class="moment-comments">
|
||||
<div v-if="user && user.length" class="moment-comments">
|
||||
<div class="form-group">
|
||||
<textarea class="form-control" rows="3" placeholder="Add a comment ..." v-model="replyText"></textarea>
|
||||
<p style="padding-top:4px;">
|
||||
|
|
|
@ -30,10 +30,6 @@
|
|||
<li>Click on the <span class="font-weight-bold">Create Post</span> button.</li>
|
||||
</ol>
|
||||
</div>
|
||||
<div class="py-3">
|
||||
To create a post using a mobile app:
|
||||
<p class="mb-0 pl-4 font-weight-bold text-muted">We do not support any mobile apps yet.</p>
|
||||
</div>
|
||||
</div>
|
||||
</p>
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue