-
Notifications
You must be signed in to change notification settings - Fork 214
Improve discovery of preview in kolibri for guest users #5037
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
base: unstable
Are you sure you want to change the base?
Improve discovery of preview in kolibri for guest users #5037
Conversation
contentcuration/contentcuration/frontend/channelList/views/Channel/ChannelItem.vue
Outdated
Show resolved
Hide resolved
…available as guest user
fd55b85
to
4ef719a
Compare
/> | ||
<ChannelStar | ||
v-if="loggedIn" | ||
:channelId="channelId" | ||
:bookmark="channel.bookmark" | ||
class="mr-1" | ||
/> | ||
<BaseMenu v-if="showOptions"> | ||
|
||
<BaseMenu v-if="iconConfigs.find(config => config.key === 'kebab-menu')?.show"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Flagging that we can't use the conditional chaining operator in vue templates at the moment - so will need to tweak this - can move to a computed prop if that's easier.
This should fix the test failures.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seeing two discrepancies between my testing and the videos. Firstly, when logged in as an admin, I am still seeing the details buttons in the cards, which is not what was showing in the video:
Secondly, when I click on the "Go to source website" button - nothing happens. Demo URLs work fine, but not the source website button.
Summary
changes1.mp4
changes2.mp4
References
closes #3083
Reviewer guidance