Compare commits
4 Commits
main
...
feat/uniqu
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4d9592413a | ||
| 4c6223b37d | |||
|
|
b1d88af8aa | ||
|
|
517fd4cc78 |
@@ -216,3 +216,5 @@ Special thanks to the developers and contributors behind these amazing tools and
|
|||||||
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Longhorn-Developers/UT-Registration-Plus&type=Date" />
|
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=Longhorn-Developers/UT-Registration-Plus&type=Date" />
|
||||||
</picture>
|
</picture>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -49,6 +49,7 @@ export default function CalendarCourseCell({
|
|||||||
|
|
||||||
const { colors, uniqueId: courseID } = blockData.course;
|
const { colors, uniqueId: courseID } = blockData.course;
|
||||||
const { dayIndex, startIndex } = blockData.calendarGridPoint;
|
const { dayIndex, startIndex } = blockData.calendarGridPoint;
|
||||||
|
const [courseDepartment, courseInstructor] = courseDeptAndInstr.split('–').map(part => part.trim());
|
||||||
|
|
||||||
let selectedCourse = false;
|
let selectedCourse = false;
|
||||||
let selectedBlock = false;
|
let selectedBlock = false;
|
||||||
@@ -131,7 +132,7 @@ export default function CalendarCourseCell({
|
|||||||
'text-wrap': !timeAndLocation,
|
'text-wrap': !timeAndLocation,
|
||||||
})}
|
})}
|
||||||
>
|
>
|
||||||
{courseDeptAndInstr}
|
{courseDepartment}, {courseID} – {courseInstructor}
|
||||||
</Text>
|
</Text>
|
||||||
{timeAndLocation && (
|
{timeAndLocation && (
|
||||||
<Text variant='h3-course' as='p' className='whitespace-pre-line'>
|
<Text variant='h3-course' as='p' className='whitespace-pre-line'>
|
||||||
|
|||||||
Reference in New Issue
Block a user