Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refined UX including consistent scrollbars, tooltips, Search in licenses, filters for dependencies #587

Merged
merged 10 commits into from
Jul 28, 2023
Merged
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Entire source code is refactored to TypeScript + React
New Features
~~~~~~~~~~~~

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

Bug Fixes
~~~~~~~~~
Expand Down
165 changes: 146 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@
"react-pro-sidebar": "^0.7.1",
"react-router-dom": "^6.4.1",
"react-scroll": "^1.8.9",
"react-select": "^5.7.3",
"react-toastify": "^9.0.8",
"react-tooltip": "^5.10.4",
"sequelize": "^6.23.2",
Expand Down
Loading