xsshunter-express icon indicating copy to clipboard operation
xsshunter-express copied to clipboard

No pagination on Collected Pages

Open Techbrunch opened this issue 4 years ago • 1 comments

Even though there are 216 collected pages the pagination shows only 1 page.

I'll see if I can create a pull request when I have the time.

Techbrunch avatar Jun 21 '21 12:06 Techbrunch

Hello @Techbrunch,

This is how you can fix this issue:

go to the file: https://github.com/mandatoryprogrammer/xsshunter-express/blob/main/front-end/src/pages/CollectedPages.vue , do the following:

  • line 118: edit the variable name report_count to pages_count
  • line 225: remove the disabled .page-item.disabled

4ag2 avatar Sep 04 '24 09:09 4ag2