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
de5d8739
Commit
de5d8739
authored
5 years ago
by
Klaus-Dieter Quibeldey-Cirkel
Browse files
Options
Downloads
Patches
Plain Diff
change visibility icons
parent
74d1a1e0
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!348
change visibility icons
Pipeline
#29100
passed with stages
in 8 minutes and 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/components/shared/comment-list/comment-list.component.html
+2
-2
2 additions, 2 deletions
...omponents/shared/comment-list/comment-list.component.html
src/app/components/shared/comment/comment.component.html
+1
-1
1 addition, 1 deletion
src/app/components/shared/comment/comment.component.html
with
3 additions
and
3 deletions
src/app/components/shared/comment-list/comment-list.component.html
+
2
−
2
View file @
de5d8739
...
@@ -62,12 +62,12 @@
...
@@ -62,12 +62,12 @@
<button
mat-icon-button
(focus)=
"hideCommentsList=true"
matTooltip=
"{{ 'comment-list.read' | translate }}"
<button
mat-icon-button
(focus)=
"hideCommentsList=true"
matTooltip=
"{{ 'comment-list.read' | translate }}"
(click)=
"filterComments(read)"
>
(click)=
"filterComments(read)"
>
<mat-icon
[ngClass]=
"{read: 'read-icon'}[currentFilter]"
>
visibility
</mat-icon>
<mat-icon
[ngClass]=
"{read: 'read-icon'}[currentFilter]"
>
speaker_notes
</mat-icon>
</button>
</button>
<button
mat-icon-button
(focus)=
"hideCommentsList=true"
matTooltip=
"{{ 'comment-list.unread' | translate }}"
<button
mat-icon-button
(focus)=
"hideCommentsList=true"
matTooltip=
"{{ 'comment-list.unread' | translate }}"
(click)=
"filterComments(unread)"
>
(click)=
"filterComments(unread)"
>
<mat-icon
[ngClass]=
"{unread: 'unread-icon'}[currentFilter]"
>
visibility
_off
</mat-icon>
<mat-icon
[ngClass]=
"{unread: 'unread-icon'}[currentFilter]"
>
speaker_notes
_off
</mat-icon>
</button>
</button>
<button
mat-icon-button
(focus)=
"hideCommentsList=false"
(click)=
"sortComments(currentSort); filterComments('')"
>
<button
mat-icon-button
(focus)=
"hideCommentsList=false"
(click)=
"sortComments(currentSort); filterComments('')"
>
...
...
This diff is collapsed.
Click to expand it.
src/app/components/shared/comment/comment.component.html
+
1
−
1
View file @
de5d8739
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
</button>
</button>
<button
mat-icon-button
*ngIf=
"!isStudent || comment.read"
[disabled]=
"isStudent"
(click)=
"setRead(comment)"
>
<button
mat-icon-button
*ngIf=
"!isStudent || comment.read"
[disabled]=
"isStudent"
(click)=
"setRead(comment)"
>
<mat-icon
[ngClass]=
"{'read-icon': comment.read, 'not-marked' : !comment.read}"
<mat-icon
[ngClass]=
"{'read-icon': comment.read, 'not-marked' : !comment.read}"
matTooltip=
"{{ 'comment-page.mark-read' | translate }}"
>
visibility
matTooltip=
"{{ 'comment-page.mark-read' | translate }}"
>
speaker_notes
</mat-icon>
</mat-icon>
</button>
</button>
</div>
</div>
...
...
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