Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Coscine
frontend
apps
Login
Commits
523d1195
Commit
523d1195
authored
Jan 13, 2022
by
Petar Hristov
💬
Browse files
Merge branch 'Issue/912-rearrangeHeader' into 'Sprint/2021-2022'
Issue/912 rearrange Header See merge request
!77
parents
00338fc9
7104d9b0
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
src/LoginApp.vue
View file @
523d1195
...
...
@@ -100,13 +100,7 @@
</div>
</div>
<div
class=
"col-xl-2"
></div>
</div>
<coscine-page-footer
:contact=
"$t('contact')"
:disclaimer=
"$t('disclaimer')"
:help=
"$t('help')"
:imprint=
"$t('imprint')"
/>
</div>
</div>
</
template
>
...
...
@@ -116,11 +110,7 @@ import VueMarkdown from "vue-markdown";
import
LoginMain
from
"
./components/LoginMain.vue
"
;
import
LogoutMain
from
"
./components/LogoutMain.vue
"
;
import
TOS
from
"
./components/TOS.vue
"
;
import
{
CoscinePageHeader
,
CoscinePageFooter
,
CoscineNotificationBanner
,
}
from
"
@coscine/component-library
"
;
import
{
CoscinePageHeader
,
CoscineNotificationBanner
}
from
"
@coscine/component-library
"
;
import
"
@coscine/component-library/dist/index.css
"
;
import
coscineImageBluePath
from
"
./assets/rwth_coscine_rgb.svg
"
;
import
coscineImagePath
from
"
./assets/rwth_coscine_weiss_rgb.svg
"
;
...
...
@@ -153,7 +143,6 @@ export default Vue.extend({
TOS
,
VueMarkdown
,
CoscinePageHeader
,
CoscinePageFooter
,
CoscineNotificationBanner
,
},
computed
:
{
...
...
@@ -186,6 +175,7 @@ export default Vue.extend({
news
:
""
,
storedUrl
:
{}
as
any
,
displayMaintenceNotice
:
false
,
dropdown
:
false
,
};
},
watch
:
{
...
...
yarn.lock-workspace
View file @
523d1195
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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