File tree Expand file tree Collapse file tree 3 files changed +13
-12
lines changed
src/lib/commandCenter/panels Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 26
26
"@appwrite.io/pink-icons" : " 0.25.0" ,
27
27
"@appwrite.io/pink-icons-svelte" : " ^2.0.0-RC.1" ,
28
28
"@appwrite.io/pink-legacy" : " ^1.0.3" ,
29
- "@appwrite.io/pink-svelte" : " https://pkg.vc/-/@appwrite/@appwrite.io/pink-svelte@4e03f34 " ,
29
+ "@appwrite.io/pink-svelte" : " https://pkg.vc/-/@appwrite/@appwrite.io/pink-svelte@40bae6b " ,
30
30
"@popperjs/core" : " ^2.11.8" ,
31
31
"@sentry/sveltekit" : " ^8.38.0" ,
32
32
"@stripe/stripe-js" : " ^3.5.0" ,
Original file line number Diff line number Diff line change 167
167
<div style =" padding: 1rem; padding-block-end: 0;" >
168
168
<Alert .Inline
169
169
dismissible
170
+ title =" We collect user responses to refine our experimental AI feature."
170
171
on:dismiss ={() => {
171
172
$preferences .hideAiDisclaimer = true ;
172
- }}>
173
- <span slot =" title" >
174
- We collect user responses to refine our experimental AI feature.
175
- </span >
176
- </Alert .Inline >
173
+ }} />
177
174
</div >
178
175
{/if }
179
176
229
226
<Layout .Stack direction =" row" gap =" s" >
230
227
<AvatarInitials size ="s" name ={$user .name } />
231
228
<form
232
- class =" input-text-wrapper u-width-full-line "
229
+ class =" u-full-width input-text-wrapper "
233
230
style =" --amount-of-buttons: 1;"
231
+ style:display =" flex"
232
+ style:width =" 100%"
233
+ style:align-items =" center"
234
234
on:submit |preventDefault ={(e ) => {
235
235
handleSubmit (e );
236
236
}}>
237
237
<!-- svelte-ignore a11y-autofocus -->
238
238
<input
239
239
type =" text"
240
240
class =" input-text"
241
+ style:width =" 100%"
241
242
placeholder =" Ask a question..."
242
243
autofocus
243
244
bind:value ={$input }
You can’t perform that action at this time.
0 commit comments