Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arsnova-lite
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
arsnova-lite
Merge requests
!94
An error occurred while fetching the assigned milestone of the selected merge_request.
Resolve "Adjust participant-room view"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Adjust participant-room view"
135-adjust-participant-room-view
into
master
Overview
10
Commits
15
Pipelines
7
Changes
7
Merged
Lukas Mauß
requested to merge
135-adjust-participant-room-view
into
master
7 years ago
Overview
10
Commits
15
Pipelines
7
Changes
7
Expand
Closes
#135 (closed)
Proposed changes
Adjust participant room view
Added loading spinner to room-list, comment-list
Adjust room-list join butoon
For testing
Login as creator or participant and you should see the join buttons in room-list and the loading spinner before the list is loaded
Login as participant, join a room & you should see a new room-view
If you go to comments you should see the loading spinner
0
0
Merge request reports
Compare
master
version 6
9064c606
7 years ago
version 5
01bf4b67
7 years ago
version 4
bf9648c2
7 years ago
version 3
c29262aa
7 years ago
version 2
761259f8
7 years ago
version 1
684fe348
7 years ago
master (base)
and
version 5
latest version
a615bad3
15 commits,
7 years ago
version 6
9064c606
14 commits,
7 years ago
version 5
01bf4b67
12 commits,
7 years ago
version 4
bf9648c2
11 commits,
7 years ago
version 3
c29262aa
10 commits,
7 years ago
version 2
761259f8
9 commits,
7 years ago
version 1
684fe348
8 commits,
7 years ago
7 files
+
52
−
26
Expand all files
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
src/app/comment-list/comment-list.component.html
+
1
−
0
Options
<div
fxLayout=
"row"
fxLayoutAlign=
"center"
>
<div
fxLayout=
"row"
fxLayoutAlign=
"center"
>
<div
fxLayout=
"column"
fxLayoutGap=
"20px"
>
<div
fxLayout=
"column"
fxLayoutGap=
"20px"
>
<mat-progress-spinner
*ngIf=
"isLoading"
mode=
"indeterminate"
></mat-progress-spinner>
<div
*ngFor=
"let comment of comments"
>
<div
*ngFor=
"let comment of comments"
>
<mat-card>
<mat-card>
<mat-card-content>
<mat-card-content>