Skip to content

Comments

The auto naming in flowgen won't change the tab title.#7932

Open
markovgeorgi wants to merge 1 commit intobreadboard-ai:mainfrom
markovgeorgi:b459567918
Open

The auto naming in flowgen won't change the tab title.#7932
markovgeorgi wants to merge 1 commit intobreadboard-ai:mainfrom
markovgeorgi:b459567918

Conversation

@markovgeorgi
Copy link
Contributor

@markovgeorgi markovgeorgi commented Feb 20, 2026

Fixes b/459567918

Seems like the title was not showing at all on chrome and was a static Opal [Experimental], maybe the screenshots on the ticket are from safari , but I can not open it on this laptop

Screenshot 2026-02-20 at 17 02 24

Copy link
Contributor

@paullewis paullewis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should be able to set up a signalTrigger against controller.editor.graph that fires an SCA action, and that action should call services.shellHost.setTitle(title)

};

setTitle = (title: string | null): void => {
const tag = "Opal [Experiment]";
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to pick this up from Strings. It should use Strings.from("APP_NAME") so it picks up Breadboard / Opal respectively.

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.

2 participants