Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Dependency List
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
845
Issues
845
List
Boards
Labels
Service Desk
Milestones
Merge Requests
44
Merge Requests
44
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
9dd42d20
Commit
9dd42d20
authored
1 hour ago
by
Olivia Madrid
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(feat): Media modal - removed a condition
parent
811fc6c4
feat/media-modal-1539
1 merge request
!467
WIP: (feat): Media modal
Pipeline
#73564910
passed with stages
in 31 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
modal.component.html
src/app/modules/media/modal/modal.component.html
+2
-1
No files found.
src/app/modules/media/modal/modal.component.html
View file @
9dd42d20
<div
class=
"m-mediaModal mdl-shadow--4dp"
>
<div
class=
"m-mediaModal__theater"
>
<!-- Media: image -->
<!-- This is the element that goes into fullscreen -->
<div
class=
"m-mediaModal__stage m-mediaModal__stage--image"
*
ngIf=
"entity.modal_subtype === 'image'"
>
<img
[
src
]="
entity
.
thumbnail
"
(
load
)="
inProgress =
!inProgress"/
>
<div
class=
"mdl-spinner mdl-js-spinner is-active"
[
mdl
]
*
ngIf=
"inProgress"
></div>
...
...
@@ -67,7 +68,7 @@
</div>
</div>
<!-- Comments -->
<div
class=
"m-mediaModal__commentsWrapper"
*
ngIf=
"entity.guid
&& !isFullScreen
"
>
<div
class=
"m-mediaModal__commentsWrapper"
*
ngIf=
"entity.guid"
>
<m-comments
__tree
[
entity
]="
entity
"
></m-comments
__tree
>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment