feat(topic-view): display tombstone page for deleted topics (#122)
* feat(topic-view): display tombstone page for deleted topics
Render a proper tombstone when visiting a deleted topic via direct URL.
The API returns isAuthorDeleted/isModDeleted flags (added in barazo-api
PR #115), so the frontend now detects them and shows a muted placeholder
instead of empty content.
Changes:
- Add isAuthorDeleted/isModDeleted to Topic interface
- TopicView early-returns a tombstone card for deleted topics
- Topic detail page skips JSON-LD and uses noindex for deleted topics
- 12 new tests covering both author and moderator deletion variants
- All 742 tests pass
Fixes barazo-forum/barazo-workspace#63
* style: fix prettier formatting in topic-view tests
authored by