-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: /account/payment disables changing plans after scheduled sunset…
… date (#2321) Motivation: * https://github.com/web3-storage/secrets/issues/23 Notes * it takes effect when rendering after the date configured by `NEXT_PUBLIC_W3UP_LAUNCH_SUNSET_START`, which is also the date that is used inside the announcement banner. We can easily change the exact logic in the `shouldPreventPlanSwitching` in w3up-launch.js later too * I got sick of looking at a React warning in browser console about invalid nesting of div inside p, and it was because payment page Tooltip (div) was in a p, so I made the Tooltip element name configurable to get rid of the warning. seems to work ok
- Loading branch information
Showing
6 changed files
with
61 additions
and
15 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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