add: ability to edit community title through ui

add: finish README
This commit is contained in:
trisua 2025-04-02 18:44:31 -04:00
parent 7c9d5de535
commit 53cf75b53c
11 changed files with 203 additions and 55 deletions

View file

@ -121,7 +121,7 @@
<!-- dialogs -->
<dialog id="link_filter">
<div class="inner">
<div class="inner flex flex-col gap-2">
<p>Pressing continue will bring you to the following URL:</p>
<pre><code id="link_filter_url"></code></pre>
<p>Are sure you want to go there?</p>
@ -135,14 +135,16 @@
target="_blank"
onclick="document.getElementById('link_filter').close()"
>
{{ text "dialog:action.continue" }}
{{ icon "external-link" }}
<span>{{ text "dialog:action.continue" }}</span>
</a>
<button
class="secondary"
type="button"
onclick="document.getElementById('link_filter').close()"
>
{{ text "dialog:action.cancel" }}
{{ icon "x" }}
<span>{{ text "dialog:action.cancel" }}</span>
</button>
</div>
</div>