tracks lexicons and how many times they appeared on the jetstream
3
fork

Configure Feed

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

feat(client): put bsky toggle right after filter

dusk ffd32aa0 90da2f14

+4 -4
+4 -4
client/src/routes/+page.svelte
··· 289 289 {filterRegex} 290 290 onFilterChange={(value) => (filterRegex = value)} 291 291 /> 292 - <SortControls 293 - {sortBy} 294 - onSortChange={(value: SortOption) => (sortBy = value)} 295 - /> 296 292 <BskyToggle 297 293 {dontShowBsky} 298 294 onBskyToggle={() => (dontShowBsky = !dontShowBsky)} 295 + /> 296 + <SortControls 297 + {sortBy} 298 + onSortChange={(value: SortOption) => (sortBy = value)} 299 299 /> 300 300 <RefreshControl 301 301 {refreshRate}