-
Notifications
You must be signed in to change notification settings - Fork 230
Update pricing form #1720
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
Merged
Merged
Update pricing form #1720
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
6f7ba84
Update pricing page to use demo_form from reflex_ui
Alek99 ec2c920
Replace Cal.com embed with demo_form in enterprise demo form
Alek99 5e9140b
Remove purple border from pricing form
Alek99 c397b68
Add gray border to pricing form
Alek99 7e8dc54
Use demo_form dialog for 'Book a Demo' in navbar
Alek99 3f1891e
Use demo_form_dialog in navbar
Alek99 98a5e36
Replace all Cal.com integrations with demo_form_dialog
Alek99 b8df6f5
Customize demo_form to redirect to thank-you page
Alek99 899be50
Revert to using reflex_ui demo_form and remove custom copy
Alek99 a7f28ad
Configure environment variables to redirect demo form to /thank-you
Alek99 a60ff72
Remove postog_metrics.py
Alek99 5697aac
Reset whitelist to build all pages
Alek99 bafcd19
Cleanup remaining test files
Alek99 1c83357
Remove manual environment variable configuration for Cal.com URLs
Alek99 3dda685
Add Default.com tracking script to head
Alek99 bd32542
Fix unused import in navbar.py
Alek99 133337a
Remove unused posthog dependency
Alek99 80b4c9a
Update uv.lock after removing posthog
Alek99 ea97f41
bump reflex ui
carlosabadia bca1bb4
bump reflex ui to close when submit
carlosabadia File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
POSTHOG_API_KEYconstant has been removed, but theposthogdependency still exists inpyproject.toml(line 19).If PostHog is no longer being used (as evidenced by the deletion of
pcweb/telemetry/postog_metrics.pyand removal of PostHog trackers frompixels.py), consider also removing theposthogdependency frompyproject.tomlto avoid unnecessary package installation.This will reduce the dependency footprint and make the project's actual dependencies clearer.
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!
Prompt To Fix With AI