We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f612147 commit e2c6a60Copy full SHA for e2c6a60
src/webviews/apps/plus/home/components/active-work.ts
@@ -280,6 +280,14 @@ export class GlActiveBranchCard extends GlBranchCardBase {
280
tooltip="Generate Message & Commit..."
281
><code-icon icon="sparkle" slot="prefix"></code-icon>Commit
282
</gl-button>
283
+ <gl-button
284
+ aria-busy=${ifDefined(isFetching)}
285
+ ?disabled=${isFetching}
286
+ href=${this.createCommandLink('gitlens.ai.explainWip:home')}
287
+ appearance="secondary"
288
+ tooltip="Explain Working Changes (Preview)"
289
+ ><code-icon icon="sparkle" slot="prefix"></code-icon>WIP
290
+ </gl-button>
291
`);
292
}
293
0 commit comments