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
3e4635b6
Commit
3e4635b6
authored
2 years ago
by
David Mendez
Browse files
Options
Downloads
Patches
Plain Diff
Make eubopen autocomplete more generic to use in chembl
parent
b60b8eb7
No related branches found
Branches containing commit
No related tags found
1 merge request
!79
Make eubopen autocomplete more generic to use in chembl
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
components/Masthead/EubOPENSearchBar.vue
+43
-1
43 additions, 1 deletion
components/Masthead/EubOPENSearchBar.vue
web-components-submodule
+1
-1
1 addition, 1 deletion
web-components-submodule
with
44 additions
and
2 deletions
components/Masthead/EubOPENSearchBar.vue
+
43
−
1
View file @
3e4635b6
<
template
>
<div
class=
"d-flex align-center search-bar-container white"
>
<SearchAutocomplete
/>
<SearchAutocomplete
label=
"Search in EUbOPEN"
:examples=
"examples"
eubopen
/>
</div>
</
template
>
...
...
@@ -11,6 +11,48 @@ export default {
components
:
{
SearchAutocomplete
,
},
data
()
{
return
{
examples
:
[
{
key
:
'
BAY-693
'
,
value
:
'
BAY-693
'
,
title
:
'
BAY-693
'
,
type
:
'
default
'
,
},
{
key
:
'
Kinase
'
,
value
:
'
Kinase
'
,
title
:
'
Kinase
'
,
type
:
'
default
'
,
},
{
key
:
'
BRD4
'
,
value
:
'
BRD4
'
,
title
:
'
BRD4
'
,
type
:
'
default
'
,
},
{
key
:
'
P18113
'
,
value
:
'
P18113
'
,
title
:
'
P18113
'
,
type
:
'
default
'
,
},
{
key
:
'
TRPA1
'
,
value
:
'
TRPA1
'
,
title
:
'
TRPA1
'
,
type
:
'
default
'
,
},
{
key
:
'
PTGFR
'
,
value
:
'
PTGFR
'
,
title
:
'
PTGFR
'
,
type
:
'
default
'
,
},
],
}
},
}
</
script
>
...
...
This diff is collapsed.
Click to expand it.
web-components-submodule
@
2f0f0d88
Compare
22ef7a04
...
2f0f0d88
Subproject commit 2
2ef7a041f37dc64a2c7abd68fce0ac7adc09a70
Subproject commit 2
f0f0d88a8ed8238504648464940d9d9779342d8
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