Skip to content

Update star count component to work when logged out

What does this MR do and why?

Update star count component to work when logged out

Previous version of the component would only work for logged in users and left logged out user with the HAML version. This updates the component so that it works for both logged in and logged out users.

Signed-off-by: Andrew Smith espadav8@gmail.com Changelog: fixed

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
image image

(these are the before and after screenshots, they intentionally look the same 😄 )

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #431567 (closed)

Edited by Andrew Smith

Merge request reports