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
1
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
573b9187
Prev
Next
Show latest version
1 file
+
7
−
8
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
573b9187
Change feedback-button icon
· 573b9187
Lukas Mauß
authored
7 years ago
src/app/participant-room/participant-room.component.html
+
7
−
8
Options
@@ -22,22 +22,21 @@
</mat-grid-tile>
<mat-grid-tile>
<button
mat-icon-button
color=
"primary"
matTooltip=
"Give feedback"
>
<mat-icon>
feedback
</mat-icon>
<mat-icon>
thumbs_up_down
</mat-icon>
</button>
</mat-grid-tile>
</mat-grid-list>
<mat-nav-list>
<mat-list-item
matTooltip=
"Join question round"
routerLink=
"/participant/room/{{ room.id }}/questions"
>
Contents
Contents
</mat-list-item>
<mat-list-item
matTooltip=
"See room comments"
>
Comments
</mat-list-item>
<mat-list-item
matTooltip=
"Join question round"
>
Learn
</mat-list-item>
</mat-nav-list>
</mat-list-item>
<mat-list-item
matTooltip=
"Join question round"
>
Learn
</mat-list-item>
</mat-nav-list>
</mat-card>
</div>
<button
mat-button
color=
"primary"
(click)=
"goBack()"
>
Back
</button>