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
Pagination with less than 3 or 8 pages is showing also unused and disabled pages. Moving to the right will mark second button active even when much more buttons for paging are visible on the right. At the end it will show more pages than actually exists which is confusing.
To Reproduce
List more than 12 symbols.
List closed trades with more than 5 items.
List closed trades for symbol with more than 5 items.
List logs for symbol with more than 20 items.
Expected Behaviours
It should not show more buttons than actually available.
It should not show buttons beyond total number of pages.
It should keep marked button centered in the list with more than 3 buttons in pagination object.
Screenshots
Even with just single page available there are three buttons visible with last two buttons disabled.
Additional context
The design decision should be made to use pagination centered only or on the left side only for all pagination use in the application.
The text was updated successfully, but these errors were encountered:
Version
v0.0.88 (9c2e4f5)
Description
Pagination with less than 3 or 8 pages is showing also unused and disabled pages. Moving to the right will mark second button active even when much more buttons for paging are visible on the right. At the end it will show more pages than actually exists which is confusing.
To Reproduce
Expected Behaviours
Screenshots
Even with just single page available there are three buttons visible with last two buttons disabled.
Additional context
The design decision should be made to use pagination centered only or on the left side only for all pagination use in the application.
The text was updated successfully, but these errors were encountered: