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
e5e5f4ca
Commit
e5e5f4ca
authored
Oct 15, 2020
by
nwindis
☕
Browse files
Merge branch 'develop' into feature/
#15
-color-schema
* develop: adjustments UPDATE infobar
parents
3a518760
62d84a92
Pipeline
#154608
passed with stages
in 3 minutes and 50 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/infobar.vue
View file @
e5e5f4ca
<
template
>
<div>
<h1
class=
"title text-h4 text-bold text-uppercase"
>
<span>
{{
cut
(
collectiontitle
)
}}
</span>
<q-icon
class=
"q-pb-xs q-pr-sm q-pl-sm"
size=
"sm"
:color=
"$q.dark.isActive ? 'white' : 'accent'"
:name=
"fasChevronRight"
/>
<span>
{{
cut
(
manifesttitle
)
}}
</span>
<h1
class=
"text-h4 text-bold text-uppercase"
>
{{
collectiontitle
}}
</h1>
<h2
class=
"text-h5 text-bold text-uppercase q-mt-none q-mb-ml"
>
<span>
{{
manifesttitle
}}
</span>
<q-icon
class=
"q-pb-xs q-p
r
-sm q-p
l
-sm"
class=
"q-pb-xs q-p
l
-sm q-p
r
-sm"
size=
"sm"
:color=
"$q.dark.isActive ? 'white' : 'accent'"
:name=
"fasChevronRight"
/>
<span>
{{
itemlabel
}}
</span>
</h
1
>
<span>
Sheet
{{
itemlabel
}}
</span>
</h
2
>
</div>
</
template
>
...
...
@@ -40,11 +36,6 @@ export default {
return
this
.
manifests
[
this
.
sequenceindex
].
label
;
},
},
methods
:
{
cut
(
s
)
{
return
s
.
length
>
30
?
`
${
s
.
substring
(
0
,
26
)}
...`
:
s
;
},
},
created
()
{
this
.
fasChevronRight
=
fasChevronRight
;
},
...
...
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