- Reschedule: Postiz public API v1 has no PUT/PATCH on posts; implement
as delete + recreate with updated date and same content/integrations
- Posts list: sort ascending by publishDate so nearest post appears first
- PostCard footer: show integration name (or identifier) before the
timestamp, truncated to 2 accounts with +N overflow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Long press any post card to open a context menu with state-aware actions:
- Copy text (all states)
- ERROR: Retry now, Edit & retry, View error message
- QUEUE: Edit, Reschedule (native DateTimePicker → PUT /posts/:id)
- PUBLISHED: Repost
- DRAFT: Edit & schedule
Compose screen now accepts prefillContent/prefillIntegrationIds router
params to pre-fill content and channel selection when editing or reposting.
Adds expo-clipboard for clipboard support.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>