feat: add pinned post functionality

This commit is contained in:
codytseng
2025-10-12 21:39:16 +08:00
parent 9c554da2da
commit d131026af9
31 changed files with 563 additions and 56 deletions

View File

@@ -443,6 +443,17 @@ export default {
'Paste your one-time code here': 'Paste your one-time code here',
Connect: 'Connect',
'Set up your wallet to send and receive sats!': 'Set up your wallet to send and receive sats!',
'Set up': 'Set up'
'Set up': 'Set up',
Pinned: 'Pinned',
Unpin: 'Unpin',
Unpinning: 'Unpinning',
'Pinning...': 'Pinning...',
'Pinned!': 'Pinned!',
'Failed to pin: {{error}}': 'Failed to pin: {{error}}',
'Unpinning...': 'Unpinning...',
'Unpinned!': 'Unpinned!',
'Failed to unpin: {{error}}': 'Failed to unpin: {{error}}',
'Unpin from profile': 'Unpin from profile',
'Pin to profile': 'Pin to profile'
}
}