A lexicon-driven AppView for ATProto. happyview.dev
backfill firehose jetstream atproto appview oauth lexicon
8
fork

Configure Feed

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

fix: separate scopes on the api client page

Trezy 7c5def86 047de0a7

+5 -1
+5 -1
web/src/app/dashboard/settings/api-clients/page.tsx
··· 183 183 {client.client_id_url} 184 184 </TableCell> 185 185 <TableCell> 186 - <Badge variant="secondary">{client.scopes}</Badge> 186 + <div className="flex flex-wrap gap-1"> 187 + {client.scopes.split(/\s+/).filter(Boolean).map((scope) => ( 188 + <Badge key={scope} variant="secondary">{scope}</Badge> 189 + ))} 190 + </div> 187 191 </TableCell> 188 192 <TableCell> 189 193 <Badge variant={client.is_active ? "default" : "outline"}>