File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
apps/desktop/src/components/v3 Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 2
2
import ScrollableContainer from ' $components/ConfigurableScrollableContainer.svelte' ;
3
3
import { writeClipboard } from ' $lib/backend/clipboard' ;
4
4
import BaseBranchService from ' $lib/baseBranch/baseBranchService.svelte' ;
5
+ import { confettiEnabled } from ' $lib/config/uiFeatureFlags' ;
5
6
import { DefaultForgeFactory } from ' $lib/forge/forgeFactory.svelte' ;
6
7
import { type Stack } from ' $lib/stacks/stack' ;
7
8
import { TestId } from ' $lib/testing/testIds' ;
350
351
style =" pop"
351
352
disabled ={isDivergedResolved || ! branchStatuses }
352
353
loading ={integratingUpstream === ' loading' || ! branchStatuses }
353
- confetti
354
+ confetti ={ $confettiEnabled }
354
355
onclick ={async () => {
355
356
// Confetti doesn't work with type="submit"
356
357
await integrate ();
You can’t perform that action at this time.
0 commit comments