active tasks

This commit is contained in:
CHIEFSOFT\ameye
2023-11-23 20:24:47 -05:00
parent f8a4409789
commit df25b2c59d
8 changed files with 181 additions and 152 deletions
@@ -1,4 +1,4 @@
.lesson {
.task_activity {
margin-top: 20px;
.bold {
@@ -13,6 +13,11 @@
color: grey;
}
.red {
color: red;
font-weight: bolder;
}
.sec {
display: flex;
justify-content: space-between;
@@ -24,12 +29,14 @@
display: flex;
justify-content: space-between;
align-items: center;
background-color: white;
//background-color: white;
padding: 15px;
box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
border-radius: 10px;
margin-top: 20px;
.left {
display: flex;
}
@@ -13,7 +13,12 @@ export class TaskactivitiesComponent implements OnInit {
constructor(
public sessionDataProviderService: SessionDataProviderService,
private wrenchService: WrenchService
) { }
) {
addEventListener('app-taskactivities-refresh', () => {
this.activeJobMsgList();
});
}
ngOnInit() {
console.log("IN COMPO ACT", this.jobData);