Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
EUbOPEN Web
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ChEMBL
EUbOPEN
EUbOPEN Web
Commits
b3f4c406
Commit
b3f4c406
authored
3 years ago
by
David Mendez
Browse files
Options
Downloads
Patches
Plain Diff
Search autocomplete, use euboopen autocomplete endpoint
parent
a8649245
No related branches found
Branches containing commit
No related tags found
1 merge request
!25
Implement Autocomplete and Search using new indexes
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
layouts/default.vue
+0
-3
0 additions, 3 deletions
layouts/default.vue
web-components-submodule
+1
-1
1 addition, 1 deletion
web-components-submodule
with
1 addition
and
4 deletions
layouts/default.vue
+
0
−
3
View file @
b3f4c406
...
...
@@ -12,7 +12,6 @@
</v-container>
</v-main>
<Footer
/>
<Disclaimer
/>
</v-app>
</template>
...
...
@@ -21,7 +20,6 @@ import MainAppBar from '~/web-components-submodule/components/common/Masthead/Ma
import
Footer
from
'
~/components/footer/Footer.vue
'
import
Notifications
from
'
~/web-components-submodule/components/common/Notifications.vue
'
import
Logo
from
'
~/components/Logo.vue
'
import
Disclaimer
from
'
~/components/Disclaimer.vue
'
export
default
{
components
:
{
...
...
@@ -29,7 +27,6 @@ export default {
Footer
,
Notifications
,
Logo
,
Disclaimer
,
},
}
</
script
>
This diff is collapsed.
Click to expand it.
web-components-submodule
@
3b00e141
Compare
924e19dc
...
3b00e141
Subproject commit
924e19dc1a9cb117680d35da4fed584484bd2ef4
Subproject commit
3b00e141708b5479871d3ad9144ec3ac01efcf20
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment