File tree Expand file tree Collapse file tree 1 file changed +16
-17
lines changed
apps/desktop/src/components/profileSettings Expand file tree Collapse file tree 1 file changed +16
-17
lines changed Original file line number Diff line number Diff line change 51
51
/>
52
52
{/ snippet }
53
53
</SectionCard >
54
- <SectionCard labelFor ="rules" roundedTop ={false } orientation =" row" >
54
+ <SectionCard labelFor ="rules" roundedTop ={false } roundedBottom ={ false } orientation =" row" >
55
55
{#snippet title ()}
56
56
Workspace Rules
57
57
{/ snippet }
68
68
/>
69
69
{/ snippet }
70
70
</SectionCard >
71
+ <SectionCard labelFor ="codegen" roundedTop ={false } orientation =" row" >
72
+ {#snippet title ()}
73
+ Codegen (Claude Code)
74
+ {/ snippet }
75
+ {#snippet caption ()}
76
+ Enable AI-powered code generation and editing with Claude.
77
+ {/ snippet }
78
+ {#snippet actions ()}
79
+ <Toggle
80
+ id =" codegen"
81
+ checked ={$codegenEnabled }
82
+ onclick ={() => ($codegenEnabled = ! $codegenEnabled )}
83
+ />
84
+ {/ snippet }
85
+ </SectionCard >
71
86
72
87
{#if $user ?.role === ' admin' }
73
88
<Spacer margin ={20 } />
114
129
{/ snippet }
115
130
</SectionCard >
116
131
117
- <SectionCard labelFor ="codegen" roundedTop ={false } roundedBottom ={false } orientation =" row" >
118
- {#snippet title ()}
119
- Codegen (Claude Code)
120
- {/ snippet }
121
- {#snippet caption ()}
122
- Enable AI-powered code generation and editing with Claude.
123
- {/ snippet }
124
- {#snippet actions ()}
125
- <Toggle
126
- id =" codegen"
127
- checked ={$codegenEnabled }
128
- onclick ={() => ($codegenEnabled = ! $codegenEnabled )}
129
- />
130
- {/ snippet }
131
- </SectionCard >
132
-
133
132
<SectionCard labelFor ="irc" roundedTop ={false } roundedBottom ={! $ircEnabled } orientation =" row" >
134
133
{#snippet title ()}
135
134
IRC
You can’t perform that action at this time.
0 commit comments