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
621d077c
Commit
621d077c
authored
2 years ago
by
David Mendez
Browse files
Options
Downloads
Patches
Plain Diff
Heatmap: use store for axis data
parent
cfdb0955
No related branches found
Branches containing commit
No related tags found
1 merge request
!82
Add new heatmap prototype and reactivate compound metadata
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
layouts/prototypes.vue
+25
-0
25 additions, 0 deletions
layouts/prototypes.vue
pages/prototypes/heatmap.vue
+1
-0
1 addition, 0 deletions
pages/prototypes/heatmap.vue
web-components-submodule
+1
-1
1 addition, 1 deletion
web-components-submodule
with
27 additions
and
1 deletion
layouts/prototypes.vue
0 → 100644
+
25
−
0
View file @
621d077c
<
template
>
<v-app
class=
"the-app"
>
<Notifications
/>
<EubopenAppBar
/>
<v-container><nuxt
/></v-container>
</v-app>
</
template
>
<
script
>
import
EubopenAppBar
from
'
~/components/Masthead/EubopenAppBar.vue
'
import
Notifications
from
'
~/web-components-submodule/components/common/Notifications.vue
'
export
default
{
components
:
{
EubopenAppBar
,
Notifications
,
},
computed
:
{
searchTerm
()
{
return
this
.
$route
.
params
.
term
},
},
}
</
script
>
<
style
scoped
></
style
>
This diff is collapsed.
Click to expand it.
pages/prototypes/heatmap.vue
+
1
−
0
View file @
621d077c
...
...
@@ -8,6 +8,7 @@ export default {
components
:
{
Heatmap
,
},
layout
:
'
prototypes
'
,
}
</
script
>
...
...
This diff is collapsed.
Click to expand it.
web-components-submodule
@
5295431e
Compare
4dc5507e
...
5295431e
Subproject commit
4dc5507ebb7e80edf2e7feb68972a4f348c45579
Subproject commit
5295431e44ea24ce08afc5416f1d256bb5688c2a
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