Skip to content

Commit

Permalink
🆕 New CRT marketplace (Joystream#6402)
Browse files Browse the repository at this point in the history
* Initial setup

* Percentage change indicator component

* Top movers table

* further work on crt marketplace

* Adjust config

* Add orderby to pagination

* Add channel id into table to support navigation

* Fix build

* Test interval

* Test adjust token volume table

* Queries for ribbon

* Lastest token ribbon

* Introduce search for crt table

* Add token interactions tracking

* New queries

* Adjust CRT marketplace tables

* Adjust for new schema variables and implements new components

* CR fixes v2

* CR fixes v3

* Linter

* Regen queries

* Fix build issue
  • Loading branch information
ikprk committed Jul 22, 2024
1 parent fcd9ace commit ac6e300
Show file tree
Hide file tree
Showing 39 changed files with 2,910 additions and 226 deletions.
2 changes: 2 additions & 0 deletions packages/atlas/codegen.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ const config: CodegenConfig = {
scalars: {
DateTime: 'Date',
BigInt: 'string',
BigDecimal: 'string',
id_ASC: 'string',
},
preResolveTypes: true, // avoid using Pick
},
Expand Down
65 changes: 65 additions & 0 deletions packages/atlas/src/api/queries/__generated__/admin.generated.tsx

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ac6e300

Please sign in to comment.