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
436d3eec
Commit
436d3eec
authored
5 years ago
by
Lukas Mauß
Browse files
Options
Downloads
Patches
Plain Diff
Remove unnecessary infos from creator-/participant-home-page
parent
165abfc9
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!223
Ux fixes
Pipeline
#27119
passed with stages
Stage:
Stage:
Stage:
Stage:
in 7 minutes and 28 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/components/shared/room-list/room-list.component.html
+0
-7
0 additions, 7 deletions
src/app/components/shared/room-list/room-list.component.html
src/app/components/shared/room-list/room-list.component.scss
+0
-5
0 additions, 5 deletions
src/app/components/shared/room-list/room-list.component.scss
with
0 additions
and
12 deletions
src/app/components/shared/room-list/room-list.component.html
+
0
−
7
View file @
436d3eec
...
...
@@ -28,10 +28,3 @@
</p>
</mat-expansion-panel>
</div>
<mat-card
id=
"no-sessions-card"
*ngIf=
"rooms && rooms.length === 0"
>
<mat-card-header>
<mat-card-title
*ngIf=
"baseUrl === 'creator'"
>
Sie haben noch keine Sessions erstellt!
</mat-card-title>
<mat-card-title
*ngIf=
"baseUrl === 'participant'"
>
Sie sind noch keiner Session beigetreten!
</mat-card-title>
</mat-card-header>
</mat-card>
This diff is collapsed.
Click to expand it.
src/app/components/shared/room-list/room-list.component.scss
+
0
−
5
View file @
436d3eec
...
...
@@ -46,11 +46,6 @@ mat-card-title {
text-align
:
center
;
}
#no-sessions-card
{
background-color
:
var
(
--
grey
);
color
:
var
(
--
primary
);
}
mat-progress-spinner
{
margin-top
:
30px
;
}
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