Replace card-based event detail view with full-screen gradient layout
Add hero image with gradient overlay at the top
Use icon-based meta rows (calendar, location, attendees) instead of label/value pairs
Add "About" section for event description
All content renders on the gradient background with white text for an app-native feel
Test plan
Unit tests pass (17/17)
E2E tests pass (36/36)
Visual check on mobile viewport
Visual check on desktop viewport
## Summary
- Replace card-based event detail view with full-screen gradient layout
- Add hero image with gradient overlay at the top
- Use icon-based meta rows (calendar, location, attendees) instead of label/value pairs
- Add "About" section for event description
- All content renders on the gradient background with white text for an app-native feel
## Test plan
- [x] Unit tests pass (17/17)
- [x] E2E tests pass (36/36)
- [ ] Visual check on mobile viewport
- [ ] Visual check on desktop viewport
Replace card-based event detail view with full-screen gradient layout.
Add hero image with gradient overlay, icon-based meta rows, and
"About" section. Content renders directly on the gradient background
with white text for an app-native feel.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
nitrix
merged commit 373f3671f6 into master2026-03-08 16:51:09 +01:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Summary
Test plan