Skip to content

Commit

Permalink
MBL-1659: Update card tags/pills to match backend schema and other sm…
Browse files Browse the repository at this point in the history
…all changes (#2109)

* update string typo

* update flags, remove old flags, create string ext method

* lint

* remove typo

* make flags nullable

* fix and add tests

* Remove unused tag

---------

Co-authored-by: Leigh Douglas <[email protected]>
  • Loading branch information
leighdouglas and Leigh Douglas authored Aug 26, 2024
1 parent 9b593a1 commit 3edb866
Show file tree
Hide file tree
Showing 12 changed files with 597 additions and 338 deletions.
5 changes: 5 additions & 0 deletions app/src/main/graphql/pledgeProjectsOverview.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ query PledgedProjectsOverview($first: Int, $after: String, $last: Int, $before:
...ppoCard
}
tierType
flags {
icon
message
type
}
}
}
pageInfo {
Expand Down
Loading

0 comments on commit 3edb866

Please sign in to comment.