Skip to content

Comments

Add advanced slide settings to Google Drive connector#7671

Open
dglazkov wants to merge 3 commits intomainfrom
feat-visual-editor-slide-settings-2608722301690044370
Open

Add advanced slide settings to Google Drive connector#7671
dglazkov wants to merge 3 commits intomainfrom
feat-visual-editor-slide-settings-2608722301690044370

Conversation

@dglazkov
Copy link
Collaborator

@dglazkov dglazkov commented Feb 3, 2026

This change implements advanced settings for the Google Drive connector when saving to slides.

  • When "Save to slides" is selected (implied by mimeType), a new "Edit each time" field appears in Advanced Settings.
  • If "Same slide deck" is selected, a "Write mode" field appears with options to Prepend, Append, or Overwrite.
  • These fields are reactive and update the schema dynamically.

PR created automatically by Jules for task 2608722301690044370 started by @dglazkov

…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>
@google-labs-jules
Copy link
Contributor

👋 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 @jules. You can find this option in the Pull Request section of your global Jules UI settings. You can always switch back!

New to Jules? Learn more at jules.google/docs.


For security, I will only act on instructions from the user who triggered this task.

@dglazkov
Copy link
Collaborator Author

dglazkov commented Feb 3, 2026

@jules, you forgot the changes in the google-drive that correspond to these UI bits.

@google-labs-jules
Copy link
Contributor

@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 connector-save.ts to respect editEachTime and writeMode.

google-labs-jules bot and others added 2 commits February 3, 2026 22:09
…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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant