You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it wise to have export const CLAIMS_PER_PAGE = 48 for this value?
LBRY-DESKTOP: Lbry.claim_list_by_channel({ uri, page: page || 1, page_size: 48 }).then(result => {
LBRY-REDUX:
I think for now makeSelectTotalPagesForChannel should take an additional argument page_size (which will be a new constant) that would default to 10. Then the android app wouldn't have to make any changes for this update.
The Issue
A Channel page presents navigation to pages beyond content limit
Steps to Reproduce
Expected Behaviour
With 48 items per page, a channel with less than 96 items should not show an option to go to page 3 or higher.
Actual Behaviour
Channel page UI presents nav options up to page 8.
System Configuration
App | 0.25.1
Daemon (lbrynet) | 0.21.2
Wallet (lbryum) | 3.2.4
Platform | Linux (Linux-4.14.69-1-MANJARO-x86_64-with-ManjaroLinux-17.1.12-Hakoila)
Installation ID | ADdEbSfxc5sjkUMbgBugDH4Dk8C2sULhd5XyphXqq1aVrMzrJKTRvVWbfjR6YVDqyT
Internal Use
Acceptance Criteria
Definition of Done
The text was updated successfully, but these errors were encountered: