Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
subugoe
emo
TIDO
Commits
a56ec22e
Commit
a56ec22e
authored
May 20, 2021
by
nwindis
☕
Browse files
refactor: move misc icons when header string is deactivated
closes
#264
parent
631116a6
Pipeline
#197617
passed with stages
in 5 minutes and 14 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/header.vue
View file @
a56ec22e
<
template
>
<q-header
:class=
"$q.dark.isActive ? 'bg-dark' : 'bg-secondary text-primary'"
>
<div
class=
"header__wrap"
>
<q-toolbar>
<q-toolbar
v-if=
"config.headers.info"
>
<Infobar
v-if=
"config.headers.info && manifests.length"
class=
"col-xs-9"
...
...
@@ -10,6 +10,7 @@
:manifests=
"manifests"
/>
<div
class=
"row no-wrap justify-end col-xs-3"
>
<!-- TODO: make component out of the following and re-use it to avoid duplication -->
<Language
v-if=
"standalone"
:config=
"config"
...
...
@@ -34,6 +35,19 @@
v-if=
"config.headers.toggle"
:panels=
"panels"
/>
<div
v-if=
"!config.headers.info"
class=
"row no-wrap justify-end col-xs-3"
>
<!-- TODO: make component out of the following and re-use it to avoid duplication -->
<Language
v-if=
"standalone"
:config=
"config"
/>
<Color
:projectcolors=
"projectcolors"
/>
<Softwareinfo
/>
</div>
</q-toolbar>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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