Skip to content

test: add timezone boundaries tests for PreviewPanel#7829

Open
deepsikha-dash wants to merge 1 commit into
JhaSourav07:mainfrom
deepsikha-dash:test/6920-previewpanel-timezone-boundaries
Open

test: add timezone boundaries tests for PreviewPanel#7829
deepsikha-dash wants to merge 1 commit into
JhaSourav07:mainfrom
deepsikha-dash:test/6920-previewpanel-timezone-boundaries

Conversation

@deepsikha-dash

Copy link
Copy Markdown
Contributor

Description

Fixes #6920

Pillar

  • 🎨 Pillar 1 — New Theme Design
  • 📐 Pillar 2 — Geometric SVG Improvement
  • 🕐 Pillar 3 — Timezone Logic Optimization
  • 🛠️ Other (Bug fix, refactoring, docs)

Visual Preview

N/A

Checklist before requesting a review:

  • I have read the CONTRIBUTING.md file.
  • I have tested these changes locally (localhost:3000/api/streak?user=YOUR_USERNAME).
  • I have run npm run format and npm run lint locally and resolved all errors (CI will fail otherwise).
  • My commits follow the Conventional Commits format (e.g., feat(themes): ..., fix(calculate): ...).
  • I have updated README.md if I added a new theme or URL parameter.
  • I have started the repo.
  • I have made sure that i have only one commit to merge in this PR.
  • The SVG output matches the CommitPulse "premium quality" aesthetic standard (no raw elements, smooth animations, correct fonts).
  • (Recommended) I joined the CommitPulse Discord community for contributor discussions, mentorship, and faster PR support.

@github-actions github-actions Bot added the status:blocked This PR is blocked due to a failing CI check. label Jul 8, 2026
@deepsikha-dash deepsikha-dash force-pushed the test/6920-previewpanel-timezone-boundaries branch from f9294ab to d1802ae Compare July 9, 2026 11:11
@github-actions github-actions Bot removed the status:blocked This PR is blocked due to a failing CI check. label Jul 9, 2026
@github-actions

github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

📦 Next.js Bundle Size Report (Gzipped Sizes)

✨ No significant bundle size changes detected.

📊 Summary of Totals

Category PR Size Base Size Difference
Total JS 3917.41 KB 3917.41 KB 0 B
Total CSS 325.86 KB 325.86 KB 0 B

@Aamod007 Aamod007 added mentor:Aamod007 level:beginner Small changes Usually isolated fixes or simple UI/text updates. quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. type:testing Adding, updating, or fixing tests labels Jul 10, 2026

@Aamod007 Aamod007 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello! Thanks for adding the timezone boundaries tests for the \PreviewPanel. Validating component behavior across different time zones ensures our user previews are consistent globally. The tests look perfect and all CI checks are green!

Labels assigned:

  • \level:beginner: Standard timezone bounds testing.
  • \quality:clean: Clear and focused test cases.
  • \ ype:testing: Purely adds test coverage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

level:beginner Small changes Usually isolated fixes or simple UI/text updates. mentor:Aamod007 quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. type:testing Adding, updating, or fixing tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

test(PreviewPanel-timezone-boundaries): verify Timezone Normalization & Calendar Data Boundary Alignment (Variation 8)

2 participants