Dev/first prod#2
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
a6cd90b to
4532ded
Compare
There was a problem hiding this comment.
Pull request overview
This pull request prepares the personal website for production deployment with significant content updates, new interactive features, and cleanup of unused functionality.
- Adds interactive asteroid viewer component using spacekit.js for visualizing asteroid 33662 Tacescu
- Implements new date formatting utility to handle UTC timezone issues with YAML dates
- Updates project and award content with galleries, embedded media, and improved layout
- Removes authors functionality (reducing to single-author blog)
Reviewed changes
Copilot reviewed 55 out of 98 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
| src/lib/utils/dateFormat.ts | Replaces date-fns with custom UTC-aware date formatter |
| src/layouts/shortcodes/AsteroidViewer.tsx | New interactive 3D solar system visualization component |
| src/layouts/shortcodes/ImageGallery.astro | New image gallery component with Swiper integration |
| src/layouts/shortcodes/FloatImage.tsx | New floating image layout component |
| src/pages/index.astro | Replaces video tag with Vimeo iframe embed |
| src/content.config.ts | Removes authors collection, adds show_image field |
| Multiple project/award files | Content updates with embedded media and improved formatting |
| src/pages/authors/* | Removed author-related pages (single-author site) |
| astro.config.mjs | Registers new shortcode components |
Files not reviewed (1)
- pnpm-lock.yaml: Language not supported
Comments suppressed due to low confidence (2)
src/content/projects/smallkat-mqp.mdx:29
- The frameborder attribute is deprecated in HTML5. Use CSS border property instead.
src/content/projects/smallkat-mqp.mdx:86 - Missing spaces between sentences. The text runs together without proper spacing between distinct sentences, making it difficult to read.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
4532ded to
2dc6455
Compare
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.