feat: improve building selection controls and add week schedule

Signed-off-by: doprz <52579214+doprz@users.noreply.github.com>
This commit is contained in:
doprz
2024-10-23 14:57:02 -05:00
parent 8bf8a7fff0
commit 5500746138
3 changed files with 159 additions and 5 deletions

View File

@@ -60,7 +60,7 @@ export default function CampusMap() {
</svg>
{/* Building Selection Controls */}
<div className='absolute right-8 top-8 rounded-md bg-white/90 p-3 shadow-sm space-y-4'>
<div className='absolute right-8 top-8 h-full h-full rounded-md bg-white/90 p-3 shadow-sm space-y-4'>
<div className='text-sm space-y-2'>
<div className='flex items-center gap-2'>
<div className='h-3 w-3 rounded-full bg-[#BF5700]' />
@@ -76,7 +76,7 @@ export default function CampusMap() {
</div>
</div>
<div className='space-y-2'>
<div className='overflow-y-scroll space-y-2'>
<p className='text-sm font-medium'>Building Paths:</p>
{generateAllBuildingPaths().map(path => (
<button