Skip to content
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

Add Christmas Theme #91

Merged
merged 10 commits into from
Dec 23, 2024
Merged

Add Christmas Theme #91

merged 10 commits into from
Dec 23, 2024

Conversation

devITae
Copy link
Member

@devITae devITae commented Dec 23, 2024

Merry Christmas!

  • Snowflake Effect & Christmas Theme
  • Support the multi-theme
  • Add sliding effect to SegmentedControl

Additional content

Any additional comments? 😁

@devITae devITae added enhancement New feature or request feature Feature development UI/UX Design improvements labels Dec 23, 2024
@devITae devITae requested a review from Taewan-P December 23, 2024 13:09
@Taewan-P Taewan-P requested a review from Copilot December 23, 2024 13:13
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot reviewed 10 out of 21 changed files in this pull request and generated 1 comment.

Files not reviewed (11)
  • .pnp.cjs: Language not supported
  • index.html: Language not supported
  • package.json: Language not supported
  • src/app/components/lang/lang.en.json: Language not supported
  • src/app/components/lang/lang.ko.json: Language not supported
  • src/index.css: Language not supported
  • src/App.tsx: Evaluated as low risk
  • src/app/components/fab/fab.tsx: Evaluated as low risk
  • src/app/components/fulltime/FullTime.tsx: Evaluated as low risk
  • src/app/components/modal/modal.tsx: Evaluated as low risk
  • src/app/components/modal/modalOpen.tsx: Evaluated as low risk
Comments suppressed due to low confidence (3)

src/app/components/useDarkMode.ts:39

  • Commented-out code should be removed for clarity.
//theme === THEME.DARK ? setBarStyle('#27272A') : setBarStyle('#FFFFFF')

src/app/components/useDarkMode.ts:45

  • Ensure the 'transition-colors' class is defined to have the intended effect.
document.body.classList.add('transition-colors')

src/app/components/useDarkMode.ts:31

  • Redundant conditional checks for 'BAR_STYLE' can be simplified.
if (BAR_STYLE) setBarStyle('#27272A')

src/app/context/ThemeContext.tsx Outdated Show resolved Hide resolved
Copy link

cloudflare-workers-and-pages bot commented Dec 23, 2024

Deploying hybus-genesis with  Cloudflare Pages  Cloudflare Pages

Latest commit: aa69883
Status: ✅  Deploy successful!
Preview URL: https://25e8df2b.hybus-genesis.pages.dev
Branch Preview URL: https://feat-christmas-theme.hybus-genesis.pages.dev

View logs

@Taewan-P Taewan-P requested a review from Copilot December 23, 2024 13:59

Choose a reason for hiding this comment

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

Copilot reviewed 10 out of 21 changed files in this pull request and generated no comments.

Files not reviewed (11)
  • .pnp.cjs: Language not supported
  • index.html: Language not supported
  • package.json: Language not supported
  • src/app/components/lang/lang.en.json: Language not supported
  • src/app/components/lang/lang.ko.json: Language not supported
  • src/index.css: Language not supported
  • src/app/components/fulltime/FullTime.tsx: Evaluated as low risk
  • src/app/components/modal/modal.tsx: Evaluated as low risk
  • src/app/components/modal/modalOpen.tsx: Evaluated as low risk
  • src/app/components/ptr/refreshing-content.tsx: Evaluated as low risk
  • src/app/components/shuttle/Shuttle.tsx: Evaluated as low risk
Comments suppressed due to low confidence (1)

src/main.tsx:35

  • The zIndex value of 1 for the Snowfall component might cause it to overlap with other elements unintentionally. Consider using a higher zIndex value to ensure it stays in the background.
zIndex: 1,
Copy link

github-actions bot commented Dec 23, 2024

Check out your Lighthouse Report: https://lighthouse.hybus.app/app/projects/bushanyang-production/dashboard

@Taewan-P Taewan-P merged commit d65624f into main Dec 23, 2024
6 checks passed
@Taewan-P Taewan-P deleted the feat/christmas-theme branch December 24, 2024 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feature Feature development UI/UX Design improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants