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
Commits
97597b60
"src/git@git.thm.de:mtrl12/frag-jetzt-swtp-2022.git" did not exist on "c33783897a502e60bea199c9f7fa8bb0cc6da970"
Commit
97597b60
authored
7 years ago
by
Lukas Mauß
Browse files
Options
Downloads
Patches
Plain Diff
Add navigation list instead of buttons
Adjust icon-size
parent
30131569
1 merge request
!94
Resolve "Adjust participant-room view"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/participant-room/participant-room.component.html
+8
-13
8 additions, 13 deletions
src/app/participant-room/participant-room.component.html
src/app/participant-room/participant-room.component.scss
+3
-0
3 additions, 0 deletions
src/app/participant-room/participant-room.component.scss
with
11 additions
and
13 deletions
src/app/participant-room/participant-room.component.html
+
8
−
13
View file @
97597b60
...
...
@@ -27,22 +27,17 @@
</mat-grid-tile>
</mat-grid-list>
<mat-nav-list>
<mat-list-item
color=
"primary"
>
<button
mat-button
matTooltip=
"Join question round"
routerLink=
"/participant/room/{{ room.id }}/questions"
>
<mat-list-item
matTooltip=
"Join question round"
routerLink=
"/participant/room/{{ room.id }}/questions"
>
Contents
</button>
</mat-list-item>
</mat-nav-list>
<mat-card-header
fxLayoutAlign=
"center"
>
<button
mat-button
color=
"primary"
matTooltip=
"See room comments"
>
<mat-list-item
matTooltip=
"See room comments"
>
Comments
</button>
</mat-card-header>
<mat-card-header
fxLayoutAlign=
"center"
>
<button
mat-button
color=
"primary"
matTooltip=
"Start personal question round"
>
Learn
</button>
</mat-card-header>
</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>
...
...
This diff is collapsed.
Click to expand it.
src/app/participant-room/participant-room.component.scss
+
3
−
0
View file @
97597b60
...
...
@@ -6,3 +6,6 @@ mat-card {
mat-card-content
>
:first-child
{
margin-top
:
16px
;
}
mat-icon
{
font-size
:
500%
;
}
This diff is collapsed.
Click to expand it.
Preview
0%
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