Comments should alternatively be presented in tree view (not only in timely order)
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
Is your feature request related to a problem? Please describe.
- Comments are ordered by timestamp (initial post time, not update time)
- Replies are presented with the quote and the author of the parent comment, which is a doubled information, and overhead display, leading to cognitive overload for such as simple feature
Describe the solution you'd like
A reply should be displayed right below the parent comment with a small shift
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Nope...
Additional context

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the comment-rendering entry point in the Deck frontend and review the issue description and screenshot. Determine how parent and reply comments are currently displayed; done means replies can be presented directly beneath their parent with a clear visual shift, without relying on duplicated parent quotes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend, web-dev
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100