atmosphere explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix filter input text size and placeholder

Juliet edf635ea 16d31ba2

+2 -2
+2 -2
src/views/collection.tsx
··· 341 341 </Show> 342 342 <TextInput 343 343 name="Filter" 344 - placeholder="Filter by substring" 344 + placeholder="Filter records" 345 345 onInput={(e) => setFilter(e.currentTarget.value)} 346 - class="grow" 346 + class="grow text-sm" 347 347 /> 348 348 <Tooltip text="Jetstream"> 349 349 <A