feat: can open tabs, updated injected popup heading. basically done

This commit is contained in:
knownotunknown
2024-02-20 21:20:37 -06:00
committed by doprz
parent 35f3c72250
commit 35fab34445
6 changed files with 130 additions and 90 deletions

View File

@@ -21,4 +21,4 @@ export class UserSchedule {
containsCourse(course: Course): boolean {
return this.courses.some(c => c.uniqueId === course.uniqueId);
}
}
}