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
3a5119fb
Commit
3a5119fb
authored
3 years ago
by
David Mendez
Browse files
Options
Downloads
Patches
Plain Diff
Add compounds browser mock up
parent
6485eca9
No related branches found
Branches containing commit
No related tags found
1 merge request
!5
Add compounds and target browser mockups
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
assets/variables.scss
+3
-0
3 additions, 0 deletions
assets/variables.scss
pages/compound/browse.vue
+22
-0
22 additions, 0 deletions
pages/compound/browse.vue
pages/index.vue
+3
-0
3 additions, 0 deletions
pages/index.vue
web-components-submodule
+1
-1
1 addition, 1 deletion
web-components-submodule
with
29 additions
and
1 deletion
assets/variables.scss
+
3
−
0
View file @
3a5119fb
...
...
@@ -4,3 +4,6 @@
// $font-size-root: 20px;
$eubopen-primary-color
:
#113a70
;
$eubopen-secondary-color
:
#9dbfdc
;
$chembl-delete
:
#B71C1C
;
//red darken-4
$chembl-add
:
#43A047
;
//red darken-4
This diff is collapsed.
Click to expand it.
pages/compound/browse.vue
0 → 100644
+
22
−
0
View file @
3a5119fb
<
template
>
<div>
<EBCompoundsBrowser
/>
</div>
</
template
>
<
script
>
import
EBCompoundsBrowser
from
'
~/web-components-submodule/components/common/Browsers/specific_browsers/compound/eubopen/EBCompoundsBrowser.vue
'
export
default
{
components
:
{
EBCompoundsBrowser
,
},
data
()
{
return
{
isEmbedded
:
false
,
}
},
}
</
script
>
<
style
></
style
>
This diff is collapsed.
Click to expand it.
pages/index.vue
+
3
−
0
View file @
3a5119fb
...
...
@@ -2,6 +2,9 @@
<v-row
justify=
"center"
align=
"center"
>
<v-col
cols=
"12"
>
<v-btn
color=
"primary"
outlined
to=
"/compound/1"
>
Compound Example
</v-btn>
<v-btn
color=
"primary"
outlined
to=
"/compound/browse"
>
Browse Compounds Example
</v-btn>
<v-btn
color=
"primary"
outlined
to=
"/target/1"
>
Target Example
</v-btn>
<h1>
Lorem ipsum
</h1>
<p
class=
"text-justify"
>
...
...
This diff is collapsed.
Click to expand it.
web-components-submodule
@
453b2037
Compare
0467239f
...
453b2037
Subproject commit
0467239f3207cf5ffb744b7aa0b63c7c32714b2
9
Subproject commit
453b2037006ed7b62cba7bcc554d1c099ce09a0
9
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