Started UI for editing images
This commit is contained in:
parent
8c371ccae9
commit
18f9f49c0a
10 changed files with 191 additions and 9 deletions
|
|
@ -1,5 +1,5 @@
|
|||
{{ $isPublished := ne .post.State 1 }}
|
||||
<main class="flex-grow-1 position-relative">
|
||||
<main class="flex-grow-1 position-relative post-edit-page">
|
||||
<form action="/sites/{{.site.ID}}/posts" method="post" class="container-fluid post-form py-2"
|
||||
data-controller="postedit"
|
||||
data-action="keydown.meta+s->postedit#save keydown.meta+enter->postedit#publish"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue