FormidableLabs / FormidableLabs/webpack-dashboard
Unable to do pagination on the tabs when many chunk files are showing
- 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?
====================================================================

====================================================================
###### 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
Assessment
This issue has not been assessed yet.