stable
Clone or download
Read-only
story #10706: paginated results and load more button
How to test: - Choose tracker(s) with more than 30 artifacts - Click on the "Load more" button. The artifacts from the report should be loaded - Change the trackers - Without saving, click on "Load more". The artifacts from the changed trackers should be loaded Bonus: I added source maps to help during dev (npm run watch) Change-Id: I8e3a7858b4d42de3f4008c8a80c993be02cee2e1
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/crosstracker/include/CrossTracker/Widget/ProjectCrossTrackerSearchPresenter.php | +1 | −5 | Go to diff View file |
M | plugins/crosstracker/site-content/fr_FR/LC_MESSAGES/tuleap-crosstracker.po | +5 | −5 | Go to diff View file |
M | plugins/crosstracker/site-content/tuleap-crosstracker.pot | +3 | −3 | Go to diff View file |
M | plugins/crosstracker/templates/widgets/project-cross-tracker-search-results.mustache | +6 | −3 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/backend-cross-tracker-report.js | +0 | −10 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/index.js | +44 | −29 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/mode-change-controller.js | +15 | −4 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/query-result-controller.js | +69 | −35 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/reading-mode/reading-mode-controller.js | +19 | −20 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/reading-mode/reading-trackers-controller.js | +6 | −12 | Go to diff View file |
A | plugins/crosstracker/www/scripts/cross-tracker/src/app/report-saved-state.js | +34 | −0 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/rest-querier.js | +12 | −10 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/project-selector.js | +6 | −10 | Go to diff View file |
M | plugins/crosstracker/www/scripts/cross-tracker/src/app/writing-mode/writing-mode-controller.js | +7 | −1 | Go to diff View file |
M | plugins/crosstracker/www/scripts/package-lock.json | +0 | −5 | Go to diff View file |
M | plugins/crosstracker/www/scripts/package.json | +2 | −3 | Go to diff View file |
M | plugins/crosstracker/www/scripts/webpack.config.js | +23 | −12 | Go to diff View file |
M | plugins/crosstracker/www/themes/BurningParrot/css/_cross-tracker.scss | +0 | −1 | Go to diff View file |