-
Notifications
You must be signed in to change notification settings - Fork 0
Dev/first prod #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
a6cd90b to
4532ded
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
No description provided.