Skip to content

Commit

Permalink
update comment on navdir
Browse files Browse the repository at this point in the history
  • Loading branch information
solderq35 committed Jan 17, 2024
1 parent f690a5d commit 341e6f8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/view/navdir.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
Info: From README:
"This component is the small navigation bar underneath the heroPicture. It offers quick routing between stories and groups."
-->
<!--
TODO: Remove isBuilding / publicview / otherview if it is later confirmed we don't need to show any part of navdir
(e.g. share link and download buttons) on the comparison pages.
"navVis" in view.vue currently hides the navdir on all non-building pages anyways.
-->
<template>
<el-row class="stage">
<el-col class="main">
<el-row class="bar">
<el-col :span="20">
<!-- The !otherView stuff is currently overwritten by view.vue, see comments there. Maybe need a follow-up
meeting with Brandon and Ross to see if they want any of the navDir features on the comparison pages.
Download data feature might need some edits, if so. -->
<el-menu
v-if="!otherView"
mode="horizontal"
Expand Down

0 comments on commit 341e6f8

Please sign in to comment.