You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
detail-view: Hide "Show All Reviews" button when unneeded
We retrieve comments in the details view and the comment dialog using
different queries. Therefore, we must display the button in extensions
that have exactly five reviews/comments, as we do not know the total
count until we query all comments when the dialog is opened.
Also rewords strings containing comment or review to use both terms as
they are both possible and adds pill style to the button.
Close#781
0 commit comments