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

Disable PWA #829

Closed
wants to merge 17 commits into from
Closed

Disable PWA #829

wants to merge 17 commits into from

Conversation

JayJay1024
Copy link
Collaborator

@JayJay1024 JayJay1024 commented Sep 24, 2024

PR-Codex overview

This PR focuses on minor adjustments in the codebase, including logging, HTML title modification, and changes to the PWABadge component's configuration.

Detailed summary

  • Added a console.log("Hello 3"); statement in main.tsx.
  • Updated the <title> in index.html to include a period at the end.
  • Commented out isPWA and enableReload variables in pwa-badge.tsx.
  • Changed the period value in pwa-badge.tsx from 0 to 4 * 60 * 1000.
  • Adjusted the conditional rendering in PWABadge component.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

Copy link

changeset-bot bot commented Sep 24, 2024

⚠️ No Changeset found

Latest commit: 2704323

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link
Contributor

github-actions bot commented Sep 24, 2024

---
Commit: 245ebc9
Preview: https://helix-apps-bwclendyv-itering.vercel.app https://helix-dev-mainnet.vercel.app

---
Commit: 245ebc9
Preview: https://helix-apps-test-1tzhl8yvy-itering.vercel.app https://helix-dev-testnet.vercel.app
---
Commit: 6d991db
Preview: https://helix-apps-egs86nkrs-itering.vercel.app https://helix-dev-mainnet.vercel.app
---
Commit: 6d991db
Preview: https://helix-apps-test-exix0lbvb-itering.vercel.app https://helix-dev-testnet.vercel.app
---
Commit: b502239
Preview: https://helix-apps-48o3b6xwx-itering.vercel.app https://helix-dev-mainnet.vercel.app
---
Commit: 92e9be1
Preview: https://helix-apps-8nhdht1s3-itering.vercel.app https://helix-dev-mainnet.vercel.app
---
Commit: b502239
Preview: https://helix-apps-test-nkxwdx3yd-itering.vercel.app https://helix-dev-testnet.vercel.app
---
Commit: 92e9be1
Preview: https://helix-apps-test-gicjvmqtq-itering.vercel.app https://helix-dev-testnet.vercel.app
---
Commit: 89441c2
Preview: https://helix-apps-j7n462weu-itering.vercel.app https://helix-dev-mainnet.vercel.app
---
Commit: 89441c2
Preview: https://helix-apps-test-kic4ml0zg-itering.vercel.app https://helix-dev-testnet.vercel.app
---
Commit: 6bcb0b0
Preview: https://helix-apps-lu8hx0pdp-itering.vercel.app https://helix-dev-mainnet.vercel.app
---
Commit: 6bcb0b0
Preview: https://helix-apps-test-eoa5ymr7g-itering.vercel.app https://helix-dev-testnet.vercel.app
---
Commit: ae8cbd6
Preview: https://helix-apps-msl34ml7m-itering.vercel.app https://helix-dev-mainnet.vercel.app
---
Commit: ae8cbd6
Preview: https://helix-apps-test-f04bppvcy-itering.vercel.app https://helix-dev-testnet.vercel.app
---
Commit: 966e845
Preview: https://helix-apps-72726h9jx-itering.vercel.app https://helix-dev-mainnet.vercel.app
---
Commit: 966e845
Preview: https://helix-apps-test-d9embfbit-itering.vercel.app https://helix-dev-testnet.vercel.app
---
Commit: ccc760b
Preview: https://helix-apps-jnf2qegbi-itering.vercel.app https://helix-dev-mainnet.vercel.app
---
Commit: ccc760b
Preview: https://helix-apps-test-2quo7dkn8-itering.vercel.app https://helix-dev-testnet.vercel.app
---
Commit: f870802
Preview: https://helix-apps-c2tlpe1gp-itering.vercel.app https://helix-dev-mainnet.vercel.app
---
Commit: f870802
Preview: https://helix-apps-test-czmaynm4b-itering.vercel.app https://helix-dev-testnet.vercel.app
---
Commit: 6acb203
Preview: https://helix-apps-kxf0doepg-itering.vercel.app https://helix-dev-mainnet.vercel.app
---
Commit: 6acb203
Preview: https://helix-apps-test-kdgmn22ks-itering.vercel.app https://helix-dev-testnet.vercel.app
---
Commit: 0dcbbb3
Preview: https://helix-apps-pfdl2rcbj-itering.vercel.app https://helix-dev-mainnet.vercel.app
---
Commit: 0dcbbb3
Preview: https://helix-apps-test-g4rofpjjb-itering.vercel.app https://helix-dev-testnet.vercel.app
---
Commit: e44f366
Preview: https://helix-apps-2ldcsenip-itering.vercel.app https://helix-dev-mainnet.vercel.app
---
Commit: fac1f6a
Preview: https://helix-apps-bhg1p5rrz-itering.vercel.app https://helix-dev-mainnet.vercel.app
---
Commit: e44f366
Preview: https://helix-apps-test-635t3f5lh-itering.vercel.app https://helix-dev-testnet.vercel.app
---
Commit: fac1f6a
Preview: https://helix-apps-test-expqkglx3-itering.vercel.app https://helix-dev-testnet.vercel.app
---
Commit: 2704323
Preview: https://helix-apps-6dqqy5mkb-itering.vercel.app https://helix-dev-mainnet.vercel.app
---
Commit: 2704323
Preview: https://helix-apps-test-j7aol96s4-itering.vercel.app https://helix-dev-testnet.vercel.app

@JayJay1024 JayJay1024 closed this Sep 25, 2024
@JayJay1024 JayJay1024 deleted the test-pwa branch September 25, 2024 16:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant