mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-11 00:54:50 +00:00
Add HTML for modal in public timeline view
This commit is contained in:
parent
5ac4d6f423
commit
33fa5029ef
1 changed files with 29 additions and 17 deletions
|
@ -17,6 +17,16 @@
|
|||
</ul>
|
||||
</div>
|
||||
@endif
|
||||
<div id="modal-text" class="d-none">
|
||||
<div class="d-flex justify-content-between align-items-center">
|
||||
<h4>Timeline</h4>
|
||||
<button type="button" class="btn btn-link text-dark" data-toggle="modal" data-target="#modal-post">
|
||||
<span class="icon-plus"></span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div tabindex="-1" role="dialog" id="modal-post" aria-hidden="true">
|
||||
<div role="document" id="modal-dialog">
|
||||
<div class="card">
|
||||
<div class="card-header font-weight-bold">New Post</div>
|
||||
<div class="card-body" id="statusForm">
|
||||
|
@ -34,6 +44,8 @@
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="timeline-feed my-5" data-timeline="public">
|
||||
@foreach($timeline as $item)
|
||||
|
|
Loading…
Reference in a new issue