apps icon indicating copy to clipboard operation
apps copied to clipboard

Add pagination to Taxes App queries

Open peelar opened this issue 1 year ago • 0 comments

Currently, there are two classes with queries with a limit of 100 items instead of implementing pagination:

  • channel-fetcher
  • tax-classes-fetcher

That means that if you have more than 100 channels, they will not be displayed in the UI. We need to address it, preferably with a generic solution for all paginated resources.

peelar avatar Jun 19 '23 09:06 peelar