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
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
8
Merged
Lukas Mauß
requested to merge
135-adjust-participant-room-view
into
master
7 years ago
Overview
10
Commits
15
Pipelines
7
Changes
2
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
Viewing commit
14f4872b
Prev
Next
Show latest version
2 files
+
3
−
0
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
14f4872b
Add loading spinner to comment-list
· 14f4872b
Lukas Mauß
authored
7 years ago
src/app/comment-list/comment-list.component.html
+
1
−
0
Options
<div
fxLayout=
"row"
fxLayoutAlign=
"center"
>
<div
fxLayout=
"column"
fxLayoutGap=
"20px"
>
<mat-progress-spinner
*ngIf=
"isLoading"
mode=
"indeterminate"
></mat-progress-spinner>
<div
*ngFor=
"let comment of comments"
>
<mat-card>
<mat-card-content>