feat: config for dateFormat

This commit is contained in:
Shusui MOYATANI
2023-03-17 20:12:53 +09:00
parent 1a8cd53247
commit 7a84167ed9
3 changed files with 61 additions and 6 deletions

View File

@@ -173,7 +173,7 @@ const TextNoteDisplay: Component<TextNoteDisplayProps> = (props) => {
</div>
<Show when={showReplyEvent()} keyed>
{(id) => (
<div class="relative border p-1">
<div class="border p-1">
<TextNoteDisplayById eventId={id} actions={false} embedding={false} />
</div>
)}
@@ -233,7 +233,7 @@ const TextNoteDisplay: Component<TextNoteDisplayProps> = (props) => {
<div class="text-sm text-zinc-400">{reactions().length}</div>
</Show>
</div>
<div class="relative">
<div>
<button
class="h-4 w-4 text-zinc-400"
onClick={() => setShowMenu((current) => !current)}