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
c12f5816
Commit
c12f5816
authored
Aug 26, 2021
by
schneider210
Browse files
chore: delete the footer component (according to review)
pls refer to
!215 (comment 375185)
parent
c0704579
Pipeline
#223824
passed with stages
in 3 minutes and 40 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/footer.vue
deleted
100644 → 0
View file @
c0704579
<
template
>
<q-toolbar
:class=
"$q.dark.isActive ? 'bg-dark' : 'bg-secondary text-primary'"
>
<div
class=
"footer__wrap"
>
<div
bordered
class=
"row justify-center items-center"
reveal
>
<Language
v-if=
"config['language-switch']"
/>
<Color
:projectcolors=
"projectcolors"
/>
<Softwareinfo
/>
</div>
</div>
</q-toolbar>
</
template
>
<
script
>
import
Color
from
'
@/components/color.vue
'
;
import
Language
from
'
@/components/language.vue
'
;
import
Softwareinfo
from
'
@/components/softwareinfo.vue
'
;
export
default
{
name
:
'
Footer
'
,
components
:
{
Color
,
Language
,
Softwareinfo
,
},
props
:
{
config
:
{
type
:
Object
,
default
:
()
=>
{},
},
projectcolors
:
{
type
:
Object
,
default
:
()
=>
{},
},
},
};
</
script
>
<
style
lang=
"scss"
scoped
>
.footer__wrap
{
margin
:
0
auto
;
max-width
:
1200px
;
}
</
style
>
src/index.template.html
View file @
c12f5816
...
...
@@ -83,7 +83,7 @@
"
item
"
:
"
Sheet
"
,
"
manifest
"
:
"
Manuscript
"
},
"
lang
"
:
"
de-de
"
,
"
lang
"
:
"
en-us
"
,
"
language-switch
"
:
true
,
"
meta
"
:
{
"
collection
"
:
{
...
...
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