-
Notifications
You must be signed in to change notification settings - Fork 60
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
Feature/597 docs and images in playground params #715
Feature/597 docs and images in playground params #715
Conversation
2f02ab6
to
3eb9636
Compare
...s/[documentUuid]/_components/DocumentEditor/Editor/Playground/DocumentParams/Input/index.tsx
Outdated
Show resolved
Hide resolved
...mitUuid]/documents/[documentUuid]/logs/_components/DocumentLogs/DocumentLogInfo/Metadata.tsx
Show resolved
Hide resolved
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.
lovely work only note would be to try to split PRs in smaller chunks for the future. An example split would be:
- A PR implementing the server actions/services
- A PR implementing the frontend plumbing
I know I have a 14k monster PR pending but that was a failure on my side.
65027a4
to
4599fc4
Compare
@@ -113,6 +119,7 @@ export function useDocumentParameters({ | |||
documentVersionUuid: string | |||
commitVersionUuid: string | |||
}) { | |||
// TODO: Delete stale inputs as new inputs could eventually not fit |
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.
What means this?
Related to: #597