Compare commits

...

4 Commits

Author SHA1 Message Date
Diego Perez
4d9592413a Merge branch 'main' into feat/uniqueID-calendar 2026-02-11 00:51:42 -06:00
4c6223b37d Merge branch 'main' into feat/uniqueID-calendar 2025-11-05 16:39:26 -06:00
ngupta
b1d88af8aa feat(calendar): add courseID 2025-10-26 11:37:53 -05:00
ngupta
517fd4cc78 test commit 2025-10-21 09:19:07 -05:00
2 changed files with 4 additions and 1 deletions

View File

@@ -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>

View File

@@ -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'>