Conversation
TechQuery
requested changes
Mar 18, 2025
Update lastest code
… comprehensive community content
… comprehensive community content
TechQuery
requested changes
May 11, 2025
TechQuery
requested changes
May 15, 2025
TechQuery
requested changes
May 15, 2025
There was a problem hiding this comment.
Pull Request Overview
This PR implements the new homepage with translated labels, global theming, and modular sections for upcoming events, latest blog posts, community stats, and sponsors.
- Adds new translation keys and updates locale files
- Defines theme variables and extensive global CSS for hero and navbar
- Introduces
getStaticProps-based homepage inpages/index.tsxwith supporting components undercomponents/Home
Reviewed Changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| translation/zh-TW.ts | Added several translation entries (may be missing home_page) |
| styles/globals.less | Defined CSS variables, hero layout, buttons, and navbar styles |
| pages/index.tsx | Replaced SSR with SSG, data fetching, and homepage markup |
| components/Home/UpcomingEvents.tsx | Renders events cards with fallback values |
| pages/api/core.ts | Improved frontMatterOf null handling and error logging |
TechQuery
requested changes
Jun 5, 2025
TechQuery
requested changes
Jun 11, 2025
TechQuery
approved these changes
Jul 6, 2025
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.
Checklist(清单):
Labels
Assignees
Reviewers
Built the homepage layout based on the design.
Added components for Events, Blog Posts, and Sponsors & Partners sections.