Closed harshbutfairx closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
signoz-web | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 16, 2024 0:17am |
The changes introduce a new React component named LaunchWeek.tsx
for a promotional event called "Launch Week 2.0." This component includes features such as event dates, schedules, countdown timers, and a subscription link. It also contains a GetStarted
sub-component to guide users in exploring SigNoz Cloud. The layout is responsive and visually engaging, designed to enhance user interaction and accessibility to event-related content.
File Path | Change Summary |
---|---|
app/launch-week/LaunchWeek.tsx |
Added LaunchWeek component with event details, schedules, countdown timers, and a video modal. Added GetStarted sub-component. |
sequenceDiagram
participant User
participant LaunchWeek
participant CountdownTimer
participant GetStarted
User->>LaunchWeek: View Launch Week Page
LaunchWeek->>CountdownTimer: Initialize countdown
CountdownTimer->>User: Display remaining time
User->>GetStarted: Click on Get Started link
GetStarted->>User: Show SigNoz Cloud options
🐰 In the meadow of code, a launch takes flight,
With timers that tick and schedules so bright.
A week full of wonders, come join the cheer,
For Launch Week 2.0 is finally here!
So hop on the links, don’t miss the fun,
Let’s celebrate together, everyone! 🎉
Summary by CodeRabbit
New Features
Bug Fixes
Style