-
Notifications
You must be signed in to change notification settings - Fork 3.5k
feat(ui): add request a demo modal #3766
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
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
aefdc21
fix(ui): add request a demo modal
b59dbd4
Remove dead code
c24c6d6
Remove footer modal
4cf445f
Address greptile comments
730097d
Sanatize CRLF characters from emails
b4c864d
extract shared email header safety regex
cursoragent 0991419
Use pricing CTA action for demo modal
cursoragent e1a1618
fix demo request import ordering
cursoragent 6eff46a
Merge branch 'staging' into feat/demo-modal
cursoragent 6225f21
merge staging and fix hubspot list formatting
cursoragent 72e17bd
fix(generate-docs): fix tool description extraction and simplify script
waleedlatif1 02bd69d
fix(generate-docs): restore extractIconName by aliasing to extractIco…
waleedlatif1 c5a8b37
restore
waleedlatif1 79268a7
fix(demo-modal): reset form on open to prevent stale success state on…
waleedlatif1 769a804
undo hardcoded ff
waleedlatif1 eb3453a
fix(upstash): throw on unknown operation instead of silently falling …
waleedlatif1 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
fix(generate-docs): fix tool description extraction and simplify script
- Fix endsWith over-matching: basename === 'index.ts'/'types.ts' instead of endsWith(), which was silently skipping valid tool files like list_leave_types.ts, delete_index.ts, etc. - Add extractSwitchCaseToolMapping() to resolve op ID → tool ID mismatches where block switch statements map differently (e.g. HubSpot get_carts → hubspot_list_carts) - Fix double fs.readFileSync in writeIntegrationsJson — reuse existing fileContent variable instead of re-reading the file - Remove 5 dead functions superseded by *FromContent variants - Simplify extractToolsAccessFromContent to use matchAll - fix(upstash): replace template literal tool ID with explicit switch cases
- Loading branch information
commit 72e17bd352e48dd31552c002a9da88645bcb2a04
Some comments aren't visible on the classic Files Changed page.
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
2 changes: 1 addition & 1 deletion
2
apps/sim/lib/marketing/demo-request.ts → .../(home)/components/demo-request/consts.ts
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.
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.
Uh oh!
There was an error while loading. Please reload this page.