fix(topics): fetch categories from API in new/edit topic pages (#180)
The topic creation and edit pages never passed categories to TopicForm,
causing it to fall back to a hardcoded "General Discussion" entry.
Now both pages fetch the full category list from the API on mount.
authored by