feat(editor): add topic creation and edit pages (M6) (#7)
- MarkdownEditor with WAI-ARIA toolbar (bold, italic, link, code, quote, list)
with roving tabindex keyboard navigation
- MarkdownPreview with live sanitized preview
- TopicForm with title, category select, tag input, cross-post checkboxes
(Bluesky default ON, Frontpage default OFF), client-side validation
- New topic page at /new with breadcrumbs
- Edit topic page at /t/[slug]/[rkey]/edit with pre-populated form
- API client functions: createTopic, updateTopic with auth headers
- MSW handlers for POST /api/topics and PUT /api/topics/:rkey
- 39 new tests (157 total passing)
authored by