Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
a33108a8
Commit
a33108a8
authored
Nov 22, 2020
by
janis.streib
🦉
Browse files
ADD: hide searche if not logged in (closes
#219
)
parent
7d1db59f
Pipeline
#119079
passed with stages
in 10 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/Navbar.vue
View file @
a33108a8
...
...
@@ -38,7 +38,7 @@
</b-nav-item>
</b-navbar-nav>
<b-navbar-nav
class=
"ml-auto"
>
<GlobalSearch/>
<GlobalSearch
v-if=
"$store.state.user"
/>
<b-nav-item
:active=
"$store.state.show_sidebar"
@
click.stop=
"$store.commit('showSidebar', !$store.state.show_sidebar)"
>
<font-awesome-icon
:icon=
"['fas', 'tasks']"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment