v1.2.0: Add course info popovers, favicon, and viewport-fitted layout

- Course info popovers with description, instructors, and specialization
  tags; opens on hover (desktop) or tap (mobile) with smart positioning
- Page title and graduation cap favicon in NYU Stern purple
- Desktop layout fits viewport without page-level scrolling
This commit is contained in:
2026-03-27 12:23:15 -04:00
parent 99a39a2581
commit 441d61abc3
7 changed files with 520 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
define: {
__APP_VERSION__: JSON.stringify('1.1.1'),
__APP_VERSION__: JSON.stringify('1.2.0'),
__APP_VERSION_DATE__: JSON.stringify('2026-03-27'),
},
server: {