-
Notifications
You must be signed in to change notification settings - Fork 304
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Development: Combine post and answer post reactions bars in communica…
…tion mode client code (#10224)
- Loading branch information
Showing
18 changed files
with
966 additions
and
1,157 deletions.
There are no files selected for viewing
8 changes: 4 additions & 4 deletions
8
...n/webapp/app/overview/course-conversations/other/channel-icon/channel-icon.component.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<ng-container> | ||
@if (isArchived) { | ||
@if (isArchived()) { | ||
<fa-icon [icon]="faBoxArchive" size="xs" /> | ||
} | ||
@if (isPublic) { | ||
@if (isPublic()) { | ||
<fa-icon [icon]="faHashtag" size="xs" /> | ||
} | ||
@if (!isPublic) { | ||
@if (!isPublic()) { | ||
<fa-icon [icon]="faLock" size="xs" /> | ||
} | ||
@if (isAnnouncementChannel) { | ||
@if (isAnnouncementChannel()) { | ||
<fa-icon [icon]="faBullhorn" size="xs" /> | ||
} | ||
</ng-container> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
100 changes: 0 additions & 100 deletions
100
.../posting-reactions-bar/answer-post-reactions-bar/answer-post-reactions-bar.component.html
This file was deleted.
Oops, something went wrong.
122 changes: 0 additions & 122 deletions
122
...is/posting-reactions-bar/answer-post-reactions-bar/answer-post-reactions-bar.component.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.