decred / politeiagui

ISC License
62 stars 56 forks source link

[plugin-architecture] Single comment thread view #2862

Closed victorgcramos closed 1 year ago

victorgcramos commented 1 year ago

In our legacy app, if we navigate to record/<token>/comments/<commentId>, we will see a single thread view for given commentId, which shows the comment and its replies. It also collapses the proposal body, and instead, displays an icon to redirect to the full details view, i.e, /record/<token>

Single comment thread:

Screen Shot 2022-09-28 at 12 28 37 PM

Collapsed proposal body:

Screen Shot 2022-09-28 at 12 31 06 PM

However, the new politeia app-shell displays the view below when we navigate to the same single thread route. Instead, we should display the single comment thread, just like our legacy app does.

Screen Shot 2022-09-28 at 12 33 46 PM