FormidableLabs / FormidableLabs/webpack-dashboard

Unable to do pagination on the tabs when many chunk files are showing

Open
#242 1 comment 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
14k
Forks
372
PR merge metrics
No merged PRs in 30d

Description

Tab pagination issue on `Modules` and `Problems` panel.

With code splitting features from webpack, I have many bundle or chunk javascript files. Many chunk files inside the `Modules` and `Problems` panel results in tab pagination. I can go to the next page by clicking the last tab, but it's not working on the first one.

Q: How to switch the page easily inside the `Modules` or `Problems` panel? Can I manually focus on specific panel and use keyword or arrow keys to do such actions?

====================================================================

![1__trendmicro_wfbss_dashboard_and_applebluetoothextra_and_airportextra_and_com_bjango_istatmenus_combined_and_com_bjango_istatmenus_time_and_appleclockextra_and_com_bjango_istatmenus_battery_and_appleuser_and_item-0_and_statusitem_and_notif](https://user-images.githubusercontent.com/18704345/38310349-e71713be-384e-11e8-93eb-7801ed3be600.jpg)

====================================================================

###### Steps to reproduce the problem

1. Successfully integrate the `webpack-dashboard` and use the code-splitting features to generate a lot of chunk files.
2. Inside the `Modules` or `Problems` panel, the pagination functions fail to work.

====================================================================

1. package.json (specifically the script you are using to start the dashboard)
2. webpack.config.js
3. index.js (Your express based dev server, if applicable)
> I think it's UI issues irrelevant to the above.
====================================================================

###### More Details

- What operating system are you on?
`Mac OS X 10.13.2`
- What terminal application are you using?
Same issues on `iTerm 2`, `Terminal` and `Hyper`.
- What version of webpack-dashboard are you using?
`1.1.1`
- What is the output of running `echo $TERM`?
`xterm-256color`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.