Skip to content

Commit

Permalink
feat: add completed bounties
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldszar committed Oct 20, 2024
1 parent 669a079 commit 69a1e5a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/background/twitch/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,14 @@ export async function getBounties() {
{
...BountiesPage,

variables: {
status: "COMPLETED",
login,
},
},
{
...BountiesPage,

variables: {
status: "LIVE",
login,
Expand Down
4 changes: 4 additions & 0 deletions src/browser/popup/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ export function Header(props: HeaderProps) {
href: "/bounties/live",
title: "In Queue",
},
{
href: "/bounties/completed",
title: "Completed",
},
]}
/>

Expand Down

0 comments on commit 69a1e5a

Please sign in to comment.