Migrate /projects-new and /events-new to Tailwind design system#501
Merged
Conversation
…refresh copy Swap /projects-new and /events-new from their leftover MUI components (ProjectsNew.tsx, Events.tsx) to the orphaned Tailwind rebuilds already in the codebase (ProjectsDirectory, EventsNew), matching the pattern already shipped on /ideas-new. Also refreshes the /projects-new hero (headline, subtitle, CTA buttons) and strips the redundant "- Tech for Palestine" suffix from page titles across the -new pages.
Deploying website with
|
| Latest commit: |
3e9ca7a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://127e95b0.website-aun.pages.dev |
| Branch Preview URL: | https://migrate-projects-events-new.website-aun.pages.dev |
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.
Summary
/projects-newnow rendersProjectsDirectory(Tailwind,ts-*tokens, slide-inProjectDrawer) instead of the leftover MUIProjectsNew.tsx, matching the pattern already shipped on/ideas-new(IdeasWithTabsNew)./events-newnow rendersEventsNew(Tailwind hero/lineup/archive layout) instead of the leftover MUIEvents.tsx. Both replacement components already existed in the codebase but were unwired./projects-newhero copy (overline, headline, subtitle) and added the missing primary/ghost CTA buttons (Apply now/About the Incubator→/incubator-new), matching the hero pattern on/ideas-new.<title>across the-newpages (homepage titleshome-new/index-newintentionally left as-is;london-gathering-newtitle updated per explicit direction).Test plan
pnpm checkpasses with 0 errors/projects-new: search, tag filter, featured band, and card click → slide-in drawer with CTAs/impact/leader/socials/tags/events-new: hero event, lineup strip, past-events archive, register/recording links-newpages' browser tab titles for the suffix removal