diff --git a/components/navbars/App.vue b/components/navbars/App.vue index 77610223..bc96079c 100644 --- a/components/navbars/App.vue +++ b/components/navbars/App.vue @@ -15,88 +15,84 @@ - - + - + - - + + - + - + + Profile + + Settings + + + + + Profile + name: 'admin-project-open' + }"> + Project Admin Settings + name: 'admin-collection' + }"> + Collection Admin + + Site Admin + + - - - - - Project Admin - - - Collection Admin - - - Site Admin - - - - - Sign Out - - + + Sign Out + + - - - - - - Sign in - - - Sign up - - - + + + + Sign in + + + Sign up + + @@ -187,6 +183,9 @@ export default { .app-navbar-right { height: 100%; + display: flex; + flex-direction: row; + align-items: center; &.border-bottom { border-bottom: 1px solid $gray-300; diff --git a/components/presenters/LibcrowdsViewer.vue b/components/presenters/LibcrowdsViewer.vue index 0a298389..ca2e7c23 100644 --- a/components/presenters/LibcrowdsViewer.vue +++ b/components/presenters/LibcrowdsViewer.vue @@ -7,6 +7,7 @@ :task-opts="taskOpts" :browsable="false" :selections-editable="false" + :before-submit="checkSubmission" show-help-on-mount @submit="onSubmit" @taskliked="onTaskLiked"> @@ -16,6 +17,7 @@