Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

👽 Introduce Forum Thread View #1133

Merged
merged 4 commits into from
Jul 28, 2021
Merged

👽 Introduce Forum Thread View #1133

merged 4 commits into from
Jul 28, 2021

Conversation

nick-olizarenko
Copy link
Contributor

See #1059

@nick-olizarenko nick-olizarenko requested review from jodator and removed request for jodator July 28, 2021 08:31
Copy link
Contributor

@jodator jodator left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Two minor requests:

  • a 404 might be redirect to 404 Page
  • a simple test

packages/ui/src/app/pages/Forum/ForumThread.tsx Outdated Show resolved Hide resolved
packages/ui/src/app/pages/Forum/ForumThread.tsx Outdated Show resolved Hide resolved
Comment on lines +16 to +18
export const ForumThread = () => {
const { id } = useParams<{ id: string }>()
const { isLoading, thread } = useForumThread(id)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A simple test for the "loaded" state might be beneficial as well.

@jodator jodator merged commit 0b095c7 into main Jul 28, 2021
@jodator jodator deleted the thread-view branch July 28, 2021 12:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants