Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
UI
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Coscine
frontend
apps
UI
Commits
c31685d8
Commit
c31685d8
authored
2 years ago
by
Ashish Shetty
Committed by
Hanna Führ
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix: Project dashboard UI weird arrangement
parent
0c8ea48e
No related branches found
No related tags found
2 merge requests
!170
Release: Sprint/2023 01 :robot:
,
!160
Fix: Project dashboard UI weird arrangement
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/modules/project/pages/ProjectPage.vue
+91
-83
91 additions, 83 deletions
src/modules/project/pages/ProjectPage.vue
with
91 additions
and
83 deletions
src/modules/project/pages/ProjectPage.vue
+
91
−
83
View file @
c31685d8
<
template
>
<
template
>
<div>
<div>
<b-row>
<b-col>
<b-row
align-h=
"between"
>
<b-row
align-h=
"between"
>
<!-- Resources -->
<!-- Resources -->
<b-col
id=
"resources"
>
<b-col
id=
"resources"
>
...
@@ -17,7 +19,10 @@
...
@@ -17,7 +19,10 @@
@
open-card=
"openCreateResource($event)"
@
open-card=
"openCreateResource($event)"
/>
/>
<b-tooltip
target=
"addResource"
>
<b-tooltip
target=
"addResource"
>
<i18n
v-if=
"!isEmailValid"
path=
"page.project.tooltipDisabled"
>
<i18n
v-if=
"!isEmailValid"
path=
"page.project.tooltipDisabled"
>
<template
#linkToUserProfile
>
<template
#linkToUserProfile
>
<router-link
<router-link
:to=
"
{ name: 'userprofile' }"
:to=
"
{ name: 'userprofile' }"
...
@@ -53,15 +58,10 @@
...
@@ -53,15 +58,10 @@
</b-card-group>
</b-card-group>
</div>
</div>
</b-col>
</b-col>
<!-- Members -->
<b-col
id=
"members"
>
<MembersList
v-if=
"project"
/>
</b-col>
</b-row>
</b-row>
<b-row
align-h=
"between"
>
<!-- Sub-Projects -->
<!-- Sub-Projects -->
<div
id=
"sub-projects"
>
<b-col
id=
"sub-projects"
>
<CoscineHeadline
:headline=
"$tc('page.project.subProject', 0)"
/>
<CoscineHeadline
:headline=
"$tc('page.project.subProject', 0)"
/>
<div
class=
"list"
>
<div
class=
"list"
>
...
@@ -92,7 +92,15 @@
...
@@ -92,7 +92,15 @@
/>
/>
</b-card-group>
</b-card-group>
</div>
</div>
</div>
</b-col>
</b-row>
</b-col>
<!-- Members -->
<b-col
id=
"members"
>
<MembersList
v-if=
"project"
/>
</b-col>
</b-row>
</div>
</div>
</template>
</template>
...
...
This diff is collapsed.
Click to expand it.
CoscineBot
@CoscineBot
mentioned in commit
6c9557af
·
2 years ago
mentioned in commit
6c9557af
mentioned in commit 6c9557af35b70f5ffbc4272df1d7d9ac72b54f73
Toggle commit list
Preview
0%
Loading
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