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
af986ee4
Commit
af986ee4
authored
3 years ago
by
David Mendez
Browse files
Options
Downloads
Patches
Plain Diff
EUBOPEN: start to implement search results page
parent
9ca2398f
No related branches found
No related tags found
1 merge request
!8
Improve layout of report cards and search bar
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
layouts/reportCard.vue
+6
-1
6 additions, 1 deletion
layouts/reportCard.vue
web-components-submodule
+1
-1
1 addition, 1 deletion
web-components-submodule
with
7 additions
and
2 deletions
layouts/reportCard.vue
+
6
−
1
View file @
af986ee4
<
template
>
<v-app>
<Notifications
/>
<MainAppBar
:permanently-pinned=
"true"
>
<MainAppBar
:permanently-pinned=
"true"
:search-term=
"searchTerm"
>
<template
#logo
>
<Logo
/>
</
template
>
...
...
@@ -26,6 +26,11 @@ export default {
Notifications
,
Logo
,
},
computed
:
{
searchTerm
()
{
return
this
.
$route
.
params
.
term
},
},
}
</
script
>
<
style
scoped
>
...
...
This diff is collapsed.
Click to expand it.
web-components-submodule
@
f4654195
Compare
8768240e
...
f4654195
Subproject commit
8768240e3c4a1db0c235e0dbc2976285b2e8c965
Subproject commit
f4654195cd3502aa23a50717f09d3032cbe6fcce
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