-
Notifications
You must be signed in to change notification settings - Fork 1.6k
feat: frame-specific state based screenshots with preview #2728
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
base: main
Are you sure you want to change the base?
Changes from 4 commits
dc1bd51
a6da917
b9d9e49
d6208c3
f2256ec
8b6a829
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,13 +75,6 @@ export const projectRouter = createTRPCRouter({ | |
formats: ['screenshot'], | ||
onlyMainContent: true, | ||
timeout: 10000, | ||
// Optional: Add actions to click the button for CSB free tier | ||
// actions: [ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Could we keep this comment? Even as a separate array that doesn't get used. This will be useful for people who don't have CSB pro There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. You're right on both counts. I just checked the EditorEngine and it requires the projectId string parameter. |
||
// { | ||
// type: 'click', | ||
// selector: '#btn-answer-yes', | ||
// }, | ||
// ], | ||
}); | ||
|
||
if (!result.success) { | ||
|
Uh oh!
There was an error while loading. Please reload this page.