Skip to content

Commit

Permalink
CRISTAL-304: Remove mock element from the early prototype
Browse files Browse the repository at this point in the history
* Hide help button and navigation panel title
  • Loading branch information
pjeanjean committed Dec 17, 2024
1 parent db50e37 commit a6e8d9b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions skin/src/vue/c-sidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
02110-1301 USA, or see the FSF site: http://www.fsf.org.
-->
<script lang="ts" setup>
import CHelp from "./c-help.vue";
import CNavigationDrawer from "./c-navigation-drawer.vue";
import CPageCreationMenu from "./c-page-creation-menu.vue";
import CSidebarPanel from "./c-sidebar-panel.vue";
Expand Down Expand Up @@ -158,15 +157,14 @@ function onClickOutsideMainSidebar() {
</div>
<div class="panel-container">
<!-- TODO: Use wiki name as panel name (CRISTAL-374). -->
<c-sidebar-panel :name="cristal.getWikiConfig().name">
<c-sidebar-panel name="">
<c-page-creation-menu
:current-page="currentPage!"
></c-page-creation-menu>
<XNavigationTree :current-page="currentPage"></XNavigationTree>
</c-sidebar-panel>
<UIX uixname="sidebar.after" />
</div>
<c-help></c-help>

<div
class="resize-handle"
Expand Down

0 comments on commit a6e8d9b

Please sign in to comment.