You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
91 lines
2.8 KiB
91 lines
2.8 KiB
{{define "post-action-bar"}}
|
|
<bar class="!p-0 !pt-1 mt-4 bg-gray-800 justify-evenly rounded-full">
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
width="2rem"
|
|
height="2rem"
|
|
viewBox="0 0 2rem 2rem">
|
|
<use href="/icons/reply.svg#img" />
|
|
</svg>
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
width="2rem"
|
|
height="2rem"
|
|
viewBox="0 0 2rem 2rem">
|
|
<use href="/icons/refresh-cw.svg#img" />
|
|
</svg>
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
width="2rem"
|
|
height="2rem"
|
|
viewBox="0 0 2rem 2rem">
|
|
<use href="/icons/heart.svg#img" />
|
|
</svg>
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
width="2rem"
|
|
height="2rem"
|
|
viewBox="0 0 2rem 2rem">
|
|
<use href="/icons/bookmark.svg#img" />
|
|
</svg>
|
|
</bar>
|
|
{{end}}
|
|
|
|
|
|
<div class="p-1">
|
|
<bar class="justify-evenly">
|
|
<shape class="tiny rounded-full">Avatar</shape>
|
|
<b>Notifications</b>
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
width="2rem"
|
|
height="2rem"
|
|
viewBox="0 0 2rem 2rem">
|
|
<use href="/icons/settings.svg#settings" />
|
|
</svg>
|
|
</bar>
|
|
|
|
<block class="!gap-0 border-t-1 border-gray-600">
|
|
<bar class="justify-between !p-0 mb-3">
|
|
<img src="/favicon.ico" />
|
|
<span>13s</span>
|
|
</bar>
|
|
|
|
<block class="!p-0 gap-2 mb-2">
|
|
<p><a href="/post/view/1/">Chillwave bruh cred, succulents skateboard activated charcoal shaman freegan. Hell of four loko succulents, tote bag affogato asymmetrical disrupt selvage. 3 wolf moon post-ironic bodega boys fanny pack big mood godard offal cold-pressed sriracha before they sold out pabst mukbang readymade.</a></p>
|
|
</block>
|
|
|
|
{{template "post-action-bar"}}
|
|
</block>
|
|
|
|
<block class="!gap-0 border-t-1 border-gray-600">
|
|
<bar class="justify-between !p-0 mb-3">
|
|
<img src="/favicon.ico" />
|
|
<span>13s</span>
|
|
</bar>
|
|
|
|
<block class="!p-0 gap-2">
|
|
<p>Update the docs to document almost everything.</p>
|
|
|
|
<pre class="!mb-0"><code>for(i = u in whatever) {
|
|
print("whatever")
|
|
}</code></pre>
|
|
</block>
|
|
|
|
{{template "post-action-bar"}}
|
|
</block>
|
|
|
|
<block class="!gap-0 border-t-1 border-gray-600">
|
|
<bar class="!p-0 mb-3">
|
|
<img src="/logo.png" style="width: 50px; height: 50px" class="aspect-square" />
|
|
<block class="justify-between !p-0 !mb-0 !gap-1 *:text-gray-500 *:text-sm">
|
|
<div>
|
|
<span>@ssgod</span>
|
|
<span>13s</span>
|
|
</div>
|
|
<span>Replying to @zedshaw</span>
|
|
</block>
|
|
</bar>
|
|
|
|
<block class="!p-0 gap-2">
|
|
<p><a href="/post/view/1/">Chillwave bruh cred, succulents skateboard activated charcoal shaman freegan. Hell of four loko succulents, tote bag affogato asymmetrical disrupt selvage. 3 wolf moon post-ironic bodega boys fanny pack big mood godard offal cold-pressed sriracha before they sold out pabst mukbang readymade.</a></p>
|
|
</block>
|
|
|
|
{{template "post-action-bar"}}
|
|
</block>
|
|
</div>
|
|
|