Release v0.3.1
- Feed bounded context with DDD implementation (Phases 1-5) - Domain event handlers for cross-context coordination - Fix Blossom media upload setting persistence - Fix wallet connection persistence on page reload - New branding assets and icons - Vitest testing infrastructure with 151 domain model tests - Help page scaffolding - Keyboard navigation provider 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -82,6 +82,7 @@ export default function RepostButton({ stuff }: { stuff: Event | string }) {
|
||||
)}
|
||||
disabled={!event}
|
||||
title={t('Repost')}
|
||||
data-action="repost"
|
||||
onClick={() => {
|
||||
if (!event) return
|
||||
|
||||
@@ -169,6 +170,7 @@ export default function RepostButton({ stuff }: { stuff: Event | string }) {
|
||||
setIsPostDialogOpen(true)
|
||||
})
|
||||
}}
|
||||
data-action="quote"
|
||||
>
|
||||
<PencilLine /> {t('Quote')}
|
||||
</DropdownMenuItem>
|
||||
|
||||
Reference in New Issue
Block a user