Add advanced slide settings to Google Drive connector#7671
Add advanced slide settings to Google Drive connector#7671
Conversation
…ector Adds "Edit each time" and "Write mode" configuration options to the Google Drive connector when the "Save to slides" mime type is selected. This allows users to control whether to create a new slide deck or append/overwrite an existing one. - Updates `ConnectorConfiguration` type to include `editEachTime` and `writeMode`. - Updates `configurator.ts` to dynamically add these fields to the schema based on the selected mime type and `editEachTime` value. - "Edit each time" defaults to "New slide deck". - "Write mode" defaults to "Prepend" and is only visible when "Same slide deck" is selected. Co-authored-by: dglazkov <1934+dglazkov@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
|
@jules, you forgot the changes in the google-drive that correspond to these UI bits. |
Thank you for the catch. I have implemented the logic in |
…e Drive connector Implements the logic for "Edit each time" and "Write mode" when saving to Google Slides. - Support creating new slide decks (ignoring existing collector). - Support "Prepend", "Append", and "Overwrite" modes. - Updates `SimpleSlideBuilder` to support `insertionIndex`. - Updates `connector-save.ts` to handle the new configuration options and generate appropriate requests (e.g. deleting slides for overwrite, setting insertion index for prepend). Co-authored-by: dglazkov <1934+dglazkov@users.noreply.github.com>
…e Drive connector Implements the logic for "Edit each time" and "Write mode" when saving to Google Slides. - Support creating new slide decks (ignoring existing collector). - Support "Prepend", "Append", and "Overwrite" modes. - Updates `SimpleSlideBuilder` to support `insertionIndex`. - Updates `connector-save.ts` to handle the new configuration options and generate appropriate requests (e.g. deleting slides for overwrite, setting insertion index for prepend). Co-authored-by: dglazkov <1934+dglazkov@users.noreply.github.com>
This change implements advanced settings for the Google Drive connector when saving to slides.
PR created automatically by Jules for task 2608722301690044370 started by @dglazkov