improvement(docs): updated logo, added lightbox to action media, fixed minor styling inconsistencies between themes#3014
Merged
waleedlatif1 merged 3 commits intostagingfrom Jan 26, 2026
Conversation
…d minor styling inconsistencies between themes
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
Greptile OverviewGreptile SummaryThis PR refreshes the documentation site's visual identity by updating the logo and color scheme from purple to green (#33C482), adding lightbox functionality to action media, and fixing minor styling inconsistencies. Major Changes:
Style Guide Considerations:
Confidence Score: 4/5
Important Files Changed
Sequence DiagramsequenceDiagram
participant User
participant Browser
participant Page
participant SimLogo
participant ActionMedia
participant Lightbox
participant OGRoute
User->>Browser: Visit documentation page
Browser->>Page: Load [[...slug]]/page.tsx
Page->>SimLogo: Render SimLogoFull in navbar/sidebar
SimLogo->>Browser: Display SVG logo (green icon + text)
User->>ActionMedia: Click on action image/video
ActionMedia->>ActionMedia: handleClick() called
ActionMedia->>Lightbox: Open lightbox (setIsLightboxOpen(true))
Lightbox->>Browser: Display fullscreen media overlay
Lightbox->>Browser: Set document.body.style.overflow = 'hidden'
User->>Lightbox: Press Escape or click outside
Lightbox->>Lightbox: onClose() called
Lightbox->>ActionMedia: Close lightbox (setIsLightboxOpen(false))
Lightbox->>Browser: Restore document.body.style.overflow = 'unset'
Note over Browser,OGRoute: Social Media Preview
Browser->>OGRoute: Request OG image (/api/og?title=...)
OGRoute->>OGRoute: Load Geist font from Google Fonts
OGRoute->>OGRoute: Render SimLogoFull SVG
OGRoute->>Browser: Return ImageResponse (1200x630 PNG)
|
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
Type of Change
Testing
Tested manually
Checklist