Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…y-information-page
…ion for Application Information
…ent-mobility-programs-page
There was a problem hiding this comment.
Pull request overview
Implements new International section pages for mobility opportunities (and dormitory admission information), backed by dictionary-driven content and added to the app navigation.
Changes:
- Added
mobility-programsanddormitory-informationpages under/[lang]/international/*with new UI components and TypeScript data models. - Extended
en.jsonandhu.jsondictionaries withinternational.mobility_programsandinternational.dormitory_informationcontent. - Added navigation entries for the new pages.
Reviewed changes
Copilot reviewed 13 out of 13 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
src/dictionaries/hu.json |
Adds dictionary content for the new international pages (currently English text under hu). |
src/dictionaries/en.json |
Adds English dictionary content for the new international pages. |
src/app/(app)/components/navigation-items.ts |
Adds navigation links to the new international pages. |
src/app/(app)/[lang]/international/mobility-programs/page.tsx |
New Mobility Programs page that reads from dictionary and renders content. |
src/app/(app)/[lang]/international/mobility-programs/components/types.ts |
Data model types for mobility programs content. |
src/app/(app)/[lang]/international/mobility-programs/components/ProgramCard.tsx |
Renders each mobility program card (badge labels + external link). |
src/app/(app)/[lang]/international/mobility-programs/components/MobilityProgramsContent.tsx |
Lays out intro + list of program cards. |
src/app/(app)/[lang]/international/dormitory-information/page.tsx |
New Dormitory Information page that reads from dictionary and renders content. |
src/app/(app)/[lang]/international/dormitory-information/components/types.ts |
Data model types for dormitory info content. |
src/app/(app)/[lang]/international/dormitory-information/components/FrequencyAdmissionSection.tsx |
Renders frequency + admission cards and ranking list. |
src/app/(app)/[lang]/international/dormitory-information/components/EligibilitySection.tsx |
Renders eligibility and dormitory type list. |
src/app/(app)/[lang]/international/dormitory-information/components/DormitoryInformationContent.tsx |
Composes dormitory info sections. |
src/app/(app)/[lang]/international/dormitory-information/components/ApplicationStepsSection.tsx |
Renders application steps and linkifies URLs inside step text. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
src/app/(app)/[lang]/international/mobility-programs/components/ProgramCard.tsx
Show resolved
Hide resolved
src/app/(app)/[lang]/international/dormitory-information/components/types.ts
Outdated
Show resolved
Hide resolved
src/app/(app)/[lang]/international/mobility-programs/components/ProgramCard.tsx
Show resolved
Hide resolved
…assertion in MobilityProgramsPage
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.
closes #78