Skip to content

Commit

Permalink
Merge pull request #8657 from rtibbles/search_tweaks
Browse files Browse the repository at this point in the history
Fix some issues in search
  • Loading branch information
marcellamaki authored Nov 11, 2021
2 parents dc7f5f6 + 7051260 commit 802f02e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
},
getContentNodeThumbnail: {
type: Function,
default: () => ({}),
default: () => '',
required: false,
},
footerIcons: {
Expand Down
4 changes: 3 additions & 1 deletion kolibri/plugins/learn/assets/src/views/LibraryPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
v-if="!windowIsLarge && sidePanelIsOpen"
alignment="left"
class="full-screen-side-panel"
closeButtonHidden="true"
:closeButtonHidden="true"
:sidePanelOverrideWidth="`${sidePanelOverlayWidth + 64}px`"
@closePanel="toggleSidePanelVisibility"
>
Expand All @@ -172,6 +172,8 @@
:width="`${sidePanelOverlayWidth}px`"
:availableLabels="labels"
position="overlay"
:activeActivityButtons="activeActivityButtons"
:activeCategories="activeCategories"
@currentCategory="handleShowSearchModal"
/>
<CategorySearchModal
Expand Down

0 comments on commit 802f02e

Please sign in to comment.