feat: UI overhaul#67
Merged
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Pull request overview
This PR proposes an initial redesign of the web app’s “Explore / Upcoming Events” experience, adding early search/filter UI concepts and updating the surrounding layout/navigation styling.
Changes:
- Reworks the
/route layout to include a search box, SIG list, calendar, and additional marketing/flagship sections. - Updates global layout/navigation styling (root background, window container, main nav) and adjusts the Sheet layout to a full-width container.
- Tweaks EventCard styling to match the new “card” theme tokens.
Reviewed changes
Copilot reviewed 8 out of 10 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| apps/web/tsconfig.json | Removes baseUrl while keeping paths alias configuration. |
| apps/web/src/routes/index.tsx | Large home page UI overhaul with search/SIG/calendar UI and new sections. |
| apps/web/src/routes/__root.tsx | Changes body background color and removes WindowBar from layout. |
| apps/web/src/config/navigation.ts | Renames main nav link labels/targets. |
| apps/web/src/components/layout/window/window.tsx | Simplifies Window wrapper, removing toolbar/navigation rendering. |
| apps/web/src/components/layout/sheet.tsx | Changes Sheet/EmptySheet sizing and layout. |
| apps/web/src/components/layout/main-navigation.tsx | Rebuilds main navigation with popovers + new mobile menu. |
| apps/web/src/components/event-card.tsx | Updates card styling classes to new theme tokens. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 32 out of 34 changed files in this pull request and generated 4 comments.
Comments suppressed due to low confidence (1)
apps/web/tsconfig.json:33
compilerOptions.pathsis configured, butbaseUrlhas been removed. TypeScript requiresbaseUrlto be set when usingpaths(otherwise compilation fails with TS5090 and tooling likevite-tsconfig-pathswon’t resolve@/*). Re-addbaseUrl(e.g. ".") or removepaths/switch to another alias mechanism.
Copilot stopped work on behalf of
HJyup due to an error
May 23, 2026 16:25
Agent-Logs-Url: https://github.com/compsoc-edinburgh/events.comp-soc.com/sessions/925efe60-c0f5-4da3-8a2b-9de6d1e59970 Co-authored-by: HJyup <89708817+HJyup@users.noreply.github.com>
…unified enum values across shared and DB
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.