Merge branch 'mobile-scope' into 'develop'
Display additional scope description above the status form for mobile users. Closes #505 See merge request pleroma/pleroma-fe!767
This commit is contained in:
commit
177e53cf6a
7 changed files with 51 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
|||
>
|
||||
<div class="post-form-modal-panel panel" @click.stop="">
|
||||
<div class="panel-heading">{{$t('post_status.new_status')}}</div>
|
||||
<PostStatusForm class="panel-body" @posted="closePostForm"/>
|
||||
<PostStatusForm class="panel-body" @posted="closePostForm" />
|
||||
</div>
|
||||
</div>
|
||||
<button
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue