Skip to content

Fix: mobile view#47

Merged
SimonBurmer merged 3 commits intomainfrom
fix/mobile
Apr 4, 2026
Merged

Fix: mobile view#47
SimonBurmer merged 3 commits intomainfrom
fix/mobile

Conversation

@SimonBurmer
Copy link
Copy Markdown
Collaborator

@SimonBurmer SimonBurmer commented Apr 4, 2026

Summary by CodeRabbit

  • New Features

    • Added "Show more" option for latest news on mobile devices
    • Enhanced mobile navigation with direct links to partner information
  • UI Improvements

    • Improved responsive layouts across multiple pages for better mobile experience
    • Refined spacing and alignment adjustments for improved visual hierarchy
  • Bug Fixes

    • Fixed potential rendering issue with partner description displays
  • Removed

    • Discontinued deprecated event pages

@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 4, 2026

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

Project Deployment Actions Updated (UTC)
start-munich Building Building Preview, Comment Apr 4, 2026 11:22am

@SimonBurmer SimonBurmer merged commit 3588a1e into main Apr 4, 2026
1 of 3 checks passed
@SimonBurmer SimonBurmer deleted the fix/mobile branch April 4, 2026 11:22
@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 4, 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: 27295a48-ba0d-49b9-9659-1bcaa9d641af

📥 Commits

Reviewing files that changed from the base of the PR and between 9955ba4 and 31bf02b.

⛔ Files ignored due to path filters (1)
  • public/events/eventCards/labs.JPG is excluded by !**/*.jpg
📒 Files selected for processing (12)
  • app/about-us/page.tsx
  • app/events/legal-hack/page.tsx
  • app/events/page.tsx
  • app/events/rtsh/page.tsx
  • app/events/rtss/page.tsx
  • app/for-partners/page.tsx
  • app/home/page.tsx
  • app/member-journey/page.tsx
  • app/members/page.tsx
  • components/Navigation.tsx
  • components/StartupCard.tsx
  • next.config.js

📝 Walkthrough

Walkthrough

This pull request removes three event iframe pages, adjusts responsive layouts and spacing across multiple pages, updates mobile navigation behavior for events and news sections, replaces Link-based navigation with router-based navigation in StartupCard, removes a navigation link, and adds remote image patterns for external media hosting.

Changes

Cohort / File(s) Summary
Event Page Removals
app/events/legal-hack/page.tsx, app/events/rtsh/page.tsx, app/events/rtss/page.tsx
Removed three client-side event page components, each containing a full-screen layout with back-button and embedded iframe. No replacement implementations provided.
Event & Homepage Updates
app/events/page.tsx, app/home/page.tsx
Updated start-labs event image path; added mobile scroll-into-view for event slider. Added mobile news expansion state, responsive stats layout with adjusted numeric heading sizes, and hid navigation arrows on mobile.
About & Partner Pages
app/about-us/page.tsx, app/for-partners/page.tsx
Safe mapping of mission partner descriptions with optional chaining; adjusted executive card dimensions and spacing. Modified partner section vertical padding, hid desktop CTA on mobile with mobile-only link, and reduced FAQ grid gaps.
Navigation & Routing
components/Navigation.tsx, components/StartupCard.tsx
Removed "Member Network" navigation links from COMMUNITY menus in both desktop and mobile dropdowns. Replaced next/link with useRouter in StartupCard, storing scroll position in sessionStorage before navigation.
Member & Journey Pages
app/members/page.tsx, app/member-journey/page.tsx
Updated responsive grid layouts for member cards from fixed columns to breakpoint-based (grid-cols-2 sm:grid-cols-3 lg:grid-cols-5). Refined scroll behavior with manual offset calculation; reordered internal events grid layout with order utilities.
Image Hosting Configuration
next.config.js
Added two remote image patterns for Next.js optimization: nbg1.your-objectstorage.com and media.licdn.com.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes

Possibly related PRs

  • Feat/member network #31: Adds "Member Network" navigation link while this PR removes it; direct conflict in components/Navigation.tsx.
  • Fix: about us page #42: Modifies app/about-us/page.tsx mission partner rendering and executive layout; overlaps with partner description mapping changes.
  • Feat: Events page ROUND #32: Updates app/events/page.tsx mobile timeline and slider behavior; related to scroll-into-view additions and event card adjustments.

Poem

🐰 Old event frames fade away,
Mobile magic saves the day!
Grids respond, and scrolls align,
Navigation links refined—
Hop along, the web's redesigned!

✨ Finishing Touches
✨ Simplify code
  • Create PR with simplified code
  • Commit simplified code in branch fix/mobile

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

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