Skip to content

Commit c8c04d8

Browse files
authored
Merge pull request #587 from nexB/improve/styling-feedbacks
Refined UX including consistent scrollbars, tooltips, Search in licenses, filters for dependencies
2 parents 7b04e6a + 9667b57 commit c8c04d8

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

49 files changed

+1515
-869
lines changed

CHANGELOG.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Entire source code is refactored to TypeScript + React
2020
New Features
2121
~~~~~~~~~~~~
2222

23-
- AMaintain history of imports
23+
- Maintain history of imports for quick access
2424
- Updated dependencies
2525
- Support for top level packages-deps obtained in latest scans
2626
- Scan Info page to present header info
@@ -32,7 +32,16 @@ New Features
3232
- Update app icon to a more visible one #382
3333
- Add color to DataTables "Progress..." pop-up #407
3434
- Update the display of scan headers #400
35+
- New views:
36+
- Licenses Explorer
37+
- Packages Explorer
38+
- Dependencies Info Dashboard
39+
- Scan Info
40+
- Inter-view links for 'for_packages' & 'license_detections'
3541
- Remove ability to edit conclusions & remove conclusions view
42+
- Search in licenses explorer
43+
- Filters for packages based on dependencies flags & data_source_id
44+
- Normalize Chart summary data
3645

3746
Bug Fixes
3847
~~~~~~~~~

package-lock.json

Lines changed: 146 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109
"react-pro-sidebar": "^0.7.1",
110110
"react-router-dom": "^6.4.1",
111111
"react-scroll": "^1.8.9",
112+
"react-select": "^5.7.3",
112113
"react-toastify": "^9.0.8",
113114
"react-tooltip": "^5.10.4",
114115
"sequelize": "^6.23.2",

0 commit comments

Comments
 (0)