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
582c3ab1
Commit
582c3ab1
authored
3 years ago
by
David Mendez
Browse files
Options
Downloads
Patches
Plain Diff
Add targets browser mock up
parent
3a5119fb
No related branches found
Branches containing commit
No related tags found
1 merge request
!5
Add compounds and target browser mockups
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
pages/compound/browse.vue
+1
-3
1 addition, 3 deletions
pages/compound/browse.vue
pages/index.vue
+4
-1
4 additions, 1 deletion
pages/index.vue
web-components-submodule
+1
-1
1 addition, 1 deletion
web-components-submodule
with
6 additions
and
5 deletions
pages/compound/browse.vue
+
1
−
3
View file @
582c3ab1
<
template
>
<div>
<EBCompoundsBrowser
/>
</div>
<EBCompoundsBrowser
/>
</
template
>
<
script
>
...
...
This diff is collapsed.
Click to expand it.
pages/index.vue
+
4
−
1
View file @
582c3ab1
...
...
@@ -3,9 +3,12 @@
<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
Browse Compounds
</v-btn>
<v-btn
color=
"primary"
outlined
to=
"/target/1"
>
Target Example
</v-btn>
<v-btn
color=
"primary"
outlined
to=
"/target/browse"
>
Browse Targets
</v-btn
>
<h1>
Lorem ipsum
</h1>
<p
class=
"text-justify"
>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent dictum
...
...
This diff is collapsed.
Click to expand it.
web-components-submodule
@
982f4442
Compare
453b2037
...
982f4442
Subproject commit
453b2037006ed7b62cba7bcc554d1c099ce09a09
Subproject commit
982f444222a7e98da795df6ee4941162705d5220
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