Skip to content

Feat: Add new Images 2#26

Merged
SimonBurmer merged 4 commits intomainfrom
images-2
Mar 30, 2026
Merged

Feat: Add new Images 2#26
SimonBurmer merged 4 commits intomainfrom
images-2

Conversation

@SimonBurmer
Copy link
Copy Markdown
Collaborator

@SimonBurmer SimonBurmer commented Mar 30, 2026

Summary by CodeRabbit

  • New Features

    • Legal notice and privacy policy pages now include complete information
    • Member journey events section supports locked selection with outside-click handling
    • Startups page restores scroll position when navigating back
  • Bug Fixes

    • Startup details close button now uses back navigation for reliability
    • Removed unreliable date display from past events grid
  • Style

    • Optimized image assets across pages with local paths
    • Adjusted section spacing and event card overlay opacity for visual clarity

- Normalize all main sections to py-28 for consistent vertical spacing
- Remove gradient background and blur blobs from Facts section
- Replace hardcoded #0a0a2e with brand-dark-blue in scroll fade overlays
- Use local images for TUM/LMU logos instead of external URLs
@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 30, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
start-munich Ready Ready Preview, Comment Mar 30, 2026 5:09pm

@SimonBurmer SimonBurmer merged commit d1013ab into main Mar 30, 2026
2 of 3 checks passed
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Mar 30, 2026

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 6ddb5a81-eb26-40c0-9ce1-a1ac1590c8b2

📥 Commits

Reviewing files that changed from the base of the PR and between ff788de and 347d238.

⛔ Files ignored due to path filters (16)
  • public/events/eventCards/fail.JPG is excluded by !**/*.jpg
  • public/events/eventCards/hack.JPG is excluded by !**/*.jpg
  • public/events/eventCards/info.JPG is excluded by !**/*.jpg
  • public/events/eventCards/info2.JPG is excluded by !**/*.jpg
  • public/events/eventCards/legal.jpg is excluded by !**/*.jpg
  • public/events/eventCards/pitch.JPG is excluded by !**/*.jpg
  • public/events/eventCards/summit.JPG is excluded by !**/*.jpg
  • public/home/LMU_Muenchen_Logo.svg is excluded by !**/*.svg
  • public/home/good.png is excluded by !**/*.png
  • public/memberJourney/departmentwork/1.JPG is excluded by !**/*.jpg
  • public/memberJourney/departmentwork/2.JPG is excluded by !**/*.jpg
  • public/memberJourney/monthly/3.png is excluded by !**/*.png
  • public/memberJourney/monthly/4.png is excluded by !**/*.png
  • public/ourPartners/hero.png is excluded by !**/*.png
  • public/ourPartners/hero1.png is excluded by !**/*.png
  • public/partners/hero.JPG is excluded by !**/*.jpg
📒 Files selected for processing (13)
  • app/events/page.tsx
  • app/for-partners/page.tsx
  • app/home/page.tsx
  • app/legal-notice/page.tsx
  • app/member-journey/page.tsx
  • app/members/page.tsx
  • app/partners/page.tsx
  • app/privacy-policy/page.tsx
  • app/startup-details/[id]/page.tsx
  • app/startups/page.tsx
  • components/EventComponents.tsx
  • components/PastEventsGrid.tsx
  • components/StartupCard.tsx

📝 Walkthrough

Walkthrough

Multiple page layouts and components updated: asset paths consolidated to local directories across events, home, and partner pages; legal notice and privacy policy pages expanded with structured content; member journey events interface enhanced with locked selection and auto-rotation logic; startup card component extended with accent colors and scroll restoration; PastEventsGrid simplified by removing date display.

Changes

Cohort / File(s) Summary
Asset Path Updates
app/events/page.tsx, app/for-partners/page.tsx, app/home/page.tsx, app/partners/page.tsx
Replaced external URLs and updated image asset paths to local directories (/events/eventCards/*, /partners/*, /home/*).
Content Pages
app/legal-notice/page.tsx, app/privacy-policy/page.tsx
Expanded placeholder content into structured sections with headings, formatted text, and contact information; added spacing utilities and typography styling.
Member Journey
app/member-journey/page.tsx
Enhanced events section with locked-selection state alongside hover state; added outside-click handler to clear locks; refactored auto-rotation logic to pause on lock/hover; restructured image navigation; adjusted layout spacing and description text.
Startup Pages
app/startup-details/[id]/page.tsx, app/startups/page.tsx
Changed close button behavior from window close to history navigation; added scroll position restoration after page load; extended StartupCard with accent color styling prop.
Card Components
components/StartupCard.tsx, components/EventComponents.tsx
Extended StartupCard with optional accentColor prop and scroll-save onClick handler; adjusted EventCard image gradient opacity values.
Member & Past Events
app/members/page.tsx, components/PastEventsGrid.tsx
Increased vertical spacing in batch card containers; removed client-side date parsing and date badge UI overlay from past events grid.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes

Possibly related PRs

  • #15: Removes date badge and date parsing from PastEventsGrid, directly overlapping with date display removal in this PR.
  • #17: Modifies StartupCard component props structure; this PR adds accentColor prop while referenced PR adjusts other prop definitions.
  • #16: Updates member-journey events UI and removes PastEventsGrid date badge, aligning with similar changes across both PRs.

Poem

🐰 From Unsplash clouds to local ground, our assets hop and land,
Events now lock when hearts demand, auto-spinning shifts command,
StartupCards recall where scrolls once ran—a stateful, whiskered hand! ✨

✨ Finishing Touches
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch images-2

Comment @coderabbitai help to get the list of available commands and usage tips.

This was referenced Mar 30, 2026
@SimonBurmer SimonBurmer deleted the images-2 branch April 4, 2026 23:31
This was referenced Apr 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant