-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(Entire Application): Upgrade to Angular 16 (#1477)
Co-authored-by: Jonathan Lim-Breitbart <[email protected]>
- Loading branch information
1 parent
7bdce81
commit 4f2a1e0
Showing
46 changed files
with
8,572 additions
and
7,362 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
45 changes: 45 additions & 0 deletions
45
src/app/classroom-monitor/milestones/milestones.component.scss
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,3 +1,48 @@ | ||
:host ::ng-deep .success circle { | ||
stroke: #00C853; | ||
} | ||
|
||
.milestone { | ||
min-width: 196px; | ||
width: 196px; | ||
min-height: 242px; | ||
background-color: #ffffff; | ||
padding: 0; | ||
margin: 4px; | ||
cursor: pointer; | ||
} | ||
|
||
.milestone__progress { | ||
border-radius: 50%; | ||
position: relative; | ||
margin-bottom: 12px; | ||
} | ||
|
||
.milestone__progress__percent { | ||
position: absolute; | ||
top: 8px; | ||
bottom: 8px; | ||
left: 8px; | ||
right: 8px; | ||
border-radius: 50%; | ||
background-color: #ffffff; | ||
font-weight: 500; | ||
} | ||
|
||
.milestone__title { | ||
font-weight: 700; | ||
margin-bottom: 12px; | ||
} | ||
|
||
.milestone--add { | ||
&.md-button { | ||
text-transform: uppercase; | ||
} | ||
} | ||
|
||
.milestone--add__icon { | ||
height: 96px; | ||
width: 96px; | ||
background-color: color('gray-lighter'); | ||
border-radius: 50%; | ||
} |
10 changes: 0 additions & 10 deletions
10
src/app/classroom-monitor/nav-item-progress/nav-item-progress.component.scss
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,10 +0,0 @@ | ||
|
||
.progress-wrapper { | ||
.mat-mdc-progress-bar, .mdc-linear-progress__bar-inner { | ||
height: 14px; | ||
} | ||
|
||
.mdc-linear-progress__bar-inner { | ||
border-top-width: 14px; | ||
} | ||
} | ||
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
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
3 changes: 3 additions & 0 deletions
3
...r/classroomMonitorComponents/edit-component-comment/edit-component-comment.component.scss
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
mat-form-field { | ||
width: 100%; | ||
} |
7 changes: 7 additions & 0 deletions
7
...nitor/classroomMonitorComponents/edit-component-score/edit-component-score.component.scss
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
mat-form-field { | ||
width: 64px; | ||
} | ||
|
||
input { | ||
text-align: center; | ||
} |
Empty file.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,8 @@ | |
.mdc-list-item.mdc-list-item--with-one-line { | ||
height: auto; | ||
} | ||
|
||
.mat-headline-5 { | ||
margin: 0; | ||
} | ||
} |
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 |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
} | ||
|
||
.mat-mdc-card-actions { | ||
padding: 8px 16px; | ||
padding: 0 16px; | ||
border-top: 1px solid #dddddd; | ||
} | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...wise5/classroomMonitor/classroomMonitorComponents/shared/tool-bar/tool-bar.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
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 |
---|---|---|
|
@@ -7,4 +7,5 @@ | |
|
||
.toolbar__tools { | ||
padding: 0 4px; | ||
width: 100%; | ||
} |
6 changes: 3 additions & 3 deletions
6
.../classroomMonitorComponents/shared/workgroupNodeScore/workgroup-node-score.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,4 +1,4 @@ | ||
<div layout="row" layout-align="center center" class="layout-align-center-center layout-row"> | ||
<span class="md-display-1">{{ score }}</span | ||
> <span class="md-title text-secondary normal">/{{ maxScore }}</span> | ||
<div fxLayout="row" fxLayoutAlign="center center"> | ||
<span class="mat-headline-5">{{ score }}</span | ||
> <span class="text-secondary mat-body-2">/{{ maxScore }}</span> | ||
</div> |
3 changes: 3 additions & 0 deletions
3
.../classroomMonitorComponents/shared/workgroupNodeScore/workgroup-node-score.component.scss
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.mat-headline-5 { | ||
margin: 0; | ||
} |
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
9 changes: 0 additions & 9 deletions
9
...assroomMonitorComponents/studentProgress/project-progress/project-progress.component.scss
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,9 +0,0 @@ | ||
.project-progress { | ||
.nav-item__progress { | ||
height: 14px; | ||
|
||
.mdc-linear-progress__bar-inner { | ||
border-top-width: 14px; | ||
} | ||
} | ||
} | ||
Oops, something went wrong.